// JavaScript Document
var message = " Print this Page" ; 

function printpage() { 
window.print(); 
} 
document.write("" ); 