//document.onmouseover = hidestatus;
function hidestatus()
{
    window.status = '';
    return true;
}
