// JavaScript Document
function PrintThisPage()
{
window.print();  
}

