{
function HideAll(){
window.status= "Welcome to RIP Patches!";
return true;
}


function noShow(){
window.status= "Welcome to RIP Patches!";
return true;
}

if (document.layer)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT | Event.MOUSEUP | Event.MOUSEDOWN)
document.onmouseover=noShow
document.onmouseout=noShow
document.onmouseup=noShow
document.onmousedown=noShow

}

