function winPrint(){
if (window.print) 
{
  window.print();
}
else
{
  alert("Your Web Browser DOES NOT support this print method. Close this window and select File>Print from your Menus.");
}
}
//-->

