//$============================================
//$ Fonction MyPrint()
//$============================================
function MyPrint(strPrintUrl)
{
	strPrintUrl = strPrintUrl + "?url=" + document.URL;
	FCT_OpenWindow(strPrintUrl, 'print', 'scrollbars=yes,resizable=yes,width=565,height=500');	
}

