function DoPrinting(){
if (!window.print){
alert("You must have Netscape 4.x or MSIE5,\n in order to use this print button!")
return
}
window.print()
}
