function hideStatusBar() {
window.status='   ';window.setTimeout(hideStatusBar,1);
}
hideStatusBar();
