function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal", 160, 10, -2, -2, "#CACAFF", "#0000A0", "Verdana,Helvetica", 9, 
		"bold", "bold", "black", "white", 1, "gray", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, true, true, 12, true, 4, 4, "black");
	menus[0].addItem("http://a-acesignco.com/", "", 100, "center", "Home", 0);
	menus[0].addItem("http://a-acesignco.com/whatwedo.html", "", 125, "center", "What We Do", 0);
	menus[0].addItem("http://a-acesignco.com/aboutus.html", "", 100, "center", "About Us", 0);
	menus[0].addItem("http://a-acesignco.com/contactus.html", "", 100, "center", "Contact Us", 0);

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