function init()
{
//Main Menu items:
	menus[0] = new menu(12, "horizontal", 0, 87, 0, 2, "#8B2B2B", "#8B2B2B", "tahoma,arial", 8, "bold", "bold", "#E2CACA", "#FFFFFF", 0, "", 0, "", false, false, true, false, 0, false, 0, 0, "");
	menus[0].addItem("/index.shtml", "", 60, "center", "Home", 0);
	menus[0].addItem("#", "", 118, "center", "Current Expeditions", 1);
	menus[0].addItem("#", "", 75, "center", "About Us", 2);
	menus[0].addItem("/store/", "", 80, "center", "Travel Store", 0);
	menus[0].addItem("/articles-resources/", "", 130, "center", "Articles/Resources", 0);
	menus[0].addItem("/travel-club/", "", 102, "center", "FREE Travel Club", 0);
	menus[0].addItem("#", "", 120, "center", "Customer Service", 3);
	menus[0].floatMenu(727, 400, 10, 0);

//Sub Menu for 2nd Main Menu Item ("Current Expeditions"):
	menus[1] = new menu(220, "vertical", 0, 0, 0, 0, "#8B2B2B", "#8B2B2B", "tahoma,arial", 7.5, "bold", "bold", "#E2CACA", "#FFFFFF", 1, "#68130F", 3, "", false, true, false, true, 6, true, 1, 1, "#68130F");
	menus[1].addItem("/expeditions/newyears-vienna.shtml", "", 20, "left", "Tour: New Years Vienna", 0);
	menus[1].addItem("/expeditions/upcoming.shtml", "", 20, "left", "Upcoming Expeditions", 0);

//Sub Menu for 3rd Main Menu Item ("About Us"):
	menus[2] = new menu(370, "vertical", 0, 0, 0, 0, "#8B2B2B", "#8B2B2B", "tahoma,arial", 7.5, "bold", "bold", "#E2CACA", "#FFFFFF", 1, "#68130F", 3, "", false, true, false, false, 0, true, 1, 1, "#68130F");
	menus[2].addItem("/about/", "", 20, "left", "About Elin", 0);
	menus[2].addItem("/articles-resources/a050301-01.shtml", "", 20, "left", "Are You Right For One Of Our Adventures?", 0);
	menus[2].addItem("/articles-resources/a050301-02.shtml", "", 20, "left", "A Different Kind Of Trip For A Different Kind Of Traveler", 0);
	menus[2].addItem("/articles-resources/a050301-03.shtml", "", 20, "left", "Revenge Of The Boomers", 0);

//Sub Menu for 8th Main Menu Item ("Customer Service"):
	menus[3] = new menu(140, "vertical", 0, 0, 0, 0, "#8B2B2B", "#8B2B2B", "tahoma,arial", 7.5, "bold", "bold", "#E2CACA", "#FFFFFF", 1, "#68130F", 3, "", false, true, false, false, 0, true, 1, 1, "#68130F");
	menus[3].addItem("/service/air-travel.shtml", "", 20, "left", "Air/Travel Details", 0);
	menus[3].addItem("/service/faqs.shtml", "", 20, "left", "FAQs", 0);
	menus[3].addItem("/service/contact.shtml", "", 20, "left", "Contact Us", 0);
	menus[3].addItem("/legal/privacy.shtml", "", 20, "left", "Privacy Policy", 0);
	menus[3].addItem("/legal/terms.shtml", "", 20, "left", "Terms & Conditions", 0);
	menus[3].addItem("/service/site-map.shtml", "", 20, "left", "Site Map", 0);
}