<!-- print script
function printWindow(){
   version = parseInt(navigator.appVersion)
   if (version >= 4) window.print()
}
//-->