function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal", 446, 7, -2, -2, "#91B5FF", "#0000A0", "Verdana,Helvetica", 9, 
		"bold", "bold", "black", "white", 1, "gray", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, true, true, 12, true, 4, 4, "black");
	menus[0].addItem("../index.htm", "", 50, "center", "Home", 0);
	menus[0].addItem("Apartment.htm", "", 80, "center", "Apartment", 0);
	menus[0].addItem("Montenegro.htm", "", 95, "center", "Montenegro", 0);
	menus[0].addItem("Photo_Gallery.htm", "", 120, "center", "Photo Gallery", 0);
	menus[0].addItem("Contact.htm", "", 75, "center", "Contact", 0);






} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.