function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal", 210, 110, -2, -2, "#F7F7F7", "#666666", "arial,Helvetica", 8, 
		"bold", "bold", "black", "white", 1, "gray", 2, "rollover:tridown.gif:tridown.gif", false, true, true, true, 9, true, 4, 4, "gray");
	menus[0].addItem("About_blueprint.htm", "", 115, "center", "About Blueprint", 0);
	menus[0].addItem("#", "", 125, "center", "Why Blueprint?", 2);
	menus[0].addItem("#", "", 125, "center", "Our Services", 3);
	menus[0].addItem("contact.htm", "", 115, "center", "Contact Us", 0);
		

//Sub Menu for 2nd Main Menu Item ("Why Financial Planning?"):
	menus[1] = new menu(170, "vertical", 0, 0, -5, -5, "#F7F7F7", "#999999", "arial,Helvetica", 8, "bold", 
		"bold", "black", "white", 1, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "gray");
	menus[1].addItem("What_for_clients.htm", "", 34, "left", "What's In It For Your Clients?", 0);
	menus[1].addItem("What_for_you.htm", "", 22, "left", "What's In It For You?", 0);

//Sub Menu for 3rd Main Menu Item ("Why Blueprint?"):
	menus[2] = new menu(170, "vertical", 0, 0, 0, 0, "#F7F7F7", "#999999", "arial,Helvetica", 8, "bold", 
		"bold", "black", "white", 1, "gray", 2, "rollover:tri.gif:tri.gif", false, true, false, false, 0, true, 4, 4, "gray");
	menus[2].addItem("What_type_best.htm", "", 34, "left", "What Type of Firm is Best?", 0);
	menus[2].addItem("Who_is_blueprint.htm", "", 22, "left", "Who is Blueprint?", 0);
	menus[2].addItem("What_makes_different.htm", "", 34, "left", "What Makes Blueprint Different?", 0);
        menus[2].addItem("How_blueprint_compare.htm", "", 34, "left", "How Does Blueprint Compare?", 0);
        menus[2].addItem("Client_solution.htm", "", 22, "left", "Client Solution", 0);
        menus[2].addItem("Compensation.htm", "", 22, "left", "Compensation", 0);

//Sub Menu for Sub Menu "Our Services":
	menus[3] = new menu(171, "vertical", 0, 0, 0, 0, "#F7F7F7", "#999999", "arial,Helvetica", 8, "bold", 
		"bold", "black", "white", 1, "gray", 2, 62, false, true, false, false, 0, true, 4, 4, "gray");
	menus[3].addItem("http://www.blueprintfinancial.com/contact.htm", "", 22, "left", "Investments", 0);
	menus[3].addItem("http://www.blueprintfinancial.com/contact.htm", "", 22, "left", "Insurance", 0);
	menus[3].addItem("http://www.blueprintfinancial.com/index.aspx", "", 22, "left", "Mortgages/Loans", 0);

	

		
	
} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.