function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal", 17, 150, -2, -2, "#2B496D", "#B9D2E9", "Arial,Helvetica", 9,
		"bold", "bold italic", "#C2D3E6", "#800000", 1, "#C60808", 3, "rollover:tridown.gif:tridown.gif", false, true, true, true, 19, true, 2, 2, "#C60808");
	menus[0].addItem("#", "", 120, "center", "The Company", 1);
	menus[0].addItem("#", "", 120, "center", "The Programs", 2);
	menus[0].addItem("#", "", 120, "center", "The Aircraft", 3);
	menus[0].addItem("#", "", 138, "center", "EAS Capital SA", 4);
	menus[0].addItem("#", "", 120, "center", "Contact EAS", 5);
	menus[0].addItem("index.html", "", 60, "center", "Home", 0);

//Sub Menu for 2nd Main Menu Item ("The Company"):
	menus[1] = new menu(250, "vertical", 0, 0, -5, -5, "#B9D2E9", "#2458A4", "Arial,Helvetica", 9, "bold",
		"bold", "#233B55", "white", 2, "#677C93", 2, 62, false, true, false, true, 6, true, 4, 4, "#677C93");
	menus[1].addItem("eas.html", "", 16, "left", "Overview", 0);
	menus[1].addItem("mlas.html", "", 16, "left", "Management & Strategic Partners", 0);
	menus[1].addItem("understanding.html", "", 16, "left", "Fractionalization & Co-Ownership", 0);
	menus[1].addItem("safety.html", "", 16, "left", "Security & Safety ", 0);
	menus[1].addItem("summary.html", "", 16, "left", "Summary", 0);

//Sub Menu for 3rd Main Menu Item ("The Programs"):
	menus[2] = new menu(240, "vertical", 0, 0, -5, -5, "#B9D2E9", "#2458A4", "Arial,Helvetica", 9, "bold",
		"bold", "#233B55", "white", 2, "#677C93", 2, 62, false, true, false, true, 6, true, 4, 4, "#677C93");
	menus[2].addItem("outline.html", "", 16, "left", "Program Outline", 0);
	menus[2].addItem("participation.html", "", 16, "left", "Participation", 0);
	menus[2].addItem("easprogs.html", "", 16, "left", "EAS Programs", 0);
	menus[2].addItem("compare.html", "", 16, "left", "Comparing Programs", 0);
	menus[2].addItem("why_fo.html", "", 16, "left", "Why Fractional Ownership?", 0);
	menus[2].addItem("why_eas.html", "", 16, "left", "Why EAS Fractional Ownership?", 0);

//Sub Menu for 4th Main Menu Item ("The Aircraft"):
	menus[3] = new menu(140, "vertical", 0, 0, -5, -5, "#B9D2E9", "#2458A4", "Arial,Helvetica", 9, "bold",
		"bold", "#233B55", "white", 2, "#677C93", 2, 62, false, true, false, true, 6, true, 4, 4, "#677C93");
	menus[3].addItem("aircraft.html", "", 16, "left", "Featured Aircraft", 0);
	menus[3].addItem("lear60.html", "", 16, "left", "Lear 60", 0);
	menus[3].addItem("challenger.html", "", 16, "left", "Challenger Series", 0);
	menus[3].addItem("global.html", "", 16, "left", "Global Express", 0);

//Sub Menu for 5th Main Menu Item ("EAS Capital"):
	menus[4] = new menu(220, "vertical", 0, 0, -5, -5, "#B9D2E9", "#2458A4", "Arial,Helvetica", 9, "bold",
		"bold", "#233B55", "white", 2, "#677C93", 2, 62, false, true, false, true, 6, true, 4, 4, "#677C93");
	menus[4].addItem("capmain.html", "", 16, "left", "EAS Capital Overview", 0);
	menus[4].addItem("capmodel.html", "", 16, "left", "EAS Capital Financial Model", 0);
	menus[4].addItem("capmodel2.html", "", 16, "left", "Financial Model Graphic", 0);

//Sub Menu for 6th Main Menu Item ("Contact EAS"):
	menus[5] = new menu(240, "vertical", 0, 0, -5, -5, "#B9D2E9", "#2458A4", "Arial,Helvetica", 9, "bold",
		"bold", "#233B55", "white", 2, "#677C93", 2, 62, false, true, false, true, 6, true, 4, 4, "#677C93");
	menus[5].addItem("quick.html", "", 16, "left", "Quick Contacts", 0);
	menus[5].addItem("contact.html", "", 16, "left", "Online Info Request Form", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.

