function init()
{
	//Main Menu items:
	menus[0] = new menu(20, "horizontal", 0, 100, 0, 0, "#ffffff", "006699", "Verdana,Helvetica", 7, 
		"bold", "bold", "#00ccff", "#000000", 0, "#cccc99", 1, "", false, true, true, false, 0, false, 0, 0, "black");
	menus[0].addItem("http://www.technicaldiagnostic.com", "", 80, "center", "Home", 0);
	menus[0].addItem("http://www.test-equipment-rental.com/sitemap.htm", "", 120, "center", "Equipment Index", 0);
	menus[0].addItem("http://www.test-equipment-rental.com", "", 120, "center", "Test Equipment", 0);
	menus[0].addItem("http://www.technicaldiagnostic.com/technical-training/index.html", "", 120, "center", "Training", 0);
	menus[0].addItem("http://www.technicaldiagnostic.com/electrical-testing/index.html", "", 120, "center", "Services", 0);
	menus[0].addItem("http://www.technicaldiagnostic.com/test-equipment-calibration/index.html", "", 120, "center", "Calibration and Repair", 0);
	menus[0].addItem("http://www.technicaldiagnostic.com/careers/index.html", "", 120, "center", "Careers", 0);
	menus[0].addItem("http://www.technicaldiagnostic.com/about-tds/contact-us.html", "", 120, "center", "Contact Us", 0);
	menus[0].addItem("http://www.test-equipment-rental.com/catalog.html", "", 280, "right", "rollover:images/order_button2.gif:images/order_button3.gif", 0);
} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.