function init()
{
	menus[0] = new menu(137, "vertical", 10, 160, -2, -2, "#009933", "#007325", "Helvetica,Arial", 8, "bold", "bold", "white", "white", 2, "#007325", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, true, false, 12, true, 4, 4, "black");
	menus[0].addItem("#", "", 22, "left", "Home Webs", 1);		//This is the 1st Main Menu Item shown below.
	menus[0].addItem("#", "", 22, "left", "Best Practices", 2);	//This is the 2nd Main Menu Item shown below.
	menus[0].addItem("#", "", 22, "left", "CADD", 3);		//This is the 3rd Main Menu Item shown below.
	menus[0].addItem("#", "", 22, "left", "Design Build", 4);	//This is the 4th Main Menu Item shown below.
	menus[0].addItem("#", "", 22, "left", "L & D Manuals", 5);	//This is the 5th Main Menu Item shown below.
	menus[0].addItem("#", "", 22, "left", "PDP Process", 7);	//This is the 7th Main Menu Item shown below.
	menus[0].addItem("#", "", 22, "left", "Training Guides", 8);	//This is the 8th Main Menu Item shown below.
	menus[0].addItem("#", "", 22, "left", "Projects", 9);		//This is the 9th Main Menu Item shown below.
	menus[0].addItem("#", "", 22, "left", "Right-of-Way", 10);	//This is the 10th Main Menu Item shown below.
	menus[0].addItem("#", "", 22, "left", "Sample Plans", 11);	//This is the 11th Main Menu Item shown below.
	menus[0].addItem("#", "", 22, "left", "Office Staff", 12);	//This is the 12th Main Menu Item shown below.
	menus[0].addItem("#", "", 22, "left", "Downloads", 13);		//This is the 13th Main Menu Item shown below.

//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:../../images/tri-right1.gif:../../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 ("Home Webs"):
	menus[1] = new menu(135, "vertical", 0, 0, -5, -5, "#009933", "#007325", "Helvetica,Arial", 8, "bold", "bold", "white", "white", 2, "#007325", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[1].addItem("http://www.dot.state.oh.us/prod/", "", 22, "left", "Production", 0);
	menus[1].addItem("http://www.dot.state.oh.us", "", 22, "left", "ODOT Home", 0);
	menus[1].addItem("http://intranet", "", 22, "left", "ODOT Intranet", 0);
	menus[1].addItem("http://www.ohio.gov", "NEWWIN", 22, "left", "State of Ohio", 0);

//Sub Menu for 2nd Main Menu Item ("Best Practices"):
	menus[2] = new menu(135, "vertical", 0, 0, 0, 0,"#009933", "#007325", "Helvetica,Arial", 8, "bold", "bold", "white", "white", 2, "#007325", 2, "62", false, true, false, false, 0, true, 4, 4, "black");
	menus[2].addItem("http://www.dot.state.oh.us/prod/BestPractices/BestPractices.asp", "", 22, "left", "Best Practices", 0);
	menus[2].addItem("http://www.dot.state.oh.us/prod/BestPractices/BP_Sugg.asp", "", 22, "left", "Suggestions", 0);

//Sub Menu for 3rd Main Menu Item ("CADD"):
	menus[3] = new menu(135, "vertical", 0, 0, 0, 0, "#009933", "#007325", "Helvetica,Arial", 8, "bold", "bold", "white", "white", 2, "#007325", 2, "62", false, true, false, false, 0, true, 4, 4, "black");
	menus[3].addItem("http://www.dot.state.oh.us/cadd/", "", 22, "left", "CADD Home", 0);

//Sub Menu for 4th Main Menu Item ("Design Build"):
	menus[4] = new menu(135, "vertical", 0, 0, 0, 0,"#009933", "#007325", "Helvetica,Arial", 8, "bold", "bold", "white", "white", 2, "#007325", 2, "62", false, true, false, false, 0, true, 4, 4, "black");
	menus[4].addItem("http://www.dot.state.oh.us/prod/DesignBuild/", "", 22, "left", "Design Build", 0);
	menus[4].addItem("http://www.dot.state.oh.us/prod/DesignBuild/DesignBuild_Archive.asp", "", 22, "left", "Archive", 0);
	menus[4].addItem("http://www.dot.state.oh.us/prod/DesignBuild/DesignBuild_Updates.asp", "", 22, "left", "Revision History", 0);

//Sub Menu for 5th Main Menu Item ("L & D Manuals"):
	menus[5] = new menu(168, "vertical", 0, 0, -5, -5, "#009933", "#007325", "Helvetica,Arial", 8, "bold", "bold", "white", "white", 2, "#007325",2,"rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, true, 4, 4, "black");
	menus[5].addItem("", "", 22, "left", "L & D Manuals", 6);
	menus[5].addItem("http://www.dot.state.oh.us/prod/Volume3Sugg.asp", "", 22, "left", "Volume 3 Suggestions", 0);
	menus[5].addItem("http://www.dot.state.oh.us/prod/Volume3Updates.asp", "", 22, "left", "Volume 3 Updates", 0);

	//Sub Menu for 5th Sub Menu "L & D Manuals":
		menus[6] = new menu(135, "vertical", 0, 0, 0, 0, "#009933", "#007325", "Helvetica,Arial", 8, "bold", "bold", "white", "white", 2, "#007325", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
		menus[6].addItem("http://www.dot.state.oh.us/roadwayengineering/standards/loc_manuals.asp", "", 22, "left", "Volume 1", 0);
		menus[6].addItem("http://www.dot.state.oh.us/se/hy/ld2.htm", "", 22, "left", "Volume 2", 0);
                menus[6].addItem("http://www.dot.state.oh.us/prod/volume3std.asp", "", 22, "left", "Volume 3", 0);

//Sub Menu for 7th Main Menu Item ("PDP Process"):
	menus[7] = new menu(135, "vertical", 0, 0, -5, -5, "#009933", "#007325", "Helvetica,Arial", 8, "bold", "bold", "white", "white", 2, "#007325", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[7].addItem("http://www.dot.state.oh.us/pdp/", "", 22, "left", "PDP Manual", 0);
	menus[7].addItem("http://www.dot.state.oh.us/pdp/Archive/PDP_Archive.asp", "", 22, "left", "PDP Archive", 0);

//Sub Menu for 8th Main Menu Item ("Training Guides"):
	menus[8] = new menu(150, "vertical", 0, 0, 0, 0,"#009933", "#007325", "Helvetica,Arial", 8, "bold", "bold", "white", "white", 2, "#007325", 2, "62", false, true, false, false, 0, true, 4, 4, "black");
	menus[8].addItem("http://www.dot.state.oh.us/prod/PlanReading/PlanManual.asp", "", 22, "left", "Plan Reading Manual", 0);
	menus[8].addItem("http://www.dot.state.oh.us/prod/ROW/Manual/", "", 22, "left", "Right-of-Way Manual", 0);

//Sub Menu for 9th Main Menu Item ("Projects"):
	menus[9] = new menu(135, "vertical", 0, 0, 0, 0, "#009933", "#007325", "Helvetica,Arial", 8, "bold", "bold", "white", "white", 2, "#007325", 2, "62", false, true, false, false, 0, true, 4, 4, "black");
	menus[9].addItem("http://www.dot.state.oh.us/prod/ActiveProjects.asp", "", 22, "left", "Active", 0);
	menus[9].addItem("http://www.dot.state.oh.us/prod/CompletedProjects.asp", "", 22, "left", "Completed", 0);

//Sub Menu for 10th Item ("Right-of-Way"):
	menus[10] = new menu(155, "vertical", 0, 0, -5, -5, "#009933", "#007325", "Helvetica,Arial", 8, "bold", "bold", "white", "white", 2, "#007325", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[10].addItem("http://www.dot.state.oh.us/prod/CountyConveyance.asp", "", 22, "left", "County Conveyances", 0);
	menus[10].addItem("http://www.dot.state.oh.us/prod/PlanReading/PlanManual.asp", "", 22, "left", "Plan Reading Manual", 0);
	menus[10].addItem("http://www.dot.state.oh.us/prod/ROW/Manual/", "", 22, "left", "ROW Manual", 0);
	menus[10].addItem("http://www.dot.state.oh.us/prod/ROW/Manual/ROW_Archive.asp", "", 22, "left", "ROW Manual Archive", 0);
	menus[10].addItem("http://www.dot.state.oh.us/prod/ROW/Manual/ROWUpdates.asp", "", 22, "left", "ROW Manual Updates", 0);
	menus[10].addItem("http://www.dot.state.oh.us/prod/ROW/Manual/ROWRXForms.asp", "", 22, "left", "ROW RX Forms", 0);

//Sub Menu for 11th Main Menu Item ("Sample Plans"):
	menus[11] = new menu(135, "vertical", 0, 0, -5, -5, "#009933", "#007325", "Helvetica,Arial", 8, "bold", "bold", "white", "white", 2, "#007325", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[11].addItem("http://www.dot.state.oh.us/prod/SamplePlans/htm/Sample_plans.asp", "", 22, "left", "Sample Plans", 0);
	menus[11].addItem("http://www.dot.state.oh.us/prod/sampleplans/htm/Sample_Plans_updates.asp", "", 22, "left", "Updates", 0);
	menus[11].addItem("http://www.dot.state.oh.us/prod/sampleplans/Archive/SamplePlan_Archive.asp", "", 22, "left", "Archive", 0);

//Sub Menu for 12th Main Menu Item ("Office Staff"):
	menus[12] = new menu(135, "vertical", 0, 0, 0, 0,"#009933", "#007325", "Helvetica,Arial", 8, "bold", "bold", "white", "white", 2, "#007325", 2, "62", false, true, false, false, 0, true, 4, 4, "black");
	menus[12].addItem("http://www.dot.state.oh.us/prod/Employee.asp", "", 22, "left", "Employees", 0);

//Sub Menu for 13th Main Menu Item ("Downloads"):
	menus[13] = new menu(135, "vertical", 0, 0, 0, 0, "#009933", "#007325", "Helvetica,Arial", 8, "bold", "bold", "white", "white", 2, "#007325", 2, "62", false, true, false, false, 0, true, 4, 4, "black");
	menus[13].addItem("http://www.dot.state.oh.us/prod/download/", "", 22, "left", "Directory", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
