//function to print the Page
function doPrint()
{
	window.print();
}
