<!-- Begin
function hidestatus(){
window.status=''
return true
}
document.onmouseover=hidestatus
document.onmouseout=hidestatus
//  End -->
