function popup(url,nom)
{
	nouvelle=window.open(url,nom,'toolbar=0,menubar=0,location=0,resizable=yes,scrollbars=yes,width=600,height=550');
}
