<!--//
	var ownd; var url;
	function affiche(chemin)
		{
		 	ownd=open(chemin,'_new','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=410,top=80,left=150,screenx=100');
			url=document.url;
		}
		
	function fermer() 
  		{ 
   		ownd.close(); 
   		} 

//-->