<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com

var message = "Print this Page";

function printpage() {
window.print();  
}

document.write("<form><input type=button "+"value=\""+message+"\" onClick=\"printpage()\"></form>");

//-->
