function popup2(url)
{
	window.open(url,'Nom','top=0,left=0,height=300,width=500');
}
function popup(url)
{
	window.open(url,'Nom','top=0,left=0,height=600,width=800');
}
function pouet ()
{
	opener.location='http://www.ffamce.org/recherche.php';
	window.close ();
}
function congres()
{
	window.open('congres2005.php','congres','width=1280,height=1024,top=0,left=0,resizable=yes');
}