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