// JavaScript Document
// Prints the current page

var message = "Print this Page";

function printpage() {
window.print();  
}
