function init()
{
	menus[0] = new menu(90, "vertical", 12, 115, -2, -2, "CFCFCF", "#ECECEC", "Arial,Helvetica", 8, 
		"bold", "bold", "white", "5C5C5C", 0, "gray", 0, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, true, false, 0, true, 4, 4, "CFCFCF");
	menus[0].addItem("http://www.jlyndesyn.com/contact.html", "", 15, "left", "CONTACT", 0);
	menus[0].addItem("http://www.jlyndesyn.com/resume.html", "", 30, "left", "RESUME", 0);
	menus[0].addItem("http://www.jlyndesyn.com/web.html", "", 15, "left", "WEBSITES", 0);
	menus[0].addItem("http://www.jlyndesyn.com/catalogs.html", "", 15, "left", "CATALOGS", 0);
	menus[0].addItem("http://www.jlyndesyn.com/mags.html", "", 15, "left", "MAGAZINE ADS", 0);
	menus[0].addItem("http://www.jlyndesyn.com/direct.html", "", 15, "left", "DIRECT MAIL", 0);
	menus[0].addItem("http://www.jlyndesyn.com/id.html", "", 15, "left", "IDENTITY", 0);
	menus[0].addItem("http://www.jlyndesyn.com/onlineads.html", "", 15, "left", "ONLINE ADS", 0);
	menus[0].addItem("", "", 15, "left", "PRODUCT", 1);
	menus[0].floatMenu(1024, 768, 12, 115);

//Sub Menu for 3rd Main Menu Item ("automobiles"): z-1 and cl-3
	menus[1] = new menu(90, "vertical", 0, 0, -5, -5, "WHITE", "#ECECEC", "Arial,Helvetica", 7, "ITALIC", 
		"BOLD", "black", "BLACK", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, true, 4, 4, "black");
	menus[1].addItem("http://www.jlyndesyn.com/rugs.html", "", 15, "left", "RUGS", 0);
	menus[1].addItem("http://www.jlyndesyn.com/ties.html", "", 15, "left", "TIES", 0);
	menus[1].addItem("http://www.jlyndesyn.com/axius.html", "", 15, "left", "AUTO ACCESS", 0);
	menus[1].addItem("http://www.jlyndesyn.com/medo.html", "", 15, "left", "AIR CARE", 0);

//Sub sub Menu for 1st sub Menu Item ("barotex"): about tech  selc para
	menus[2] = new menu(115, "vertical", 0, 0, 0, 0, "white", "#ECECEC", "Arial,Helvetica", 9, "bold", 
		"bold", "black", "red", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, true, 4, 4, "black");
	menus[2].addItem("http://www.zicroncorp.com/barotex.html", "", 22, "left", "Barotex", 0); 
	menus[2].addItem("http://www.zicroncorp.com/barotex_tech.html", "", 32, "left", "Technical Data", 0);
	menus[2].addItem("http://www.zicroncorp.com/barotex_para.html", "", 32, "left", "Selection Parameters", 0); 
	menus[2].addItem("http://www.zicroncorp.com/exec_barotex.htm", "", 32, "left", "Corporate Profile", 0); 

	
	//Sub sub Menu for 2nd sub Menu Item ("corporate profile"): Corporate Divisions 4 - sub-4 Company Philosophy - Executive Profiles - Investor Relations-Business Plan
	menus[3] = new menu(115, "vertical", 0, 0, 0, 0, "white", "#ECECEC", "Arial,Helvetica", 9, "bold", 
		"bold", "black", "red", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, true, 4, 4, "black");
	menus[3].addItem("http://www.zicroncorp.com/company_phil.html", "", 32, "left", "Company Philosophy", 0);
	menus[3].addItem("http://www.zicroncorp.com/investor.html", "", 32, "left", "Investor Relations", 0);
	

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