function init()
{
	//Main Menu items:
	menus[0] = new menu(20, "horizontal", 330, 70, -2, -2, "#053768", "white", "Verdana", 9, "bold", "bold", 
		"white", "#0A2F48", 1, "white", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, true, true, 12, true, 4, 4, "black");
	menus[0].addItem("partners.asp", "", 100, "center", "Partners", 0);
	menus[0].addItem("awards.asp", "", 195, "center", "Awards/Publications", 0);
	menus[0].addItem("#", "", 100, "center", "Projects", 1);
	menus[0].addItem("contactus.asp", "", 100, "center", "Contact Us", 0);
	menus[0].addItem("index.asp", "", 60, "center", "Home", 0);
	menus[0].floatMenu(1024, 768, 0, 0);

//Sub Menu for PROJECTS:
	menus[1] = new menu(135, "vertical", 0, 0, 0, 0, "#4D7BB7", "white", "Verdana", 9, "bold", "bold", 
		"white", "#0A2F48", 1, "white", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
	menus[1].addItem("projects.asp?id=1", "", 22, "left", "Single Family", 0);
	menus[1].addItem("projects.asp?id=2", "", 22, "left", "Multifamily", 0);
	menus[1].addItem("projects.asp?id=3", "", 22, "left", "Commercial", 0);
	menus[1].addItem("projects.asp?id=4", "", 35, "left", "Hospitality & Renovations", 0);
	menus[1].addItem("projects.asp?id=5", "", 35, "left", "Master Planning", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.