function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal", 110, 150, -2, -2, "white", "#dd0101", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 0, "black", 2, "", false, false, true, true, 12, false, 4, 4, "black");
	menus[0].addItem("http://www.jimsautoedwards.com", "", 60, "center", "Home", 0);
	menus[0].addItem("http://www.facebook.com/media/set/?set=a.236685589681654.83696.138738876142993#!/media/albums/?id=138738876142993", "_blank", 89, "center", "Used Cars", 0);
	menus[0].addItem("service.htm", "", 83, "center", "Service", 0);
	menus[0].addItem("bodyshop.htm", "", 107, "center", "Body Shop", 0);
	menus[0].addItem("towing.htm", "", 74, "center", "Towing", 0);
	menus[0].addItem("gas.htm", "", 116, "center", "Gas Station", 0);
	menus[0].addItem("hardware.htm", "", 93, "center", "Hardware", 0);
	menus[0].addItem("contact_submit.php", "_blank", 98, "center", "Contact Us", 0);
	menus[0].addItem("links.htm", "", 62, "center", "Links", 0);
	menus[0].floatMenu(1024, 768, 0, 0);
	
//Sub Menu for 2nd Main Menu Item ("web building"):
	menus[1] = new menu(135, "vertical", 0, 0, -5, -5, "#CACAFF", "#0000A0", "Verdana,Helvetica", 9, "bold", 
		"bold", "black", "white", 1, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[1].addItem("http://www.dynamicdrive.com", "", 22, "left", "Dynamic Drive", 0);
	menus[1].addItem("http://www.javascriptkit.com", "", 22, "left", "JavaScript Kit", 0);
	menus[1].addItem("http://www.codingforums.com", "", 22, "left", "Coding Forums", 0);
	menus[1].addItem("http://www.builder.com", "NEWWIN", 22, "left", "Builder.com", 0);

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