function createjsDOMenu() {
  mainMenu1 = new jsDOMenu(100, "main");
  
  mainMenu2 = new jsDOMenu(120, "main");
  with (mainMenu2) {
    addMenuItem(new menuItem("About This Site", "", "http://www.theapprenticefan.com/about.html"));
    addMenuItem(new menuItem("About The Show", "", "http://www.theapprenticefan.com/aboutshow.html"));
  }
  

  
  mainMenu3 = new jsDOMenu(110, "main");
  with (mainMenu3) {
    addMenuItem(new menuItem("Season 1", "", "http://www.theapprenticefan.com/episodes1.html"));
    addMenuItem(new menuItem("Season 2", "", "http://www.theapprenticefan.com/episodes2.html"));
    addMenuItem(new menuItem("Season 3", "", "http://www.theapprenticefan.com/episodes3.html"));
    addMenuItem(new menuItem("Season 4", "", "http://www.theapprenticefan.com/episodes4.html"));
    addMenuItem(new menuItem("Season 5", "", "http://www.theapprenticefan.com/episodes5.html"));
  }
  

  
  mainMenu4 = new jsDOMenu(100, "main");
    with (mainMenu4) {
    addMenuItem(new menuItem("Videos", "", "http://www.theapprenticefan.com/video.html"));
    addMenuItem(new menuItem("Wallpapers", "", "http://www.theapprenticefan.com/wallpapers.html"));
    addMenuItem(new menuItem("Photos", "item1", ""));
    };
  
  mainMenu4_1 = new jsDOMenu(120, "main");
  with (mainMenu4_1) {
    addMenuItem(new menuItem("The Boardroom", "", "http://www.theapprenticefan.com/boardroom.html"));
    addMenuItem(new menuItem("The Suite", "", "http://www.theapprenticefan.com/suite.html"));
  }

  mainMenu5 = new jsDOMenu(150, "main");
    with (mainMenu5) {
    addMenuItem(new menuItem("Team Gold Rush", "item1", ""));
    addMenuItem(new menuItem("Team Synergy", "item2", "")); 
    };

  mainMenu5_1 = new jsDOMenu(150, "main");
    with (mainMenu5_1) {
    addMenuItem(new menuItem("Bryce", "", "http://www.theapprenticefan.com/bryce.html"));
    addMenuItem(new menuItem("Charmaine", "", "http://www.theapprenticefan.com/charmaine.html"));
    addMenuItem(new menuItem("Dan", "", "http://www.theapprenticefan.com/dan.html"));
    addMenuItem(new menuItem("Lee", "", "http://www.theapprenticefan.com/lee.html"));
    addMenuItem(new menuItem("Lenny", "", "http://www.theapprenticefan.com/lenny.html"));
    addMenuItem(new menuItem("Leslie", "", "http://www.theapprenticefan.com/leslie.html"));
    addMenuItem(new menuItem("Summer", "", "http://www.theapprenticefan.com/summer.html"));
    addMenuItem(new menuItem("Tarek", "", "http://www.theapprenticefan.com/tarek.html"));
    addMenuItem(new menuItem("Theresa", "", "http://www.theapprenticefan.com/theresa.html"));                    
    };    
  mainMenu5_2 = new jsDOMenu(150, "main");
    with (mainMenu5_2) {
    addMenuItem(new menuItem("Allie", "", "http://www.theapprenticefan.com/allie.html"));
    addMenuItem(new menuItem("Andrea", "", "http://www.theapprenticefan.com/andrea.html"));
    addMenuItem(new menuItem("Brent", "", "http://www.theapprenticefan.com/brent.html"));
    addMenuItem(new menuItem("Michael", "", "http://www.theapprenticefan.com/michael.html"));
    addMenuItem(new menuItem("Pepi", "", "http://www.theapprenticefan.com/jose.html"));
    addMenuItem(new menuItem("Roxanne", "", "http://www.theapprenticefan.com/roxanne.html"));
    addMenuItem(new menuItem("Sean", "", "http://www.theapprenticefan.com/sean.html"));                                                
    addMenuItem(new menuItem("Stacy", "", "http://www.theapprenticefan.com/stacy.html"));
    addMenuItem(new menuItem("Tammy", "", "http://www.theapprenticefan.com/tammy.html"));
    };    

  mainMenu6 = new jsDOMenu(160, "main");
    with (mainMenu6) {
    addMenuItem(new menuItem("Mr. Donald Trump", "", "http://www.theapprenticefan.com/donald.html"));
    addMenuItem(new menuItem("His Associates", "item1", ""));
    addMenuItem(new menuItem("Previous Apprentices", "item2", ""));
    }; 
  mainMenu6_1 = new jsDOMenu(150, "main");
    with (mainMenu6_1) {
    addMenuItem(new menuItem("George Ross", "", "http://www.theapprenticefan.com/george.html"));
    addMenuItem(new menuItem("Carolyn Kepcher", "", "http://www.theapprenticefan.com/carolyn.html"));
    addMenuItem(new menuItem("Mark Burnett", "", "http://www.theapprenticefan.com/mark.html"));
    };    
  mainMenu6_2 = new jsDOMenu(150, "main");
    with (mainMenu6_2) {
    addMenuItem(new menuItem("Bill Rancic", "", "http://www.theapprenticefan.com/bill.html"));
    addMenuItem(new menuItem("Kelly Perdew", "", "http://www.theapprenticefan.com/kelly.html"));
    addMenuItem(new menuItem("Kendra Todd", "", "http://www.theapprenticefan.com/kendra.html"));
    addMenuItem(new menuItem("Randal Pinkett", "", "http://www.theapprenticefan.com/randal.html"));
    };    
    
    
  mainMenu7 = new jsDOMenu(200, "main");
    with (mainMenu7) {
    addMenuItem(new menuItem("Other Fan Sites", "", "http://www.theapprenticefan.com/links.html"));
    addMenuItem(new menuItem("The Official The Apprentice Web Site", "", "http://www.nbc.com/The_Apprentice_5/"));
    addMenuItem(new menuItem("The Apprentice Web Site at Yahoo", "", "http://apprentice.tv.yahoo.com/trump/05/index.html"));
    };  
  mainMenu8 = new jsDOMenu(180, "main");
    with (mainMenu8) {
    addMenuItem(new menuItem("The Apprentice Fan Forums", "", "http://www.theapprenticefan.com/forums/"));};  
  
  mainMenu4.items.item1.setSubMenu(mainMenu4_1);
  mainMenu5.items.item1.setSubMenu(mainMenu5_1);
  mainMenu5.items.item2.setSubMenu(mainMenu5_2);
  mainMenu6.items.item1.setSubMenu(mainMenu6_1);
  mainMenu6.items.item2.setSubMenu(mainMenu6_2);

  
  mainMenuBar = new jsDOMenuBar("static", "staticMenuBar");
  with (mainMenuBar) {
    addMenuBarItem(new menuBarItem("Home", "", "", "", "link:http://www.theapprenticefan.com/index.html"));
    addMenuBarItem(new menuBarItem("About This Site", mainMenu2));
    addMenuBarItem(new menuBarItem("Episode Summaries", mainMenu3));
    addMenuBarItem(new menuBarItem("Media", mainMenu4));
    addMenuBarItem(new menuBarItem("The Candidates", mainMenu5));
    addMenuBarItem(new menuBarItem("Biographies", mainMenu6));
    addMenuBarItem(new menuBarItem("Links", mainMenu7));
    addMenuBarItem(new menuBarItem("Community", mainMenu8));
    setActivateMode("over");
  }
}