//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com//  ////  QuickMenu Pro is Compatible With....////      IE4, IE5.x, IE6 (Win 95, 98, ME, 2000, NT, XP)//      IE4, IE5.x, &up (Mac)//      IE4 & up (other platforms)//      NS4.x (All Platforms)//      NS5/6.x (All Platforms)//      NS7 (All Platforms)//      Opera 5,6,7 (All Platforms)//      Mozilla 0.6 & up (All Platforms)//      Konqueror 2.2 & up (Linux)//      Espial Escape 4.x & up (All Platforms)//      Ice Browser 5.x & up (All Platforms)//      Safari 1.0 (Mac only browser)//      Degrades gracefully in older browsers ////  //  To customize QuickMenu Pro open this file in a simple text //  editor (Notepad or similar). Modify and add parameters (all //  customizable parameters start with 'dqm__'), save this file,//  and open 'sample.htm' in a browser to view your menu. View//  the source for sample.htm for information on connecting //  sub menus to HTML images or build your page around the//  included sample.htm file.////  QuickMenu conditionally loads the necessary JavaScript//  files (.js) depending on the browser and platform the user//  is viewing the menu on. The total file size for each//  browser / platform scenario is no larger than 12K.////  This sample data file contains comments and help information//  to assist in the initial customization of your drop down //  menu. If you base your implementation on this documented template//  we recommend the removal of the comments before using on the web, as //  to optimize the overall file size and load time of the menu for //  the end user.  With the comments removed this sample data files//  size may be reduced by as much as 50%. Note: To simplify comment //  removal there is a uncommented version of this sample template//  offered in the 'samples' folder.//////  NOTE: Parameters prefixed with '//' are commented out,//        delete the '//' to activate the parameter. ////        Commenting out required parameters will cause errors.////        Text values, except TRUE and FALSE statements, must be//        enclosed by double quotes (").//  //        Each parameter value should appear on its own line.////        This data file may also be placed within your HTML page//        by enclosing between JavaScript tags.////        Due to browser limitations, DHTML menus will not appear//        on top of Flash objects (unless the flash objects 'wmode'//        parameter is set to transparent, however this may be buggy), //        across frames, or over certain form field elements. A hide //        and show workaround for form fields is included with this menu//        (see the FAQ for additional information).         code0 = 2267code1 = 2548code2 = 2145code3 = 1864sequence = '9x44_5'/*-------------------------------------------Colors, Borders, Dividers, and more...--------------------------------------------*/	dqm__sub_menu_width = 130      		//default sub menu widths	dqm__sub_xy = "0,0"            		//default sub x,y coordinates - defined relative						//to the top-left corner of parent image or sub menu   	dqm__urltarget = "_self"		//default URL target: _self, _parent, _new, or "my frame name"	dqm__border_width = 1	dqm__divider_height = 0	dqm__border_color = "#191970"		//Hex color or 'transparent'	dqm__menu_bgcolor = "#6495ED"		//Hex color or 'transparent'	dqm__hl_bgcolor = "#00CCCC"			dqm__mouse_off_delay = 150		//defined in milliseconds (activated after mouse stops)	dqm__nn4_mouse_off_delay = 500		//defined in milliseconds (activated after leaving sub)/*-------------------------------------------Font settings and margins--------------------------------------------*/       //Font settings	dqm__textcolor = "#000000"	dqm__fontfamily = "Verdana"		//Any available system font     	dqm__fontsize = 11			//Defined with pixel sizing  		dqm__fontsize_ie4 = 9			//Defined with point sizing	dqm__textdecoration = "normal"		//set to: 'normal', or 'underline'	dqm__fontweight = "normal"		//set to: 'normal', or 'bold'	dqm__fontstyle = "normal"		//set to: 'normal', or 'italic' 	    //Rollover font settings	dqm__hl_textcolor = "#ffff00"	dqm__hl_textdecoration = "normal"	//set to: 'normal', or 'underline'    //Margins and text alignment	dqm__text_alignment = "left"		//set to: 'left', 'center' or 'right'	dqm__margin_top = 2	dqm__margin_bottom = 3	dqm__margin_left = 5	dqm__margin_right = 4   /*-------------------------------------------Bullet and Icon image library - Unlimited bulletor icon images may be defined below and then associatedwith any sub menu items within the 'Sub Menu Structure and Text' section of this data file.--------------------------------------------*/    //Relative positioned icon images (flow with sub item text)	dqm__icon_image0 = "menuicons/sample1_bullet.gif"	dqm__icon_rollover0 = "menuicons/sample1_bullet_hl.gif"	dqm__icon_image_wh0 = "13,8"	    //Absolute positioned icon images (coordinate poitioned)	dqm__2nd_icon_image0 = "menuicons/sample1_arrow.gif"	dqm__2nd_icon_rollover0 = "menuicons/sample1_arrow.gif"	dqm__2nd_icon_image_wh0 = "13,10"	dqm__2nd_icon_image_xy0 = "0,4"/*---------------------------------------------Optional Status Bar Text-----------------------------------------------*/	dqm__show_urls_statusbar = false   	//dqm__status_text0 = "Sample text - Main Menu Item 0"	//dqm__status_text1 = "Sample text - Main Menu Item 1"	//dqm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"		//dqm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 1"	/*-------------------------------------------Internet Explorer Transition Effects--------------------------------------------*/    //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch	dqm__sub_menu_effect = "none"	dqm__sub_item_effect = "none"    //Define the effect duration in seconds below.   	dqm__sub_menu_effect_duration = .4	dqm__sub_item_effect_duration = .2    //Specific settings for various transitions.	dqm__effect_pixelate_maxsqare = 25	dqm__effect_iris_irisstyle = "CIRCLE"		//CROSS, CIRCLE, PLUS, SQUARE, or STAR	dqm__effect_checkerboard_squaresx = 14	dqm__effect_checkerboard_squaresY = 14	dqm__effect_checkerboard_direction = "RIGHT"	//UP, DOWN, LEFT, RIGHT    //Opacity and drop shadows.	dqm__sub_menu_opacity = 100			//1 to 100	dqm__dropshadow_color = "none"			//Hex color value or 'none'	dqm__dropshadow_offx = 5			//drop shadow width	dqm__dropshadow_offy = 5			//drop shadow height/*-------------------------------------------Browser Bug fixes and Workarounds--------------------------------------------*/    //Mac offset fixes, adjust until sub menus position correctly.   	dqm__ie4mac_offset_X = -8	dqm__ie4mac_offset_Y = -50    //Netscape 4 resize bug workaround.	dqm__nn4_reaload_after_resize = true	dqm__nn4_resize_prompt_user = false	dqm__nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button."       //Opera 5 & 6, set to true if the menu is the only item on the HTML page.	dqm__use_opera_div_detect_fix = true    //Pre-defined sub menu item heights for the Espial Escape browser.	dqm__escape_item_height = 20	dqm__escape_item_height0_0 = 70	dqm__escape_item_height0_1 = 70/*---------------------------------------------Exposed menu events----------------------------------------------*/    //Reference additional onload statements here.	//dqm__onload_code = "alert('custom function - onload')"    //The 'X' indicates the index number of the sub menu group or item.    //The 'X_X' indicates the index number of the sub menu item.	dqm__showmenu_codeX = "status = 'custom show menu function call - menu0'"	dqm__hidemenu_codeX = "status = 'custom hide menu function call - menu0'"	dqm__clickitem_codeX_X = "alert('custom Function - Menu Item 0_0')"/*---------------------------------------------Specific Sub Menu Settings----------------------------------------------*/    //The following settings may be defined for specific sub menu groups.    //The 'X' represents the index number of the sub menu group.	dqm__border_widthX = 10;	dqm__divider_heightX = 5;			dqm__border_colorX = "#0000ff";     	dqm__menu_bgcolorX = "#ff0000"	dqm__hl_bgcolorX = "#00ff00"	dqm__hl_textcolorX = "#ff0000"	dqm__text_alignmentX = "left"    //The following settings may be defined for specific sub menu items.    //The 'X_X' represents the index number of the sub menu item.	dqm__hl_subdescX_X = "custom highlight text"	dqm__urltargetX_X = "_new"/********************************************************************************************************************************************************************************************                           Main Menu Rollover Images and Links  ********************************************************************************************************************************************************************************************/    //Main Menu Item 0	dqm__rollover_image0 = "graphics/menus/australia_on.jpg"	dqm__rollover_wh0 = "90,32"	dqm__url0 = "australia.html";    //Main Menu Item 1	dqm__rollover_image1 = "graphics/menus/newzealand_on.jpg"	dqm__rollover_wh1 = "119,32"	dqm__url1 = "newzealand.html";    //Main Menu Item 2	dqm__rollover_image2 = "graphics/menus/fiji_on.jpg" 	dqm__rollover_wh2 = "47,32"	dqm__url2 = "fiji.html";       //Main Menu Item 3	dqm__rollover_image3 = "graphics/menus/tahiti_on.jpg" 	dqm__rollover_wh3 = "64,32"	dqm__url3 = "tahiti.html";    //Main Menu Item 4	dqm__rollover_image4 = "graphics/menus/vanuatu_on.jpg" 	dqm__rollover_wh4 = "85,32"	dqm__url4 = "vanuatu.html";       //Main Menu Item 5	dqm__rollover_image5 = "graphics/menus/cookislands_on.jpg" 	dqm__rollover_wh5 = "118,32"	dqm__url5 = "cook_islands.html";    //Main Menu Item 6	dqm__rollover_image6 = "graphics/menus/specials_on.jpg" 	dqm__rollover_wh6 = "144,32"	dqm__url6 = "samoa.html";        //Main Menu Item 7	dqm__rollover_image7 = "graphics/menus/contactus_on.jpg" 	dqm__rollover_wh7 = "116,32"	dqm__url7 = "contactus.html";  /********************************************************************************************************************************************************************************************                              Sub Menu Structure and Text  ********************************************************************************************************************************************************************************************/       //Sub Menu 0 AUSTRALIA	dqm__sub_xy0 = "-90,31"	dqm__sub_menu_width0 = 150//Australia	dqm__subdesc0_0 = "All Packages"	dqm__subdesc0_1 = "The Ultimate Australia 21 Days"	dqm__subdesc0_2 = "Kangaroo Island, Great Barrier Reef & Sydney"	dqm__subdesc0_3 = "Melbourne & Sydney"		dqm__subdesc0_4 = "Sydney & Great Barrier Reef"	dqm__subdesc0_5 = "Sydney and Hayman Island"	dqm__subdesc0_6 = "Sydney, Outback & Great Barrier Reef"	dqm__subdesc0_7 = "Coach Tours"			dqm__url0_0 = "australia.html"	dqm__url0_1 = "australia_01.html"	dqm__url0_2 = "australia_02.html"	dqm__url0_3 = "australia_03.html"	dqm__url0_4 = "australia_04.html"	dqm__url0_5 = "australia_05.html"	dqm__url0_6 = "australia_06.html"	dqm__url0_7 = "australia_07.html"		    //Sub Menu 1 NEW ZEALAND	dqm__sub_xy1 = "-119,31"	dqm__sub_menu_width1 = 190	dqm__subdesc1_0 = "All Packages"	dqm__subdesc1_1 = "New Zealand Airfares"		dqm__subdesc1_2 = "Online Brochure"	dqm__subdesc1_3 = "Independent Coach or Car Itineraries"	dqm__subdesc1_4 = "Inspiring Journeys"	dqm__subdesc1_5 = "Escorted Coach Tours"	dqm__subdesc1_6 = "Explore New Zealand by Car"	dqm__subdesc1_7 = "Explore New Zealand by Motor Home"	dqm__subdesc1_8 = "Great Rail Experience"	dqm__subdesc1_9 = "Classic New Zealand Wine Trail"	dqm__subdesc1_10 = "New Zealand Treasures"	dqm__url1_0 = "newzealand.html"	dqm__url1_1 = "new_zealand_airfares.html"	dqm__url1_2 = "http://journeyp.horizon.co.nz"	dqm__url1_3 = "new_zealand_car_or_coach.html"	dqm__url1_4 = "new_zealand_luxurious.html"	dqm__url1_5 = "new_zealand_coach.html"	dqm__url1_6 = "new_zealand_self_drive.html"	dqm__url1_7 = "new_zealand_motorhome.html"	dqm__url1_8 = "new_zealand_grand_rail.html"	dqm__url1_9 = "new_zealand_wine.html"	dqm__url1_10 = "new_zealand_treasures.html"						    //Sub Menu 2 FIJI	dqm__sub_xy2 = "-47,31"	dqm__sub_menu_width2 = 160		dqm__subdesc2_0 = "Fiji Map"	//dqm__subdesc2_1 = "Fiji Honeymoons"	//dqm__subdesc2_2 = "Fiji Weddings"	//dqm__subdesc2_3 = "Fiji Resorts"		//dqm__subdesc2_4 = "Fiji for Families"		//dqm__subdesc2_5 = "Fiji Diving Packages"	//dqm__subdesc2_6 = "Fiji Golfing Packages"	//dqm__subdesc2_7 = "Fiji Backpacker Packages"	//dqm__subdesc2_8 = "Fiji Day Tours"	//dqm__subdesc2_8 = "Honeymoon Favorites"	//dqm__subdesc2_9 = "Fiji for Students"		dqm__url2_0 = "fijimap.html"	//dqm__url2_1 = "fiji_honeymoon.html"	//dqm__url2_2 = "fiji_weddings.html"	//dqm__url2_3 = "fiji.html"	//dqm__url2_4 = "fiji_families.html"	//dqm__url2_5 = "fiji_diving.html"		//dqm__url2_6 = "fiji_golf.html"		//dqm__url2_7 = "fiji_backpackers.html"		//dqm__url2_7 = "fiji_daytours.html"	//dqm__url2_8 = "fiji_honeymoon.html"	//dqm__url2_9 = "fiji_backpackers.html"				//Sub Menu 3 TAHITI		dqm__sub_xy3 = "-64,31"	dqm__sub_menu_width3 = 220	dqm__subdesc3_0 = "All Packages"	dqm__subdesc3_1 = "Sofitel Bora Bora Beach Resort"	dqm__subdesc3_2 = "Moorea, Bora Bora &amp; Rangiroa Honeymoon"	dqm__subdesc3_3 = "Novotel Bora Bora Beach Resort"	dqm__subdesc3_4 = "Sofitel Tahiti Resort"	dqm__subdesc3_5 = "Sofitel Moorea Beach Resort"	dqm__subdesc3_6 = "Sofitel Moorea & Bora Bora Combo"	dqm__subdesc3_7 = "Tahiti & Her Islands Day Tours"	dqm__subdesc3_8 = "Le Meridien Bora Bora"	dqm__subdesc3_9 = "Pearl Resorts Moorea & Manihi Combo"	dqm__subdesc3_10 = "InterContinental Le Moana Resort Bora Bora"	dqm__subdesc3_11 = "Tahiti Cruising"	dqm__subdesc3_12 = "Build my trip"	dqm__subdesc3_13 = "Choose a Package"						dqm__url3_0 = "tahiti.html"		dqm__url3_1 = "tahiti_02.html"	dqm__url3_2 = "tahiti_04.html"	dqm__url3_3 = "tahiti_01.html"	dqm__url3_4 = "tahiti_05.html"	dqm__url3_5 = "tahiti_03.html"	dqm__url3_6 = "tahiti_06.html"	dqm__url3_7 = "tahiti_excursions.html"	dqm__url3_8 = "tahiti_LeMeridienBB.html"	dqm__url3_9 = "tahiti_Pearl_Manihi.html"	dqm__url3_10 = "tahiti_09.html"	dqm__url3_11 = "tahiti_star_clipper.html"	dqm__url3_12 = "http://www.journey-pacific.com/engine.php"	dqm__url3_13 = "http://www.journey-pacific.com/package.php"			//Sub Menu 2_8 TAHITI CRUISING	dqm__sub_xy3_11 = "-2,0"	dqm__sub_menu_width3_11 = 200	dqm__subdesc3_11_0 = "Star Flyer 7 Nights Tahiti Society Islands"	dqm__subdesc3_11_1 = "Star Flyer 10 Nights Society Islands & Tuamotu Atolls"	dqm__subdesc3_11_2 = "Star Flyer 11 Nights Society Islands & Tuamotu Atolls"		dqm__url3_11_0 = "tahiti_star_clipper_1.html"	dqm__url3_11_1 = "tahiti_star_clipper_2.html"	dqm__url3_11_2 = "tahiti_star_clipper_3.html"			//Sub Menu 4 VANUATU		dqm__sub_xy4 = "-85,31"	dqm__sub_menu_width4 = 190		dqm__subdesc4_0 = "All Packages"	dqm__subdesc4_1 = "Le Lagon Resort"	dqm__subdesc4_2 = "Le Meridien Port Villa"	dqm__subdesc4_3 = "Iririki Island Resort"	dqm__subdesc4_4 = "Hideaway Island Resort"	dqm__subdesc4_5 = "Erakor Island Resort"	dqm__subdesc4_6 = "Breaka’s Beach Resort"	dqm__subdesc4_7 = "Aore Island Resort"	dqm__subdesc4_8 = "Bokissa Eco Adventure Island"	dqm__subdesc4_9 = "White Grass Ocean Resort"		dqm__url4_0 = "vanuatu.html"		dqm__url4_1 = "Vanuatu_Le_Legon.html"	dqm__url4_2 = "Vanuatu_Le_Meridien.html"	dqm__url4_3 = "Vanuatu_Iririki.html"	dqm__url4_4 = "Vanuatu_Hideaway.html"	dqm__url4_5 = "Vanuatu_Erakor.html"	dqm__url4_6 = "Vanuatu_Breakas.html"	dqm__url4_7 = "Vanuatu_Aore_Island.html"	dqm__url4_8 = "Vanuatu_Bokissa_Eco.html"	dqm__url4_9 = "Vanuatu_White_Grass.html"		//Sub Menu 5 COOKS		dqm__sub_xy5 = "-120,31"	dqm__sub_menu_width5 = 150		dqm__subdesc5_0 = "All Packages"	dqm__subdesc5_1 = "Rarotonga Packages"	dqm__subdesc5_2 = "Aitutaki Packages"		dqm__subdesc5_3 = "Rarotonga & Aitutaki Combo"	dqm__subdesc5_4 = "Cook Island Day Trips"	dqm__url5_0 = "cook_islands.html"	//dqm__url5_1 = "TEMP.HTML"	//dqm__url5_2 = "temp.html"	//dqm__url5_3 = "temp.html"	dqm__url5_4 = "cook_daytours.html"			//Sub Menu 6 TONGA SAMOA		dqm__sub_xy6 = "-144,31"	dqm__sub_menu_width6 = 120		dqm__subdesc6_0 = "Samoa Packages"	dqm__subdesc6_1 = "Tonga Packages"		//Sub Menu 7 CONTACT/********************************************************************************************************************************************************************************************                               SUB Sub Menu Structure and Text  ********************************************************************************************************************************************************************************************/	//Sub Menu 2_2 Fiji Resorts	dqm__sub_xy2_3 = "-2,0"	dqm__sub_menu_width2_3 = 120	dqm__subdesc2_3_0 = "Mainland Resorts"	dqm__subdesc2_3_1 = "Island Resorts"	//dqm__subdesc2_2_2 = "Are Tamanu Beach Hotel"						dqm__url2_3_0 = "fiji_mainland.html"	dqm__url2_3_1 = "fiji_resorts.html"	//dqm__url2_2_2 = "fiji_resorts.html"		//Sub Menu 5_1 Rarotonga Packages *********************************************************	dqm__sub_xy5_1 = "-2,0"	dqm__sub_menu_width5_1 = 180	dqm__subdesc5_1_0 = "Club Raro Resort"	dqm__subdesc5_1_1 = "Palm Grove"		dqm__subdesc5_1_2 = "Lagoon Lodges"	dqm__subdesc5_1_3 = "Castaway Beach Villas"		dqm__subdesc5_1_4 = "The Sunset Resort"			dqm__subdesc5_1_5 = "Moana Sands Beachfront Hotel"	dqm__subdesc5_1_6 = "Muri Beachcomber"	dqm__subdesc5_1_7 = "The Muri Beach Club Hotel"	dqm__subdesc5_1_8 = "Edgewater Resort"		dqm__subdesc5_1_9 = "Manuia Beach Boutique Hotel"		dqm__subdesc5_1_10 = "Pacific Resort"	dqm__subdesc5_1_11 = "Sokala Villas"		dqm__subdesc5_1_12 = "Crown Beach Resort"	dqm__subdesc5_1_13 = "Royale Takitumu Villas"	dqm__subdesc5_1_14 = "Rarotonga Beach Bungalows"	dqm__subdesc5_1_15 = "Reflections" 	dqm__subdesc5_1_16 = "Sea Change Villas"	dqm__subdesc5_1_17 = "Rarotongan Beach Resort & Spa" 								dqm__subdesc5_1_18 = "Little Polynesian"	dqm__subdesc5_1_19 = "Rumours"		dqm__subdesc5_1_20 = "Sands Villas" 			dqm__url5_1_0 = "Cooks_Club_Raro_Resort.html"	dqm__url5_1_1 = "Cooks_Palm_Grove.html"		dqm__url5_1_2 = "Cooks_Lagoon_Lodges.html"		dqm__url5_1_3 = "Cooks_Castaway.html"	dqm__url5_1_4 = "Cooks_Sunset_Resort.html"	dqm__url5_1_5 = "Cooks_Moana_Sands.html"			dqm__url5_1_6 = "Cooks_Muri_Beachcomber.html"	dqm__url5_1_7 = "Cooks_Muri_Beach_Club.html"			dqm__url5_1_8 = "Cooks_Edgewater_Resort.html"	dqm__url5_1_9 = "Cooks_Manuia_Beach.html"	dqm__url5_1_10 = "Cooks_Pacific_Resort.html"	dqm__url5_1_11 = "Cooks_Sokala_Villas.html"		dqm__url5_1_12 = "Cooks_Crown_Beach.html"	dqm__url5_1_13 = "Cooks_Royal_Takitumu_Villa.html"	dqm__url5_1_14 = "Cooks_Rarotonga_Beach.html"	dqm__url5_1_15 = "Cooks_Reflections.html"	dqm__url5_1_16 = "Cooks_Sea_Change_Villas.html"	dqm__url5_1_17 = "Cooks_Rarotongan.html"								dqm__url5_1_18 = "Cooks_Little_Polynesian.html"	dqm__url5_1_19 = "Cooks_Rumours.html"	dqm__url5_1_20 = "Cooks_Sands_Villas.html"	//Sub Menu 5_2 Aitutaki Packages	dqm__sub_xy5_2 = "-2,0"	dqm__sub_menu_width5_2 = 140	dqm__subdesc5_2_0 = "Paradise Cove - Aitutaki"	dqm__subdesc5_2_1 = "Samade on the Beach"	dqm__subdesc5_2_2 = "Are Tamanu Beach Hotel"				dqm__subdesc5_2_3 = "Etu Moana"	dqm__subdesc5_2_4 = "Aitutaki Lagoon Resort & Spa"		dqm__subdesc5_2_5 = "Pacific Resort Aitutaki"			dqm__url5_2_0 = "Cooks_Paradise_Cove.html"	dqm__url5_2_1 = "Cooks_Samade.html"	dqm__url5_2_2 = "Cooks_Are_Tamanu.html"			dqm__url5_2_3 = "Cooks_Etu_Moana.html"	dqm__url5_2_4 = "Cooks_Aitutaki.html"	dqm__url5_2_5 = "Cooks_Pacific_Aitutaki.html"		//Sub Menu 5_3 Combo Packages	dqm__sub_xy5_3 = "-2,0"	dqm__sub_menu_width5_3 = 220	dqm__subdesc5_3_0 = "Palm Grove & Samade on the Beach"	dqm__subdesc5_3_1 = "Rarotonga Beach Bungalows and Aitutaki Lagoon Resort & Spa"	dqm__subdesc5_3_2 = "Crown Beach & Pacific Resort Aitutaki"			dqm__url5_3_0 = "Cooks_C_Raro_Paradise.html"	dqm__url5_3_1 = "Cooks_C_Reflect_Aitutaki.html"	dqm__url5_3_2 = "Cooks_C_Pacific_Pacific.html"		//Sub Menu 6_0 SAMOA Packages			dqm__sub_xy6_0 = "-2,0"	dqm__sub_menu_width6_0 = 180		dqm__subdesc6_0_0 = "Coconuts Beach Club"	dqm__subdesc6_0_1 = "Sinalei Reef Resort & Spa"	dqm__subdesc6_0_2 = "Aggie Grey's Lagoon Beach Resort & Spa"		dqm__subdesc6_0_3 = "Le Lagoto Beach Resort"	dqm__url6_0_0 = "samoa_coconuts.html"	dqm__url6_0_1 = "samoa_sinalei.html"	dqm__url6_0_2 = "samoa_aggie_grays.html"	dqm__url6_0_3 = "samoa_le_lagoto_beach.html"			//Sub Menu 6_1 TONGA Packages			dqm__sub_xy6_1 = "-2,0"	dqm__sub_menu_width6_1 = 180		dqm__subdesc6_1_0 = "Lagoon Lodge Apartments"	dqm__subdesc6_1_1 = "The Waterfront Lodge"	dqm__subdesc6_1_2 = "Puataukanave International Hotel"		dqm__subdesc6_1_3 = "Sandy Beach Resort"		dqm__subdesc6_1_4 = "Fafa Island Resort"	dqm__url6_1_0 = "tonga_lagoon_lodge_apts.html"	dqm__url6_1_1 = "tonga_waterfront_lodge.html"	dqm__url6_1_2 = "tonga_puataukanave.html"	dqm__url6_1_3 = "tonga_sandy_beach_resort.html"	dqm__url6_1_4 = "tonga_fafa_island_resort.html"