function init()
{
	menus[0] = new menu(20, "horizontal", 283, 69, 0, -2, "#5C6873", "#F5BE5D", "Arial,Helvetica", 8, "bold", 
		"bold", "white", "royalblue", 0, "white", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, false, true, false, 0, false, 4, 4, "gray");
	menus[0].addItem("index.shtml", "", 95, "center", "Home", 0);
	menus[0].addItem("#", "_blank", 100, "center", "  Garage Doors", 1);
	menus[0].addItem("http://royaldoorsinc.com/openers.shtml", "", 100, "center", "Openers", 3);
	menus[0].addItem("http://royaldoorsinc.com/pricing.shtml", "", 100, "center", "Pricing", 0);
	menus[0].addItem("http://royaldoorsinc.com/ratings.html", "", 100, "center", "Ratings", 0);
	menus[0].addItem("http://royaldoorsinc.com/coupon.shtml", "", 100, "center", "Coupon", 0);
	menus[0].addItem("http://royaldoorsinc.com/estimate.html", "", 100, "center", "Estimate", 0);
	
	
	
	menus[1] = new menu(130, "vertical", 0, 0, -5, -5, "white", "royalblue", "Arial,Helvetica", 8, "", 
		"bold", "black", "white", 1, "black", 2, 187, false, false, false, false, 0, true, 4, 4, "gray");
	menus[1].addItem("http://www.royaldoorsinc.com/amarr2.shtml", "", 22, "center", "Traditional Steel", 0);
	menus[1].addItem("http://royaldoorsinc.com/steel_classica.shtml", "", 22, "center", "Carriage House", 0);

	menus[2] = new menu(22, "horizontal", 0, 0, 0, -2, "white", "royalblue", "Arial,Helvetica", 9, "", 
		"bold", "black", "white", 1, "black", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, false, false, 0, true, 4, 4, "gray");
	menus[2].addItem("#", "", 100, "left", "Item 2_1", 0);
	menus[2].addItem("#", "", 100, "left", "Item 2_2", 4);
	menus[2].addItem("#", "", 100, "left", "Item 2_3", 0);
	menus[2].addItem("http://www.yahoo.com", "", 100, "left", "Item 2_4", 0);

	menus[3] = new menu(100, "vertical", 0, 0, 0, 0, "white", "royalblue", "Arial,Helvetica", 9, "", 
		"bold", "black", "white", 1, "black", 2, 0, false, true, false, false, 0, true, 4, 4, "gray");
	menus[3].addItem("http://royaldoorsinc.com/GenieOpeners.shtml", "", 22, "left", "Genie", 6);
	menus[3].addItem("http://royaldoorsinc.com/LiftMasterOpeners.shtml", "", 22, "left", "LiftMaster", 7);
	
	
	

	menus[4] = new menu(100, "vertical", 0, 0, -5, -5, "white", "royalblue", "Arial,Helvetica", 9, "", 
		"bold", "black", "white", 1, "black", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, true, 4, 4, "gray");
	menus[4].addItem("#", "", 22, "left", "Item 4_1", 0);
	menus[4].addItem("#", "", 22, "left", "Item 4_2", 0);
	menus[4].addItem("#", "", 22, "left", "Item 4_3", 5);

	menus[5] = new menu(100, "vertical", 0, 0, 0, 0, "white", "royalblue", "Arial,Helvetica", 9, "", 
		"bold", "black", "white", 1, "black", 2, 0, false, true, false, false, 0, true, 4, 4, "gray");
	menus[5].addItem("#", "", 22, "left", "Item 5_1", 0);
	menus[5].addItem("#", "", 22, "left", "Item 5_2", 0);
	menus[5].addItem("#", "", 22, "left", "Item 5_3", 0);
	
	menus[6] = new menu(100, "vertical", 0, 0, 0, 0, "white", "royalblue", "Arial,Helvetica", 9, "", 
		"bold", "black", "white", 1, "black", 2, 0, false, true, false, false, 0, true, 4, 4, "gray");
	menus[6].addItem("http://royaldoorsinc.com/GenieOpeners.shtml", "", 22, "left", "All Models", 0);
	menus[6].addItem("http://royaldoorsinc.com/GenieOpeners.shtml", "", 22, "left", "Screw Drive", 0);
	menus[6].addItem("http://royaldoorsinc.com/GenieOpeners.shtml", "", 22, "left", "Belt Drive", 0);
	menus[6].addItem("http://royaldoorsinc.com/GenieOpeners.shtml", "", 22, "left", "Chain Drive", 0);
	
	menus[7] = new menu(100, "vertical", 0, 0, 0, 0, "white", "royalblue", "Arial,Helvetica", 9, "", 
		"bold", "black", "white", 1, "black", 2, 0, false, true, false, false, 0, true, 4, 4, "gray");
	menus[7].addItem("http://royaldoorsinc.com/LiftMasterOpeners.shtml", "", 22, "left", "All Models", 0);
	menus[7].addItem("http://royaldoorsinc.com/residential_openers_belt_drive.shtml", "", 22, "left", "Belt Drive", 0);
	menus[7].addItem("http://royaldoorsinc.com/residential_openers_chain_drive.shtml", "", 22, "left", "Chain Drive", 0);
	menus[7].addItem("http://royaldoorsinc.com/Openers.shtml", "", 22, "left", "Screw Drive", 0);
}
