﻿function printPage(){

	try
	{
		window.print();


        }
	catch(e)
	{
		return false;


        }
}


