function init()
{


	//Main Menu items:
	menus[0] = new menu(198, "vertical", 1, 135, 5, 1, "#FFCC03", "black", "Tahoma", 9, 
		"", "", "black", "#FFCC03", 2, "white", 6, "62", false, true, true, true, 6, true, 0, 0, "white");
	menus[0].addItem("https://www.usedconnection.com/CategorySearch?dealerID=179008&foregroundColor=%23FFCC03&backgroundColor=%23FFCC03&dealerHome=http://www.industrialtractor.com/&tmStamp=1226348575859", "NEWWIN", 30, "right", "Equipment for Sale", 0);
	menus[0].addItem("index.htm", "", 30, "right", "Products Available", 4);
	menus[0].addItem("rental.htm", "", 30, "right", "Rental Equipment", 0);
	menus[0].addItem("parts.htm", "", 30, "right", "Parts", 2);
	menus[0].addItem("service.htm", "", 30, "right", "Service", 3);
	menus[0].addItem("emissions.htm", "", 30, "right", "Engine Emissions", 0);
	menus[0].addItem("index.htm", "", 30, "right", "About ITC", 1);
	menus[0].addItem("who.htm", "", 30, "right", "Contact ITC", 0);


//Sub Menu for 1st Main Menu Item ("About ITC"):
	menus[1] = new menu(200, "vertical", 0, 0, 2, 2, "#FFCC03", "black", "Tahoma", 8, " ", 
		"", "black", "#FFCC03", 1, "white", 4, "", false, true, false, true, 6, true, 0, 0, "white");
	menus[1].addItem("location.htm", "", 25, "left", "Locations", 0);
	menus[1].addItem("who.htm", "", 25, "left", "ITC Contacts", 0);
	menus[1].addItem("history.htm", "", 25, "left", "History", 0);
	menus[1].addItem("creditapplication.pdf", "NEWWIN", 25, "left", "Credit Application", 0);
	

//Sub Menu for 2nd Main Menu Item ("Parts"):
	menus[2] = new menu(200, "vertical", 0, 0, 2, 2, "#FFCC03", "black", "Tahoma", 8, " ", 
		"", "black", "#FFCC03", 1, "white", 4, "", false, true, false, true, 6, true, 0, 0, "white");
	menus[2].addItem("parts.htm", "", 25, "left", "Parts Availability", 0);
	menus[2].addItem("https://jdparts.deere.com/servlet/com.deere.u90.jdparts.view.publicservlets.HomeUnsigned?country=US", "NEWWIN", 25, "left", "JD Parts Online Catalog", 0);
	menus[2].addItem("partsflyer.pdf", "NEWWIN", 25, "left", "Parts Specials", 0);
	
	
//Sub Menu for 3rd "Service":
	menus[3] = new menu(200, "vertical", 0, 0, 2, 2, "#FFCC03", "black", "Tahoma", 8, " ", 
		"", "black", "#FFCC03", 1, "white", 4, "", false, true, false, true, 6, true, 0, 0, "white");
	menus[3].addItem("service.htm", "", 25, "left", "Product Support Services", 0);
    menus[3].addItem("http://www.deere.com/en_US/cfd/construction/deere_const/service_support/jdlink.html", "NEWWIN", 25, "left", "JDLink Machine Monitoring System", 0);
    menus[3].addItem("serviceflyer.pdf", "NEWWIN", 25, "left", "Service Specials", 0);
   
//Sub Menu for 4th Main Menu Item ("New Products"):
	menus[4] = new menu(200, "vertical", 0, 0, 2, 2, "#FFCC03", "black", "Tahoma", 8, " ", 
		"", "black", "#FFCC03", 1, "white", 4, "", false, true, false, true, 6, true, 0, 0, "white");
	menus[4].addItem("http://www.deere.com/en_US/cfd/construction/deere_const/docs1/jdcfc_homepage.html", "NEWWIN", 25, "left", "John Deere Construction", 0);
	menus[4].addItem("http://www.deere.com/en_US/cfd/forestry/deere_forestry/index.html", "NEWWIN", 25, "left", "John Deere Forestry", 0);
	menus[4].addItem("http://www.deere.com/en_US/cfd/construction/deere_const/docs1/jdcfc_homepage.html", "NEWWIN", 25, "left", "John Deere CWP", 0);
	menus[4].addItem("http://www.hitachiconstruction.com/", "NEWWIN", 25, "left", "Hitachi Excavators", 0);
	menus[4].addItem("http://www.jrbattachments.com/", "NEWWIN", 25, "left", "JRB Couplers & Attachments", 0);
	menus[4].addItem("http://www.waratah.net/", "NEWWIN", 25, "left", "Waratah Forestry Attachments", 0);
	menus[4].addItem("http://www.interstatetrailers.com/", "NEWWIN", 25, "left", "Interstate Trailers", 0);
	menus[4].addItem("http://www.gobomag.com/", "NEWWIN", 25, "left", "Bomag Compaction", 0);
	menus[4].addItem("http://www.cti-products.com/", "NEWWIN", 25, "left", "CTI Fork Attachments", 0);
	menus[4].addItem("http://www.hypac.com", "NEWWIN", 25, "left", "Hypac Compaction", 0);
	menus[4].addItem("http://www.badgerequipment.com/", "NEWWIN", 25, "left", "Badger Equipment", 0);
	menus[4].addItem("http://littlegiantcorp.com/", "NEWWIN", 25, "left", "Little Giant", 0);
		


	
} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.