//Se requiere NS4.x o IE5 o mejor.
//Script para imprimir desde un link
//
//en la direccion del link poner
//javascript:printit()


function printit(){
   if (!window.print)
    { alert("You need NS4.x or IE5 to use this print button!")
       return
    }
   window.print()
   }