<!-- 
function popup(url,largeur,hauteur) { 
	var top=(screen.height-hauteur)/2; 
	var left=(screen.width-largeur)/2; 
	window.open(url,'','top='+top+',left='+left+',width='+largeur+',height='+hauteur+',directories=no,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no'); 
} 
-->
