
//026db4 - blue
	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='4D94A1';			// Background color when mouse is not over
	var LowSubBgColor='F8F6F6';			// Background color when mouse is not over on subs
	var HighBgColor='white';			// Background color when mouse is over
	var HighSubBgColor='4D94A1';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='393E90';			// Font color subs when mouse is not over
	var FontHighColor='393E90';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='4D94A1';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial"	// Font family menu items
	var FontSize=7;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent
	var StartTop=257;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',4,8,'tridown.gif',8,4,'trileft.gif',8,4];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Contact Us","contact_us/contact_us.cfm","",3,20,95);
	Menu1_1=new Array("Bookings","contact_us/contact_us_booking.cfm","",0,20,130);	
	Menu1_2=new Array("Enquiry","contact_us/contact_us_enquiry.cfm","",0,20,130);	
	Menu1_3=new Array("Employment","contact_us/contact_us_employment.cfm","",0,20,130);	
	
Menu2=new Array("The Resort","index.cfm","",7);
	Menu2_1=new Array("Location/World Map","the_resort/the_resort_location_world_map.cfm","",2,20,130);	
		Menu2_1_1=new Array("Fiji Map","the_resort/the_resort_location_fiji_map.cfm","",0,20,70);
		Menu2_1_2=new Array("Resort Map","the_resort/the_resort_location_resort_map.cfm","",0,20,70);

	Menu2_2=new Array("Sonaisali Staff","","",2,20,95);
		Menu2_2_1=new Array("About the Staff","the_resort/the_resort_staff.cfm","",0,20,100);
		Menu2_2_2=new Array("Staff Profiles","the_resort/the_resort_staffprofiles.cfm","",0,20,100);
	Menu2_3=new Array("Guest Services","the_resort/the_resort_guest_services.cfm","",0,20,95);
	Menu2_4=new Array("Travellers Tips","the_resort/the_resort_travellers_tips.cfm","",4,20,95);
		Menu2_4_1=new Array("Climate","the_resort/the_resort_climate.cfm","",0,20,100);
		Menu2_4_2=new Array("What to Bring","the_resort/the_resort_what_to_bring.cfm","",0,20,100);
		Menu2_4_3=new Array("Money","the_resort/the_resort_money.cfm","",0,20,100);
		Menu2_4_4=new Array("Safety","the_resort/the_resort_safety.cfm","",0,20,100);
	
	Menu2_5=new Array("Guest Comments","the_resort/the_resort_guest_comment.cfm","",0);
	Menu2_6=new Array("About Fiji","","",4,20,59);	
		Menu2_6_1=new Array("History","the_resort/the_resort_history.cfm","",0,20,220);
		Menu2_6_2=new Array("Getting There and Getting Around","the_resort/the_resort_getting_there.cfm","",0,20,220);
		Menu2_6_3=new Array("History & Culture - Say it in Fijian","the_resort/the_resort_language.cfm","",0,20,220);
		Menu2_6_4=new Array("Isa Lei - the Farewell Song","the_resort/the_resort_farewell.cfm","",0,20,220);
	Menu2_7=new Array("Green Globe","the_resort/green_globe.cfm","",0,20,130);	
		
Menu3=new Array("Accommodation","accommodation/accommodation.cfm","",3);
	Menu3_1=new Array("Hotel Rooms","accommodation/accommodation_hotel_rooms.cfm","",0,20,95);
	Menu3_2=new Array("Bures","","",3,20,59);
		Menu3_2_1=new Array("Beachfront Family Bures","accommodation/accommodation_bures_family.cfm","",0,20,180);
		Menu3_2_2=new Array("Oceanview Bures","accommodation/accommodation_bures_oceanview.cfm","",0,20,100);
		Menu3_2_3=new Array("Beachfront Spa Bures","accommodation/accommodation_bures_beachfront_spa.cfm","",0,20,100);
	Menu3_3=new Array("Floor Plans","accommodation/accommodation_floor_plans.cfm","",0);

Menu4=new Array("Dining","dining/dining.cfm","",5);
	Menu4_1=new Array("Sunset Terrace Restaurant","dining/dining_sunset_terrace_restaurant.cfm","",6,20,165);
	    Menu4_1_1=new Array("Sample Menu Lunch","dining/dining_sunset_terrace_restaurant_lunch_menu.cfm","",0,20,120);
		Menu4_1_2=new Array("Sample Menu Dinner","dining/dining_sunset_terrace_restaurant_dinner_menu.cfm","",0,20,80);
		Menu4_1_3=new Array("Theme Night Buffets","dining/dining_sunset_terrace_restaurant_buffet.cfm","",0,20,80);
		Menu4_1_4=new Array("Sample Wine List","dining/dining_sunset_terrace_restaurant_wine_list.cfm","",0,20,80);
		Menu4_1_5=new Array("All Day Snack Menu","dining/dining_sunset_terrace_snackmenu.cfm","",0,20,80);
		Menu4_1_6=new Array("Bar Snack Menu","dining/dining_sunset_terrace_barsnackmenu.cfm","",0,20,80);		
	Menu4_2=new Array("The Plantation Restaurant","dining/dining_plantation_restaurant.cfm","",3);
	    Menu4_2_1=new Array("Sample Menu A La Carte","dining/dining_plantation_restaurant_alacarte_menu.cfm","",0,20,185);
		Menu4_2_2=new Array("Sample Menu Degustation","dining/dining_plantation_restaurant_degustation_menu.cfm","",0,20,185);
		Menu4_2_3=new Array("Sample Wine List","dining/dining_plantation_restaurant_wine_list.cfm","",0,20,80);
	Menu4_3=new Array("24 Hour Room Service","dining/dining_room_service.cfm","",1);
	 	Menu4_3_1=new Array("Sample Menu","dining/dining_room_service_sample_menu.cfm","",0,20,130);
	Menu4_4=new Array("Meal Package","dining/dining_meal_package.cfm","",0);
	Menu4_5=new Array("Children's Menu","dining/dining_kids_menu.cfm","",1);
	    Menu4_5_1=new Array("Sample Menu","dining/dining_kids_menu_sample.cfm","",0,20,80);
		
Menu5=new Array("Activities","activities/activities.cfm","",11);
	Menu5_1=new Array("Complimentary Activities","activities/activities_complimentary.cfm","",0,20,250);			
	Menu5_2=new Array("Adventure Sports","","",3,20,250);
		Menu5_2_1=new Array("Paintball","activities/activities_paintball.cfm","",0,20,100);
		//Menu5_2_2=new Array("ATV","activities/activities_atv.cfm","",0,20,90);
		Menu5_2_2=new Array("Jet Skiing","activities/activities_jet_ski.cfm","",0,20,90);
		Menu5_2_3=new Array("Sports Fishing","activities/activities_sports_fishing.cfm","",0,20,90);
	Menu5_3=new Array("Other Resort Activities","","",3);
		Menu5_3_1=new Array("Boat Trips","activities/activities_other_boats.cfm","",0,20,100);
		Menu5_3_2=new Array("On the Resort","activities/activities_other_on_resort.cfm","",0,20,90);
		Menu5_3_3=new Array("Off the Resort","activities/activities_other_off_resort.cfm","",0,20,90);
	Menu5_4=new Array("Kids Club","","",3);
		Menu5_4_1=new Array("Kids Club Info","activities/activities_kids_info.cfm","",0,20,100);
		Menu5_4_2=new Array("Kids Activities","activities/activities_kids_activities.cfm","",0,20,90);
		Menu5_4_3=new Array("Kids Menu","activities/activities_kids_menu.cfm","",0,20,90);
	Menu5_5=new Array("Diving","activities/activities_diving.cfm","",3);
		Menu5_5_1=new Array("Dive Info","activities/activities_dive_info.cfm","",0,20,100);
		Menu5_5_2=new Array("Dive Sites","activities/activities_dive_sites.cfm","",0,20,90);
		Menu5_5_3=new Array("Dive Rates","activities/activities_dive_rates.cfm","",0,20,90);
		Menu5_6=new Array("Catamaran Tours","activities/activities_catamaran.cfm","",0);
	Menu5_7=new Array("Boat Charters","activities/activities_charter.cfm","",0);
	Menu5_8=new Array("Nightly Entertainment","activities/activities_nightly_entertainment.cfm","",0);
	Menu5_9=new Array("Cultural Entertainment","activities/activities_cultural_entertainment.cfm","",0);
	Menu5_10=new Array("The Frangipani Health & Beauty Spa","activities/activities_health_beauty.cfm","",5);
		Menu5_10_1=new Array("Facials","activities/activities_health_beauty_facial.cfm","",0,20,100);
		Menu5_10_2=new Array("Beauty","activities/activities_health_beauty_beauty.cfm","",0,20,90);
		Menu5_10_3=new Array("Body","activities/activities_health_beauty_body.cfm","",0,20,90);
		Menu5_10_4=new Array("Packages","activities/activities_health_beauty_packages.cfm","",0,20,90);
		Menu5_10_5=new Array("Other","activities/activities_health_beauty_other.cfm","",0,20,90);
	Menu5_11=new Array("Activities Price List","activities/activities_health_beauty_price_list.cfm","",0);
	
Menu6=new Array("Romance","","",2);
	Menu6_1=new Array("Honeymoons","romance/romance_honeymoons.cfm","",4,20,90);
		 	Menu6_1_1=new Array("Honeymoon Package","romance/romance_honeymoon_package.cfm","",0,20,150);
		 	Menu6_1_2=new Array("Honeymoon Special","romance/romance_honeymoon_special.cfm","",0,20,70);
			Menu6_1_3=new Array("Romantic Dinner","romance/romance_honeymoon_dinner.cfm","",0,20,70);
			Menu6_1_4=new Array("Beachfront Spa Bure","romance/honeymoon_spa_bure.cfm","",0,20,70);
			
	Menu6_2=new Array("Weddings","","",9);	
		    Menu6_2_1=new Array("Packages","romance/romance_wedding_package.cfm","",0,20,150);
			Menu6_2_2=new Array("Specials & Extras","romance/romance_wedding_specials_extras.cfm","",0,20,70);
			Menu6_2_3=new Array("Indulgence Supplement","romance/romance_wedding_indulgence.cfm","",0,20,70);
			Menu6_2_4=new Array("Wedding Info","romance/romance_wedding_info.cfm","",0,20,70);
			Menu6_2_5=new Array("Wedding Events","romance/romance_wedding_events.cfm","",0,20,70);
			Menu6_2_6=new Array("Ceremony by Celebrant","romance/romance_wedding_ceremony_celebrant.cfm","",0,20,70);
			Menu6_2_7=new Array("Ceremony by Minister","romance/romance_wedding_ceremony_minister.cfm","",0,20,70);
			Menu6_2_8=new Array("Sample Menu","romance/romance_wedding_menu.cfm","",0,20,70);
			Menu6_2_9=new Array("Beachfront Spa Bure","romance/wedding_spa_bure.cfm","",0,20,70);
			
	
Menu7=new Array("Groups","","",6);
	Menu7_1=new Array("Conferences","groups/groups_conferences.cfm","",2,20,150);
		Menu7_1_1=new Array("Facilities","groups/groups_facilities.cfm","",0,20,70);
		Menu7_1_2=new Array("Equipment","groups/groups_equipment.cfm","",0,20,70);
	Menu7_2=new Array("Business Facilities","groups/groups_business_facilities.cfm","",0);
	Menu7_3=new Array("Group Activities","","",2);
		Menu7_3_1=new Array("Water Activities","groups/groups_activities_water.cfm","",0,20,100);
		Menu7_3_2=new Array("Land Activities","groups/groups_activites_land.cfm","",0,20,70);
	Menu7_4=new Array("Events","groups/groups_events.cfm","",0);
	Menu7_5=new Array("Food & Beverage Options","groups/groups_food_beverage.cfm","",0);
	Menu7_6=new Array("Function Areas","groups/groups_function_areas.cfm","",0);
	
Menu8=new Array("Multimedia","","",3);
	Menu8_1=new Array("Image Gallery","multimedia/gallery.cfm","",0,20,95);
	Menu8_2=new Array("Video","multimedia/video.cfm","",0);
	Menu8_3=new Array("SlideShow","multimedia/slideshow.cfm","",0);
