
 function open_fen(URL,name,param) 
 	{													
 	fen=window.open(URL,'fiche','resizable=no,scrollbars=yes,width=700,height=500');
	fen.focus();
	}


function close_fen()
	{
	fen=window.close();
	}

