function hideWindowStatusBar()
{
 window.status = ' ';
 return true ;
}