function openit(url) {var largeur = 685; var hauteur = 650; var gauche = (screen.width - largeur)/2;       window.open(url,"secondefenetre","width="+largeur+",height="+hauteur+",left="+gauche+",top="+0+",dependent=yes,resizable=1,scrollbars=1,toolbar=1")   }

function test(champ) {openit("")
mfrom.target="secondefenetre"    
return true} 

function Go(x)
{if(x == "nothing") {document.forms[0].reset(); document.forms[0].elements[0].blur(); return;}
else if(x == "amboseli.php")
{ window.location.href = x; document.forms[0].reset();  document.forms[0].elements[0].blur();}
else { window.location.href = x; document.forms[0].reset();}}