function createjsDOMenu() {
  GoMenu = new jsDOMenu(138);
  with (GoMenu) {
    addMenuItem(new menuItem("Home", "", "/"));
    addMenuItem(new menuItem("Back", "", "javascript:history.back(1)"));
    addMenuItem(new menuItem("Contact Support", "", "/form.php"));
  }

  WindowsMenu = new jsDOMenu(325);
  with (WindowsMenu) {
    addMenuItem(new menuItem("Outlook Express 6.00", "oe", ""));
    addMenuItem(new menuItem("Microsoft Outlook 2000 - Internet Only", "o2000io", ""));
    addMenuItem(new menuItem("Microsoft Outlook 2000 - Corporate or Workgroup", "o2000cw", ""));
    addMenuItem(new menuItem("Microsoft Outlook 2002/2003", "o20022003", ""));
    addMenuItem(new menuItem("Eudora 6.2.5.6", "eudora6256", ""));
    addMenuItem(new menuItem("Netscape 7.2", "netscape72", ""));
    addMenuItem(new menuItem("Netscape Communicator/Messenger 4.8", "netcommess48", ""));
    addMenuItem(new menuItem("Thunderbird 1.0.7", "thunderbird107", ""));
  }
  WindowsMenu_oe = new jsDOMenu(225);
  with (WindowsMenu_oe) {
    addMenuItem(new menuItem("Setup A New Account", "", "/setup/oe6.00/index.php"));
    addMenuItem(new menuItem("Check Existing Account Settings", "", "/check/oe6.00/index.php"));
  }
  WindowsMenu_o2000io = new jsDOMenu(225);
  with (WindowsMenu_o2000io) {
    addMenuItem(new menuItem("Setup A New Account", "", "/setup/outlook2000internet/index.php"));
    addMenuItem(new menuItem("Check Existing Account Settings", "", "/check/outlook2000internet/index.php"));
  }
  WindowsMenu_o2000cw = new jsDOMenu(225);
  with (WindowsMenu_o2000cw) {
    addMenuItem(new menuItem("Setup A New Account", "", "/setup/outlook2000corporate/index.php"));
    addMenuItem(new menuItem("Check Existing Account Settings", "", "/check/outlook2000corporate/index.php"));
  }
  WindowsMenu_o20022003 = new jsDOMenu(225);
  with (WindowsMenu_o20022003) {
    addMenuItem(new menuItem("Setup A New Account", "", "/setup/outlook20022003/index.php"));
    addMenuItem(new menuItem("Check Existing Account Settings", "", "/check/outlook20022003/index.php"));
  }
  WindowsMenu_eudora6256 = new jsDOMenu(225);
  with (WindowsMenu_eudora6256) {
    addMenuItem(new menuItem("Setup A New Account", "", "/setup/eudora6.2.5.6/index.php"));
    addMenuItem(new menuItem("Check Existing Account Settings", "", "/check/eudora6.2.5.6/index.php"));
  }
  WindowsMenu_netscape72 = new jsDOMenu(225);
  with (WindowsMenu_netscape72) {
    addMenuItem(new menuItem("Setup A New Account", "", "/setup/netscape7.2/index.php"));
    addMenuItem(new menuItem("Check Existing Account Settings", "", "/check/netscape7.2/index.php"));
  }
  WindowsMenu_netcommess48 = new jsDOMenu(225);
  with (WindowsMenu_netcommess48) {
    addMenuItem(new menuItem("Setup A New Account", "", "/setup/netscapemessenger4.8/index.php"));
    addMenuItem(new menuItem("Check Existing Account Settings", "", "/check/netscapemessenger4.8/index.php"));
  }
  WindowsMenu_thunderbird107 = new jsDOMenu(225);
  with (WindowsMenu_thunderbird107) {
    addMenuItem(new menuItem("Setup A New Account", "", "/setup/thunderbird1.0.7/index.php"));
    addMenuItem(new menuItem("Check Existing Account Settings", "", "/check/thunderbird1.0.7/index.php"));
  }
  

  WindowsMenu.items.oe.setSubMenu(WindowsMenu_oe);
  WindowsMenu.items.o2000io.setSubMenu(WindowsMenu_o2000io);
  WindowsMenu.items.o2000cw.setSubMenu(WindowsMenu_o2000cw);
  WindowsMenu.items.o20022003.setSubMenu(WindowsMenu_o20022003);
  WindowsMenu.items.eudora6256.setSubMenu(WindowsMenu_eudora6256);
  WindowsMenu.items.netscape72.setSubMenu(WindowsMenu_netscape72);
  WindowsMenu.items.netcommess48.setSubMenu(WindowsMenu_netcommess48);
  WindowsMenu.items.thunderbird107.setSubMenu(WindowsMenu_thunderbird107);


  AppleMenu = new jsDOMenu(280);
  with (AppleMenu) {
    addMenuItem(new menuItem("Mail 1.3.11", "mail", ""));
    addMenuItem(new menuItem("Outlook Express 5.0.6", "oe506", ""));
    addMenuItem(new menuItem("Entourage 11.2.1", "entourage", ""));
    addMenuItem(new menuItem("Eudora 6.2.1", "eudora621", ""));
    addMenuItem(new menuItem("Netscape 7.2", "netscape72", ""));
    addMenuItem(new menuItem("Netscape Communicator/Messenger 4.8", "netcommess48", ""));
    addMenuItem(new menuItem("Thunderbird 1.0.7", "thunderbird107", ""));
  }
  
  AppleMenu_mail = new jsDOMenu(225);
  with (AppleMenu_mail) {
    addMenuItem(new menuItem("Setup A New Account", "", "/setup/macmail1.3.11/index.php"));
    addMenuItem(new menuItem("Check Existing Account Settings", "", "/check/macmail1.3.11/index.php"));
  }
  AppleMenu_oe506 = new jsDOMenu(225);
  with (AppleMenu_oe506) {
    addMenuItem(new menuItem("Setup A New Account", "", "/setup/macoe5.0.6/index.php"));
    addMenuItem(new menuItem("Check Existing Account Settings", "", "/check/macoe5.0.6/index.php"));
  }
  AppleMenu_entourage = new jsDOMenu(225);
  with (AppleMenu_entourage) {
    addMenuItem(new menuItem("Setup A New Account", "", "/setup/macentourage11.2.1/index.php"));
    addMenuItem(new menuItem("Check Existing Account Settings", "", "/check/macentourage11.2.1/index.php"));
  }
  AppleMenu_eudora621 = new jsDOMenu(225);
  with (AppleMenu_eudora621) {
    addMenuItem(new menuItem("Setup A New Account", "", "/setup/maceudora6.2.1/index.php"));
    addMenuItem(new menuItem("Check Existing Account Settings", "", "/check/maceudora6.2.1/index.php"));
  }
  AppleMenu_netscape72 = new jsDOMenu(225);
  with (AppleMenu_netscape72) {
    addMenuItem(new menuItem("Setup A New Account", "", "/setup/macnetscape7.2/index.php"));
    addMenuItem(new menuItem("Check Existing Account Settings", "", "/check/macnetscape7.2/index.php"));
  }
  AppleMenu_netcommess48 = new jsDOMenu(225);
  with (AppleMenu_netcommess48) {
    addMenuItem(new menuItem("Setup A New Account", "", "/setup/macnetscapemessenger4.8/index.php"));
    addMenuItem(new menuItem("Check Existing Account Settings", "", "/check/macnetscapemessenger4.8/index.php"));
  }
  AppleMenu_thunderbird107 = new jsDOMenu(225);
  with (AppleMenu_thunderbird107) {
    addMenuItem(new menuItem("Setup A New Account", "", "/setup/macthunderbird1.0.7/index.php"));
    addMenuItem(new menuItem("Check Existing Account Settings", "", "/check/macthunderbird1.0.7/index.php"));
  }

  AppleMenu.items.mail.setSubMenu(AppleMenu_mail);
  AppleMenu.items.oe506.setSubMenu(AppleMenu_oe506);
  AppleMenu.items.entourage.setSubMenu(AppleMenu_entourage);
  AppleMenu.items.eudora621.setSubMenu(AppleMenu_eudora621);
  AppleMenu.items.netscape72.setSubMenu(AppleMenu_netscape72);
  AppleMenu.items.netcommess48.setSubMenu(AppleMenu_netcommess48);
  AppleMenu.items.thunderbird107.setSubMenu(AppleMenu_thunderbird107);

  
  absoluteMenuBar = new jsDOMenuBar("", "", true);
  with (absoluteMenuBar) {
    addMenuBarItem(new menuBarItem("Go", GoMenu, "GoMenu"));
    addMenuBarItem(new menuBarItem("Microsoft Windows", WindowsMenu, "WindowsMenu"));
    addMenuBarItem(new menuBarItem("Apple Macintosh", AppleMenu, "AppleMenu"));
    moveTo(10, 60);
  }
  absoluteMenuBar.items.GoMenu.showIcon("gomenu", "gomenu", "gomenu");
  absoluteMenuBar.items.WindowsMenu.showIcon("windowsmenu", "windowsmenu", "windowsmenu");
  absoluteMenuBar.items.AppleMenu.showIcon("applemenu", "applemenu", "applemenu");
}