//  Select the proper background width depending on screen dimensions - currently handles 1024 and 800

    {
      if (screen&&(screen.height>700))
      {
        document.write('<table border=0 cellpadding="0" cellspacing="0" width="100%" height="100%" background="images/BusDirBG.jpg">');
      }
      else
      {
        document.write('<table border=0 cellpadding="0" cellspacing="0" width="100%" height="100%" background="images/BusDirBG800.jpg">');
      }
    }
