function init()
{
	menus[0] = new menu(200, "vertical", 12, 260, -2, -2, "#eef4fb", "#7fa4c2", "Verdana,Helvetica", 8,"", "bold", "black", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, true, true, 6, true, 0, 0, "");
	menus[0].addItem("travel_e.html", "", 19, "center", "Home", 0);
	menus[0].addItem("", "", 19, "center", "General Info", 2);
	menus[0].addItem("#", "", 19, "center", "Job positions", 1);
	menus[0].addItem("conditions.html", "", 19, "center", "Conditions", 0);
	menus[0].addItem("howtoapply.html", "", 19, "center", "How to Apply", 0);
	menus[0].addItem("aplikacija_b.htm", "", 19, "center", "Aplication & CV", 0);
	menus[0].addItem("departurep.html", "", 19, "center", "Departure procedure",0 );
	menus[0].addItem("merchants.html", "", 19, "center", "Merchant Ships",0 );
	menus[0].addItem("credits_b.html", "", 19, "center", "Credits",0 );
	menus[0].addItem("news_ship.html", "", 19, "center", "News",0 );
	menus[0].addItem("links.html", "", 19, "center", "Links",0 );
	menus[0].addItem("press.html", "", 19, "center", "Kouzon & Press",0 );
	menus[0].addItem("contact_s.html", "", 19, "center", "Contact",0 );
	




//Sub Menu for 2nd Main Menu Item ("web building"):
	menus[1] = new menu(150, "vertical", 0, 0, -5, -5, "#eef4fb", "#7fa4c2", "Verdana,Helvetica", 8, "", "bold", "black", "white", 1, "gray", 2, 62, false, true, false, true, 6, true, 1, 1, "b5b5b6");
	menus[1].addItem("rp_diningr.html", "", 16, "center", "Dining Room", 0);
	menus[1].addItem("rp_bar.html", "", 16, "center", "Bar Department", 0);
	menus[1].addItem("rp_fd.htm", "", 16, "center", "Food Department", 0);
	menus[1].addItem("rp_housek.html", "", 16, "center", "Housekeeping", 0);
	menus[1].addItem("rp_fac.htm", "", 16, "center", "Facilities", 0);
	menus[1].addItem("rp_gifts.htm", "", 16, "center", "Gift Shop", 0);
	menus[1].addItem("rp_pfotod.html", "", 16, "center", "Photo Dept.", 0);
	menus[1].addItem("rp_spa.htm", "", 16, "center", "SPA", 0);

//Sub Menu for 3rd Main Menu Item ("News"):
	menus[2] = new menu(125, "vertical", 0, 0, -5, -5, "#eef4fb", "#7fa4c2", "Verdana,Helvetica", 8, "", "bold", "black", "white", 1, "gray", 2, 62, false, true, false, true, 6, true, 1, 1, "b5b5b6");
	
	menus[2].addItem("abaut_us.html", "", 19, "center", "About Us", 0);
	menus[2].addItem("kouzon_tim.html", "", 19, "center", "Kouzon Team", 0);
	menus[2].addItem("macedonia.html", "", 19, "center", "Macedonia", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.