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