/* --- menu items --- */
var MENU_ITEMS = [
  ['Maps', 'maps.jsp', null,
    ['My Map', 'map.jsp?mapname=home'],
    ['Chicago Area', 'map.jsp?mapname=chicagoArea'],
    ['City of Chicago', 'map.jsp?mapname=chicagoCity'],
    ['Gary', 'map.jsp?mapname=gary'],
    ['Madison', 'map.jsp?mapname=madison'],
    ['Milwaukee', 'map.jsp?mapname=milwaukee'],
    ['Quad Cities', 'map.jsp?mapname=quadcities'],
    ['Rockford', 'map.jsp?mapname=rockford'],
    ['SW Michigan', 'map.jsp?mapname=michigan']
  ],
  ['Notices', 'announcements.jsp?type=highPriority', null,
    ['High Priority', 'announcements.jsp?type=highPriority'],
    ['Construction', 'announcements.jsp?type=construction'],
    ['News Items', 'announcements.jsp?type=newsItem'],
    ['Transit','announcements.jsp?type=transit'],
    ['Weather','announcements.jsp?type=weather']
  ],
  ['Reports', 'reports.jsp', null,
    ['My Travel', 'mytravel.jsp'],
    ['Travel Times', 'traveltimes.jsp'],
    ['Congestion', 'congestions.jsp'],
    ['Incidents', 'incidents.jsp'],
    ['Construction', 'constructions.jsp'],
    ['Cameras', 'cameraReport.jsp'],
    ['Special Events', 'specialevents.jsp'],
    ['Detectors', 'detectors.jsp'],
    ['Message Signs', 'dms.jsp'],
    ['Highway Advisories', 'har.jsp'],
    ['Weather', 'weather.jsp'],
    ['Chicago Quick Traffic', 'ChicagoQuickTraffic.jsp']
  ],
  ['Projects', 'majorConstruction.jsp', null,
    ['Wacker Drive Reconstruction',
      'http://egov.cityofchicago.org/webportal/COCWebPortal/COC_EDITORIAL/WackerDrive_overview_Dec2009.pdf',
      {'tw':'_blank'}],
    ['Congress Parkway Bridge','http://www.dot.il.gov/congresspkwy/index.html', {'tw':'_blank'}],
    ['WI I-94 Project','http://www.plan94.org', {'tw':'_blank'}]
  ],
  ['Help', 'help.jsp', null,
    ['Overview', 'help_overview.jsp'],
    ['Map', 'help_map.jsp'],
    ['MyTravel', 'help_mytravel.jsp'],
    ['Reports', 'help_reports.jsp'],
    ['FAQ', 'faq.jsp'],
    ['Names and Numbers', 'namesNumbers.jsp'],
    ['Glossary', 'glossary.jsp']
  ],
  ['About', null, null,
    ['Links', 'links.jsp'],
    ['Contact Us', 'contactus.jsp'],
    ['User Survey', 'survey.jsp'],
    ['Policies', 'policies.jsp'],
    ['Requirements', 'requirements.jsp'],
    ['Disclaimer', 'disclaimer.jsp'],
    ['History','history.jsp'],
    ['Site Sponsors','siteSponsors.jsp']
  ]
];

