<!-- hide from old browsers
			var myUrl
			var ppb = "<link rel='alternate' media='print'  href=";
		 	var ppe = " >";		 	
			if(window.location.href.indexOf("?") < 0){
			var myUrl = window.location.href+"?print=true";
			}else{
			var myUrl = window.location.href+"&print=true";
			}
			document.write(ppb+myUrl+ppe);				
//end -->
function openPrint(param){
if(typeof param!="undefined")
	var n=open(myUrl+param,'printWin','width=600,height=478,top=0, left=0,status=no,menubar=no,titlebar=no,scrollbars=yes,resizable=no');
else
	var n=open(myUrl,'printWin','width=600,height=478,top=0, left=0,status=no,menubar=no,titlebar=no,scrollbars=yes,resizable=no');
	
}
