<!-- //
// *** This page was generated with the MoDOT Menu Editor


function addMenuItem(name, alink, header)
{
	document.write('    <tr> ');
	document.write('      <td width="100%" height="18" class="MenuAbout" onMouseOver="MM_timelineStop(\'MENUOFF\')" onMouseOut="MM_timelinePlay(\'MENUOFF\');MM_timelineGoto(\'MENUOFF\',\'1\')"> ');
	if (header)
	{
		document.write('        <a style="width:100%" href="'+alink+'"><strong>'+name+'</strong></a></td>');
	}
	else
	{
		document.write('<a style="width:100%;text-indent: .5em;" href="'+alink+'">'+name+'</a></td>');
	}
	document.write('    </tr>');
}


document.write('  <table width="100%" border="0" cellpadding="1" cellspacing="1"  bgcolor="#FFFFFF">');
addMenuItem("About MoDOT Home","/about/",true);
addMenuItem("General Information","/about/",true);
addMenuItem("Sunshine Requests","/about/OpenRecords.htm",false);
addMenuItem("History Chronology","/about/general_info/history.htm",false);
addMenuItem("MoDOT Leadership","/leadership/",false);
addMenuItem("Mission, Values & Tangible Results","/about/MissionValuesTangibleResults.htm",false);
addMenuItem("Tracker: Performance Measures","/about/general_info/Tracker.htm",false);
addMenuItem("Funding","/about/",true);
addMenuItem("Funding History","/about/funding/fundinghistory.htm",false);
addMenuItem("Highways and  Transportation Commission","/about/commission/index.htm",true);
addMenuItem("Meeting Dates and Agendas","/about/commission/meetingdates.htm",false);
addMenuItem("Meeting Minutes","/about/commission/meetingminutes.htm",false);
addMenuItem("Employee Directory","/about/",true);
addMenuItem("More...","/about/",true);
document.write('  </table>');


//-->


