function init()
{
	menus[0] = new menu(200, "vertical", 12, 265, -2, -2, "#C6BBA7", "#027A6E", "Georgia,Garamond", 9, "bold", "bold", "#027A6E", "white", 3, "#027A6E", 2, "rollover:MenuIncludeFiles/images/tri-right1.gif:MenuIncludeFiles/images/tri-right2.gif", false, true, true, false, 12, true, 4, 4, "black");
	menus[0].addItem("#", "", 22, "left", "About Us", 1);		//The Number One designates the 1st Main Menu Item below.
	menus[0].addItem("#", "", 22, "left", "Capital Programs", 2);	//The Number Two designates the 2nd Main Menu Item below.
	menus[0].addItem("#", "", 22, "left", "<i>ACCESS OHIO</i>", 3);	//The Number Three designates the 3rd Main Menu Item below.
	menus[0].addItem("#", "", 35, "left", "State Transportation Improvement Program", 4);		//The Number Four designates the 4th Main Menu Item below.
	menus[0].addItem("#", "", 35, "left", "Ohio Roadway Functional Class", 5);	//The Number Five designates the 5th Main Menu Item below.
	menus[0].addItem("Freight/freightimpacts.htm", "", 22, "left", "Freight", 0);
	menus[0].addItem("PIP/", "", 22, "left", "Public Involvement", 0);
	menus[0].addItem("WorkPlan/workplan.htm", "", 35, "left", "District Pavement & Bridge Work Plan", 0);	//The Number Six designates the 7th Main Menu Item below.
	menus[0].addItem("http://intranet.dot.state.oh.us/planning", "", 35, "left", "Office Intranet <br><font size = 1><i>(Internal ODOT Only)</font></i>", 0);	

//The numbers shown above i.e. 1, 2 correspond to the menu numbers shown below i.e. menus[1], menus[2]; the menu numbers listed below must be in sequential order for all Main Menus, Sub-Menus, and Sub-Sub-Menus. The numbers above located after the button name i.e. "Home Webs", 1 represent the sub-menus only and are not for the sub-sub-menus. The Sub-Menus shown below are the flyout menus from the main menu; the Sub-Sub-Menus are the flyouts from a Sub-Menu. The reason for having three separate menu files i.e. MenuConfig.js, MenuConfigSub.js, and MenConfigSubSub.js is so that the images for the small menu arrows can be properly located. These images are located off of the root directory in the images directory. Their location is shown above, i.e. "rollover:../../MenuIncludeFiles/images/tri-right1.gif:../../MenuIncludeFiles/images/tri-right2.gif". The two images shown are the initial black arrow and then the white arrow which is shown when a menu item has a rollover. The absolute path CANNOT be used here and it requires using a relative path thus the reason for the various menus. The proper menu name must be used in the header of each web page depending on how deep the page is buried on the website.

//When a flyout from the main menu has an additional flyout such as "Main Menu 3 >" + "Sub-Menu 3 >" + "Sub Sub-Menu 4" then this additonal menu (for Sub-Sub-menu 4) must also be numbered sequentially in the list of menus below. Example: Main Menu 1, Main Menu 2, Main Menu 3 with a Sub-menu and then an additional flyout menu (Sub-Sub-Menu); this sub-sub-menu must then be labeled 4. The Main Menu 3 must then designate this additional flyout with the appropriate number for the additional flyout i.e. 4 is placed at the end of the parenthesis) Example: menus[3].addItem("", "", 22, "left", "Sub-Menu", 4);.



//Sub Menu for 1st Main Menu Item ("About Us"):
	menus[1] = new menu(145, "vertical", 0, 0, -5, -5, "#A19988", "#027A6E", "Georgia,Garamond", 8, "bold", "bold", "white", "white", 2, "#027A6E", 5, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[1].addItem("About%20Us/MissionGoals.htm", "", 50, "left", "Mission Statement & Goals", 0);
	menus[1].addItem("About%20Us/Office%20Organization.htm", "", 38, "left", "Office<br>Organization", 0);
	menus[1].addItem("About%20Us/OfficeContacts_new.htm", "", 38, "left", "Staff<br>Contacts", 0);	
	menus[1].addItem("About%20Us/Contact_responsibilities.htm", "", 38, "left", "Staff Responsibilities", 0);

//Sub Menu for 2nd Main Menu Item ("Capital Programs"):
	menus[2] = new menu(145, "vertical", 0, 0, -5, -5, "#A19988", "#027A6E", "Georgia,Garamond", 8, "bold", "bold", "white", "white", 2, "#027A6E", 5, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[2].addItem("MajorNew/majornew.htm", "", 38, "left", "Major<br>New", 0);
	menus[2].addItem("Major_bridge/Major_Bridge.htm", "", 38, "left", "Major<br>Bridge", 0);
	menus[2].addItem("Multilane/multilane_home.htm", "", 38, "left", "Major Rehabilitation", 0);
	menus[2].addItem("Safety/", "", 25, "left", "Safety", 0);
	menus[2].addItem("GeologicalSite/geological_home.htm", "", 38, "left", "Geological Site<br>Assessment", 0);
	menus[2].addItem("MPO/MPO_home.htm", "", 38, "left", "Metropolitan<br>Planning", 0);
	menus[2].addItem("Amish_Buggy/amish_buggy_home.htm", "", 38, "left", "Amish<br>Buggy", 0);
	menus[2].addItem("Appalachia/appalachia.htm", "", 25, "left", "Appalachia", 0);
	menus[2].addItem("Forest_Highway/ForestHighway_home.htm", "", 38, "left", "Forest<br>Highway", 0);

		
//Sub Menu for 3rd Main Menu Item ("ACCESS OHIO"):
	menus[3] = new menu(145, "vertical", 0, 0, 0, 0,"#A19988", "#027A6E", "Georgia,Garamond", 8, "bold", "bold", "white", "white", 2, "#027A6E", 5, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[3].addItem("ACCESS%20OHIO/WhatIsACCESSOHIO.htm", "", 38, "left", "What is<br><i>ACCESS OHIO</i>?", 0);
	menus[3].addItem("ACCESS%20OHIO/DraftDocument.htm", "", 38, "left", "Final<br> Document", 0);
	menus[3].addItem("ACCESS%20OHIO/PublicOutreach&Involvement.htm", "", 38, "left", "Public<br>Involvement", 0);
	menus[3].addItem("ACCESS%20OHIO/OtherDocuments.htm", "", 38, "left", "Documents &<br>Surveys", 0);
		 

//Sub Menu for 4th Main Menu Item ("State Transportation Improvement Program"):
	menus[4] = new menu(145, "vertical", 0, 0, 0, 0,"#A19988", "#027A6E", "Georgia,Garamond", 8, "bold", "bold", "white", "white", 2, "#027A6E", 5, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[4].addItem("STIP/STIPprocess_new.htm", "", 25, "left", "STIP Process", 0);
	menus[4].addItem("STIP/stip_projectlistingnew.htm", "", 38, "left", "STIP Project Listing", 0);
	menus[4].addItem("STIP/Amendments.htm", "", 25, "left", "Amendments", 0);
	menus[4].addItem("STIP/Transit.htm", "", 25, "left", "Transit", 0);
	 	 

//Sub Menu for 5th Main Menu Item ("Ohio Roadway Functional Class"):
	menus[5] = new menu(145, "vertical", 0, 0, 0, 0,"#A19988", "#027A6E", "Georgia,Garamond", 8, "bold", "bold", "white", "white", 2, "#027A6E", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
	menus[5].addItem("Functional%20Class/BackgroundInfo.htm", "", 35, "left", "Background Information", 0);
	menus[5].addItem("Functional%20Class/RouteDescriptions.htm", "", 50, "left", "Road Classification Listing by Route", 0); 
	menus[5].addItem("http://www.dot.state.oh.us/techservsite/availpro/Road_%20Infor/RI_reports.htm", "", 50, "left", "Roadway Inventory Reports", 0);
	menus[5].addItem("functional%20class/FunctionalClassmaps1.htm", "", 50, "left", "Functional Classification Maps", 0); 
	menus[5].addItem("Functional%20Class/Procedures.pdf", "", 50, "left", "Procedures for Processing Revisions <font size = 1><i>pdf</i></font>", 0);

		
	


} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.