function popup(url,nom,option)
{
	fenetre=window.open(url,nom,option);
	fenetre.focus();
	fenetre.moveTo(0,0);
}
