function contact(choix,ref) {
if (!ref) {parm='';} else {parm='&ref='+ref;}
window.open('http://www.galopin-fr.net/contact.php?choix='+choix+parm,'contact','top=60,left=60,width=670,height=430,resizable=no');
return false;
}
