
function CallPrint(strid)
{
	window.open("/PhoenixMarketing/Templates/print.aspx",null,'letf=0,top=0,toolbar=0,scrollbars=1,status=0,width=800,height=600');
	/*
	var TopPage = "<html><center><body class=PageBackground dir=rtl><table class=PageBackground  cellpadding=0 cellspacing=0 ><tr><td><img src=/Phoenix/Images/Hebrew/print_header.gif><tr><td>"
	var BottomPage = "</body></html>"
	var prtContent = document.getElementById(strid); 
	var WinPrint = window.open('','','letf=0,top=0,toolbar=0,scrollbars=1,status=0'); 
	WinPrint.document.innerHTML = TopPage + prtContent.innerHTML + BottomPage;
	WinPrint.document.write(TopPage + prtContent.innerHTML + BottomPage);
	//WinPrint.document.innerHTML = "";
	WinPrint.document.close();
	WinPrint.focus();
	WinPrint.print();
	//WinPrint.close();	
	*/
}
function CallPrintCheckExellence(isExellence)
{
	window.open("/PhoenixMarketing/Templates/print.aspx?isExellence=" + isExellence,null,'letf=0,top=0,toolbar=0,scrollbars=1,status=0,width=800,height=600');
}


