// JavaScript Document

// Print Page
function printpage() {
	window.print();  
}

