function showPrint()
{
  if(document.getElementById)
    document.getElementById("printPage").style.display = "inline";
}
