function nouvelle_fenetre(url,nom_page)
	{
	nom_page=window.open(url,nom_page,'width=550px,height=400px,resizable=1,scrollbars=1');
	nom_page.focus();
	return false;
	}
