function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal", 54, 242, 24, -110, "#3399ff", "#000099", "Arial Black", 9, 
		"bold", "bold", "white", "white", 1, "white", 2, "", false, false, true, true, 12, false, 4, 4, "black");
	menus[0].addItem("http://www.forcierlaw.com", "", 104, "center", "Home", 0);
	menus[0].addItem("profile.htm", "", 183, "center", "Attorney Profile", 0);
	menus[0].addItem("#", "", 198, "center", "Areas Of Practice", 1);
	menus[0].addItem("community.htm", "", 155, "center", "Community", 0);
	menus[0].addItem("contact_submit.php", "_blank", 148, "center", "Contact Us", 0);
	menus[0].addItem("links.htm", "", 103, "center", "Links", 0);
	menus[0].floatMenu(1024, 768, 0, 0);

//Sub Menu for 3rd Main Menu Item ("Areas of Practice"):
	menus[1] = new menu(135, "vertical", 0, 0, -5, -5, "#3399ff", "#000099", "Arial Black", 9, "bold", 
		"bold", "white", "white", 0, "white", 2, "", false, false, false, true, 0, false, 4, 4, "black");
	menus[1].addItem("business.htm", "", 22, "center", "Business Law", 0);
	menus[1].addItem("construction.htm", "", 22, "center", "Construction Law", 0);
	menus[1].addItem("criminal.htm", "", 22, "center", "Criminal Law", 0);
	menus[1].addItem("general.htm", "", 22, "center", "General Practice", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
