
function printit(){
if (!window.print){
alert("You need NS4.x or IE5 to use this print button!")
return
}
window.print()
}
