var a=0;
var x=0;
var y=0;
function popup_image(a,x,y)
{
newWin = window.open('zoom.php?img='+a,'','resizable=1,scrollbars=1,toolbar=0,location=0,height='+y+',width='+x+',top=10,left=10');
}

var b=0;
function popup_circuit(b)
{
newWin = window.open(b,'','resizable=0,scrollbars=1,toolbar=0,location=0,height=500,width=500,top=10,left=10');
}

var z=0;
function popup_fixe(z)
{
newWin = window.open(z,'','resizable=0,scrollbars=1,toolbar=0,location=0,height=500,width=500,top=10,left=10');
}

function popup_bientot()
{
alert('Service en ligne bientôt disponible !');
}

function favoris()
{
window.external.Addfavorite('http://www.garage-lebaron.com','GARAGE LEBARON : Remorquage et dépannage de vehicule');
}

