function WindPrint()
{
	if (window.print) { window.print(); }
	else { alert("Please use your Browser Print button or select File Print from the menu"); }
}


