function PrintPage()
	{
		HiddenMenu();
		window.print();
		setTimeout("ShowMenu()", 8000);		
//		ShowMenu();
	}
