function popup(url, nom, w, h, sc) {
  window.open(url,nom,'resizable=yes,top=0,left=0,scrollbars='+sc+',menubar=no,width='+w+',height='+h);
}

function popUpPrint(strFCT_page){
	window.open('/fr/TemplatePrint/'+strFCT_page,'','scrollbars=yes,resizable=yes,width=560,height=500')
}

function popupTempete(page) 
{	
	if (navigator.appName == 'Netscape' && navigator.platform.indexOf("Mac")!=-1)
	{	
		window.open(page,'popup','width=810,height=484,toolbar=0,scrollbars=no,resizable=0');
	}
	else
	{
		window.open(page,'popup','width=795,height=475,toolbar=0,scrollbars=no,resizable=0');	
	}
}
/*function chargePage(strFCT_URLpage){
	opener.document.location.replace(strFCT_URLpage);
	self.close();
}*/