function init()
{
	menus[0] = new menu(180, "vertical", 161, 260, -2, -2, "#336699", "#003366", "Verdana,Helvetica", 9, 
		"normal", "italic", "white", "white", 1, "black", 2, "rollover:images/tri-right2.gif:images/tri-right2.gif", false, true, true, false, 0, true, 4, 4, "black");
	menus[0].addItem("http://www.taylormantles.com", "", 22, "left", "Home", 0);
	menus[0].addItem("http://www.taylormantles.com/mantles.php", "", 22, "left", "Mantles", 0);
	menus[0].addItem("http://www.taylormantles.com/mantles_surrounds.php", "", 22, "left", "Mantles & Surrounds", 2);
 	menus[0].addItem("http://www.taylormantles.com/cabinet_surrounds.php", "", 22, "left", "Cabinet Surrounds", 0);
	menus[0].addItem("http://www.taylormantles.com/woodfinish.php", "", 22, "left", "Wood & Finishes", 0);
	menus[0].addItem("http://www.taylormantles.com/installation.php", "", 22, "left", "Installation", 0);
	menus[0].addItem("http://www.taylormantles.com/shipping.php", "", 22, "left", "Shipping", 0);	
	menus[0].addItem("http://www.taylormantles.com/size.php", "", 22, "left", "Size Layout", 0);
	menus[0].addItem("http://www.taylormantles.com/aboutus.php", "", 22, "left", "About Us", 0);
	//menus[0].addItem("http://www.taylormantles.com/ordering.php", "", 22, "left", "Order", 0);
	menus[0].addItem("http://www.taylormantles.com/links.php", "", 22, "left", "Links", 0);
	

//Sub Menu for 2nd Main Menu Item ("Mantles"):
	menus[1] = new menu(135, "vertical", 0, 0, -5, -5, "#CC9900", "#FFCC66", "Verdana,Helvetica", 9, "normal", 
		"italic", "white", "white", 1, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[1].addItem("http://www.www.taylormantles.com", "", 22, "left", "Lincoln", 0);
	menus[1].addItem("http://www.www.taylormantles.com", "", 22, "left", "Kennedy", 0);
	

//Sub Menu for 3rd Main Menu Item ("Mantles & Surrounds"):
	menus[2] = new menu(135, "vertical", 0, 0, -5, -5, "#CC9900", "#FFCC66", "Verdana,Helvetica", 9, "normal", 
		"italic", "white", "white", 1, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[2].addItem("http://www.taylormantles.com/ms_lincoln.php", "", 22, "left", "Lincoln", 0);
	menus[2].addItem("http://www.taylormantles.com/ms_kennedy.php", "", 22, "left", "Kennedy", 0);
	menus[2].addItem("http://www.taylormantles.com/ms_mckinley.php", "", 22, "left", "McKinley", 0);
	menus[2].addItem("http://www.taylormantles.com/ms_taylor.php", "", 22, "left", "Taylor", 0);
	menus[2].addItem("http://www.taylormantles.com/ms_cleveland.php", "", 22, "left", "Cleveland", 0);
	menus[2].addItem("http://www.taylormantles.com/ms_monroe.php", "", 22, "left", "Monroe", 0);
	menus[2].addItem("http://www.taylormantles.com/ms_andrew.php", "", 22, "left", "Andrew", 0);
	menus[2].addItem("http://www.taylormantles.com/ms_jackson.php", "", 22, "left", "Jackson", 0);
	menus[2].addItem("http://www.taylormantles.com/ms_eisenhower.php", "", 22, "left", "Eisenhower", 0);
	menus[2].addItem("http://www.taylormantles.com/ms_madison.php", "", 22, "left", "Madison", 0);
	menus[2].addItem("http://www.taylormantles.com/ms_washington.php", "", 22, "left", "Washington", 0);
	menus[2].addItem("http://www.taylormantles.com/ms_harrison.php", "", 22, "left", "Harrison", 0);
	
	
//this line is the syntax to make a submenu from within a submenu
//menus[2].addItem("http://www.cbsnews.com", "", 22, "left", "Sports News", 3);

//Sub Menu for Sub Menu "Sports News":
	menus[3] = new menu(135, "vertical", 0, 0, 0, 0, "#F9E814", "#F9D616", "Verdana,Helvetica", 9, "normal", "bold", "black", "white", 1, "gray", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
	menus[3].addItem("http://www.espn.com", "", 22, "left", "ESPN Sports", 0);
	menus[3].addItem("http://www.nba.com", "", 22, "left", "NBA", 0);

//Sub Menu for Main Menu Item ("Equipment Manager"):
	menus[4] = new menu(130, "vertical", 0, 0, 0, 0, "#F9E814", "#F9D616", "Verdana,Helvetica", 9, "normal","bold", "black", "white", 1, "gray", 2, ">>", false, true, false, false, 0, true, 4, 4, "black");
	menus[4].addItem("http://www.google.com", "", 22, "left", "Header", 0);
	menus[4].addItem("http://www.yahoo.com", "", 22, "left", "Service", 0);
	

//Sub Menu for 5th Main Menu Item ("Hazmat/MSDS"):
	//menus[5] = new menu(130, "vertical", 0, 0, 0, 0, "#F9E814", "#F9D616", "Verdana,Helvetica", 9, "normal","bold", "black", "white", 1, "gray", 2, ">>", false, true, false, false, 0, true, 4, 4, "black");
	//menus[5].addItem("http://www.google.com", "", 22, "left", "Google", 0);
	//menus[5].addItem("http://www.yahoo.com", "", 22, "left", "Yahoo", 0);



} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.