function recommander()
{
	wt = 425;
	ht = 402;
	leftPos = (screen.width-wt)/2 
	topPos = (screen.height-ht-60)/2 
	popWin1 = window.open('recommander.php','_blank','toolbars=no,resizable=no,scrollbars=no,left='+leftPos+',top='+topPos+',width='+wt+',height='+ht) 

}
function recommander_en()
{
	wt = 425;
	ht = 402;
	leftPos = (screen.width-wt)/2 
	topPos = (screen.height-ht-60)/2 
	popWin1 = window.open('recommander_en.php','_blank','toolbars=no,resizable=no,scrollbars=no,left='+leftPos+',top='+topPos+',width='+wt+',height='+ht) 

}
