<!-- 
function printPage() {

	 if (window.print) window.print() 

	 else 

	 alert("CTRL + P"); 

	 }
--> 