function fnPrint()
{
   bV = parseInt(navigator.appVersion);
   if (bV >= 4) window.print();
} //end fnPrint