function printWin()
{
	
	try {
		window.print();
	} catch(e)
	{
		alert(e);
	}

}