// JavaScript Document
function hidestatus(){
window.status='Press ALT + h then ENTER to view our help section'
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=hidestatus
document.onmouseout=hidestatus