/* auteur: RAVAT Jean-Claude */
/* Date de création: 12/02/2008 */
function new_window(fichier,ht,scrol,lg) {
if (window.toto == null)
	{}
else
	{
	window.toto.close();
	}
toto=open(fichier, '', 'width=' + lg + ',height=' + ht + ',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=' + scrol +',resizable=yes');
}

