function GoTO(target,Objet,restore)
	{
 	 eval(target+".location='"+Objet.options[Objet.selectedIndex].value+"'");
  	if (restore) Objet.selectedIndex=0;
	}

