function init()
{
	//Main Menu items:
	menus[0] = new menu(135, "vertical", 30, 260, -2, -2, "#cccccc", "#666666", "Trebuchet MS", 8, 
		"bold", "bold", "#000000", "#ffffff", 1, "#990000", 2, "rollover:images/tri-down2.gif:images/tri-right1.gif", false, true, true, true, 12, true, 4, 4, "#666666");
	menus[0].addItem("index.php", "", 22, "center", "Our Company", 0);
	menus[0].addItem("about.php", "", 22, "center", "About EMC", 0);
	menus[0].addItem("application.php", "", 22, "center", "Loan Application", 0);
	menus[0].addItem("location.php", "", 22, "center", "Location", 0);
	menus[0].addItem("contact.php", "", 22, "center", "Contact EMC.", 0);
	menus[0].addItem("links.php", "", 22, "center", "EMC Links.", 0);
	
	

	menus[1] = new menu(135, "vertical", 0, 0, -5, -5, "#E1E4F3", "#083B7A", "Trebuchet MS", 8, "bold", 
		"bold", "#000000", "#ffffff", 1, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "#666666");
	menus[1].addItem("index.php", "", 22, "center", "Our Business", 0);
	menus[1].addItem("our_mission.php", "", 22, "center", "Our Mission", 0);
	menus[1].addItem("our_culture.php", "", 22, "center", "Our Culture", 0);
	menus[1].addItem("our_history.php", "", 22, "center", "Our History", 0);



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