//  The array below contains all the info necessary to draw the menus.

//  Each top level menu item is represented by 5 parameters:
//    Item text
//    Item link
//    Item width (in px)
//    Subitem's width (in px) or 0 to not force a width
//    Array of subitems (each containing a text,link pair)

var CHM_MenuData = [
  "Visit Us", "/visit/", 121, 121,
    ["Hours & Tours", "/hours/",
     "Map & Directions",      "/directions/",
     "---",       "",
     "Who We Are", "/about/",
     "Museum Staff", "/staff/",
     "Board of Trustees", "/trustee/",
     "Advisory Board", "/advisory/",
     "Contact Us",      "/contact/",
     "---",       "",
     "Press Room",       "/press/backgrounder/",
     "Press Releases",       "/press/",
     "Image Gallery",       "/press/gallery/",
     "---",       "",
     "Jobs",       "/jobs/"
    ],

  "Exhibits", "/exhibits/", 118, 0,
    ["Hall of Fellows",           "http://www.computerhistory.org/fellowawards/hall_of_fellows.html",
    "Internet History 1962 to 1992",   "/internet_history/",
    "Mastering the Game",              "/chess/",
    "Microprocessors 1971 to 1996",    "/microprocessors/",
    "PDP-1 Restoration Project",       "/pdp-1/",
    "Selling the Computer Revolution", "/brochures/",
    "The Babbage Engine", "/babbage/",
    "The Silicon Engine", "/semiconductor/",
    "This Day in History",             "/tdih/",
    "Timeline of Computer History 1939 to 1994",                 "/timeline/",
     "Visible Storage",                 "/virtualvisiblestorage/",
     "---",       "",
     "At the Museum",                 "/atmuseum/",
    ],

  "Explore", "/explore/", 125, 0,
    ["Collections",  "/collections/",
    "Research",      "/research/",
    "Donate Historical Materials",      "/collections/donateArtifact/",
    "Audiovisual Requests",      "/collections/av-request/",
    "---",      "",
     "Catalog Search",      "/collections/search/",
     "Oral Histories",      "/collections/oralhistories/",
     "Archival Finding Aids",       "/collections/findingaids/",
     "Computer Chess",        "/collections/computerchess/",
     "DEC PDP-1", "/collections/decpdp-1/",
     "Fortran Archive",    "/collections/fortranarchive/",
     "IBM Stretch",    "/collections/ibmstretch/",
     "Marketing Brochures",    "/collections/marketingbrochures/",
     "---",    "",
     "Computer Restorations",    "/restorations/",
     "ITCHP Project",    "http://corphist.computerhistory.org/corphist/",
     "History of Fortran",    "http://www.softwarepreservation.org/projects/FORTRAN/",
     "---",    "",
     "Fellow Awards",    "/fellowawards/",
     "Hall of Fellows",    "/fellowawards/hall_of_fellows.html",
     "---",    "",
     "Core Magazine",    "/core/",
     "Back Issues",    "/core/backissues/",
    ],

  "Get Involved", "/getinvolved/", 177, 177,
    ["Giving & Membership",  "/contribute/",
    "Corporate Partnership",      "/contribute/corporate/",
    "Museum Campaign",      "/contribute/campaign/",
    "MyCHM",      "/mychm/",
    "Mailing List",      "/mailinglist/",
    "---",      "",
     "Volunteer Opportunities",      "/volunteers/",
     "Volunteers Site Login",      "/volunteers/login/",
     "---",       "",
     "Donate Historical Artifacts",        "/collections/donateArtifact/",
     "---", "",
     "Museum Groups",    "/groups/",
     "Computer Restorations",    "/groups/restorations/",
     "Semiconductor SIG",    "/groups/semisig/",
     "Software Industry SIG",    "/groups/sisig/",
     "Software Preservation",    "/groups/spg/",
     "Storage SIG",    "/groups/storagesig/"
     ],

  "Venue", "/venue/", 102, 0,
    ["Venue Rental",         "/venue/",
		"Available Space",         "/venue/space/",     
		"Photo Gallery",       "/venue/gallery/",
     "FAQ",        "/venue/faq/"
    ],

  "Events", "/events/", 118, 0,
    ["Upcoming Events",         "/events/",
		"Past Events",         "/events/index.php?view=previous&section=calendar"   
    ]
];
