function OuvrirFenetre(nom,larg,haut)
{
	var fenetre = window.open(nom,'Fenetre','height='+haut+',width='+larg+',menubar=no,resizable=no,scrollbars=yes,status=no');
}
