// JavaScript Document
function printPage() {
if (window.print) {
 window.print(); 
   }
}
//  End -->
