function init()
{
	//Main Menu items:
	menus[0] = new menu(169, "vertical", 0, 320, -2, -2, "img:images/bg-lb.jpg", "img:images/bg-lb1.jpg", "Tahoma", 10, "bold", "bold", "white", "black", 0, "#FFCC00", 2, "rollover:images/tri-down2.gif:images/tri-down1.gif", false, false, true, true, 12, false, 4, 4, "grey");
	menus[0].addItem("main.htm", "Contentframe", 22, "left", "&nbsp;&nbsp;Home", 0);
	menus[0].addItem("#", "", 22, "left", "&nbsp;&nbsp;Interior Services", 1);
	menus[0].addItem("#", "", 22, "left", "&nbsp;&nbsp;Exterior Services", 2);
	menus[0].addItem("#", "", 22, "left", "&nbsp;&nbsp;Have a Question?", 3);
	menus[0].addItem("#", "", 22, "left", "&nbsp;&nbsp;About Us", 4);
	menus[0].addItem("#", "", 22, "left", "&nbsp;&nbsp;Web Coupon", 5);
	menus[0].addItem("#", "", 22, "left", "&nbsp;&nbsp;Free Estimate", 6);
	menus[0].addItem("#", "", 22, "left", "&nbsp;&nbsp;Web Specials", 7);
	
//Sub Menu for 2nd Main Menu Item ("Interior"):
	menus[1] = new menu(165, "vertical", 0, 0, -1, -1, "img:images/bg-lb3.jpg", "img:images/bg-lb4.jpg", "Tahoma", 10, "bold", "bold", "white", "black", 0, "#FFCC00", 2, "rollover:images/tri-down2.gif:images/tri-down1.gif", false, false, false, true, 12, true, 4, 4, "black");
	menus[1].addItem("Interior/Drywall.htm", "Contentframe", 22, "left", "Dry Wall Services", 0);
	menus[1].addItem("Interior/interior.html", "Contentframe", 22, "left", "Re-Paint Services", 0);
	menus[1].addItem("NewConstruction.htm", "Contentframe", 22, "left", "New Construction", 0);

//Sub Menu for 3rd Main Menu Item ("Exterior"):
	menus[2] = new menu(165, "vertical", 0, 0, 0, 0, "img:images/bg-lb3.jpg", "img:images/bg-lb4.jpg", "Tahoma", 10, "bold", "bold", "white", "black", 0, "#FFCC00", 2, "rollover:images/tri-down2.gif:images/tri-down1.gif", false, false, false, true, 12, true, 4, 4, "black");
	menus[2].addItem("Exterior/exterior.html", "Contentframe", 22, "left", "Re-Paint Services", 0);
	menus[2].addItem("NewConstruction.htm", "Contentframe", 22, "left", "New Construction", 0);
	menus[2].addItem("Exterior/Decks.htm", "Contentframe", 22, "left", "Decks & Walkways", 0);

//Sub Menu for Sub Menu ("FAQ"):
	menus[3] = new menu(165, "vertical", 0, 0, 0, 0, "img:images/bg-lb3.jpg", "img:images/bg-lb4.jpg", "Tahoma", 10, "bold", "bold", "white", "black", 0, "#FFCC00", 2, "rollover:images/tri-down2.gif:images/tri-down1.gif", false, false, false, true, 12, true, 4, 4, "black");
	menus[3].addItem("FAQ/Guide.html", "Contentframe", 22, "left", "Common Questions", 0);
	menus[3].addItem("Contact/Question.html", "Contentframe", 22, "left", "Specific Questions", 0);
	menus[3].addItem("Contact/Quote.html", "Contentframe", 22, "left", "Free Estimate", 0);

//Sub Menu for 4th Main Menu Item ("about"):
	menus[4] = new menu(165, "vertical", 0, 0, 0, 0, "img:images/bg-lb3.jpg", "img:images/bg-lb4.jpg", "Tahoma", 10, "bold", "bold", "white", "black", 0, "#FFCC00", 2, "rollover:images/tri-down2.gif:images/tri-down1.gif", false, false, false, true, 12, true, 4, 4, "black");
	menus[4].addItem("Contact/About.htm", "Contentframe", 22, "left", "About Us", 0);

//Sub Menu for 4th Main Menu Item ("coupon"):
	menus[5] = new menu(165, "vertical", 0, 0, 0, 0, "img:images/bg-lb3.jpg", "img:images/bg-lb4.jpg", "Tahoma", 10, "bold", "bold", "white", "black", 0, "#FFCC00", 2, "rollover:images/tri-down2.gif:images/tri-down1.gif", false, false, false, true, 12, true, 4, 4, "black");
	menus[5].addItem("Coupon.htm", "Contentframe", 22, "left", "Coupon", 0);

//Sub Menu for 4th Main Menu Item ("estimate"):
	menus[6] = new menu(165, "vertical", 0, 0, 0, 0, "img:images/bg-lb3.jpg", "img:images/bg-lb4.jpg", "Tahoma", 10, "bold", "bold", "white", "black", 0, "#FFCC00", 2, "rollover:images/tri-down2.gif:images/tri-down1.gif", false, false, false, true, 12, true, 4, 4, "black");
	menus[6].addItem("Contact/Quote.htm", "Contentframe", 22, "left", "Free Estimate", 0);

//Sub Menu for 4th Main Menu Item ("specials"):
	menus[7] = new menu(173, "vertical", 0, 0, 0, 0, "img:images/bg-lb3.jpg", "img:images/bg-lb4.jpg", "Tahoma", 10, "bold", "bold", "white", "black", 0, "#FFCC00", 2, "rollover:images/tri-down2.gif:images/tri-down1.gif", false, false, false, true, 12, true, 4, 4, "black");
	menus[7].addItem("Referals.htm", "Contentframe", 22, "left", "Referral program", 0);
	menus[7].addItem("multihome.htm", "Contentframe", 22, "left", "Multi-home Discount", 0);


} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.

