// 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). /*------------------------------------------- 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 = 1 dqm__border_color = "#D6EFF4" //Hex color or 'transparent' dqm__menu_bgcolor = "#FFFFFF" //Hex color or 'transparent' dqm__hl_bgcolor = "#ffffff" 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 = "#D04C0B" dqm__fontfamily = "Tahoma, Arial, Verdana" //Any available system font dqm__fontsize = 10 //Defined with pixel sizing dqm__fontsize_ie4 = 9 //Defined with point sizing dqm__textdecoration = "normal" //set to: 'normal', or 'underline' dqm__fontweight = "bold" //set to: 'normal', or 'bold' dqm__fontstyle = "normal" //set to: 'normal', or 'italic' //Rollover font settings dqm__hl_textcolor = "#9EAD6A" 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 = 4 dqm__margin_bottom = 4 dqm__margin_left = 4 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 = "sample_images/bullet.gif" //dqm__icon_rollover0 = "sample_images/bullet_hl.gif" //dqm__icon_image_wh0 = "13,8" //Absolute positioned icon images (coordinate poitioned) //dqm__2nd_icon_image0 = "sample_images/arrow.gif" //dqm__2nd_icon_rollover0 = "sample_images/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 = "fade" dqm__sub_item_effect = "fade" //Define the effect duration in seconds below. dqm__sub_menu_effect_duration = .4 dqm__sub_item_effect_duration = .4 //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__os9_ie5mac_offset_X = 10 dqm__os9_ie5mac_offset_Y = 15 dqm__osx_ie5mac_offset_X = 10 dqm__osx_ie5mac_offset_Y = 15 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 = 1; dqm__divider_heightX = 1; dqm__border_colorX = "#D6EFF4"; dqm__menu_bgcolorX = "#FFFFFF" dqm__hl_bgcolorX = "#FFFFFF" dqm__hl_textcolorX = "#9EAD6A" 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 ********************************************************************************************** **********************************************************************************************/ /*************** ENGLISH ***************/ //Main Menu Item 0 dqm__rollover_image0 = "images/nav/inner-02tours-r.gif" dqm__rollover_wh0 = "43,27" dqm__url0 = "/tours-northern-territory.asp"; //Main Menu Item 1 dqm__rollover_image1 = "images/nav/inner-03accom-r.gif" dqm__rollover_wh1 = "110,27" dqm__url1 = "/accommodation-northern-territory.asp"; //Main Menu Item 2 dqm__rollover_image2 = "images/nav_2_on.jpg" dqm__rollover_wh2 = "46,33" dqm__url2 = "/tours-northern-territory.asp"; //Main Menu Item 3 dqm__rollover_image3 = "images/nav_3_on.jpg" dqm__rollover_wh3 = "104,33" dqm__url3 = "/accommodation-northern-territory.asp"; /*************** ITALIAN ***************/ //Main Menu Item 4 dqm__rollover_image4 = "images/innernav/italian-inner-02tours-r.gif" dqm__rollover_wh4 = "55,27" dqm__url4 = "/tours.asp"; //Main Menu Item 5 dqm__rollover_image5 = "images/innernav/italian-inner-03accom-r.gif" dqm__rollover_wh5 = "93,27" dqm__url5 = "/accommodation.asp"; //Main Menu Item 6 dqm__rollover_image6 = "images/nav/italian-07tours-r.gif" dqm__rollover_wh6 = "54,33" dqm__url6 = "/tours.asp"; //Main Menu Item 7 dqm__rollover_image7 = "images/nav/italian-08accom-r.gif" dqm__rollover_wh7 = "93,33" dqm__url7 = "/accommodation.asp"; /*************** FRENCH ***************/ //Main Menu Item 8 dqm__rollover_image8 = "images/innernav/french-inner-02tours-r.gif" dqm__rollover_wh8 = "39,27" dqm__url8 = "/tours.asp"; //Main Menu Item 9 dqm__rollover_image9 = "images/innernav/french-inner-03accom-r.gif" dqm__rollover_wh9 = "84,27" dqm__url9 = "/accommodation.asp"; //Main Menu Item 10 dqm__rollover_image10 = "images/nav/french-07tours-r.gif" dqm__rollover_wh10 = "38,33" dqm__url10 = "/tours.asp"; //Main Menu Item 11 dqm__rollover_image11 = "images/nav/french-08accom-r.gif" dqm__rollover_wh11 = "84,33" dqm__url11 = "/accommodation.asp"; /*************** GERMAN ***************/ //Main Menu Item 12 dqm__rollover_image12 = "images/nav/nav1_german_on.jpg" dqm__rollover_wh12 = "43,27" dqm__url12 = "/tours.asp"; //Main Menu Item 13 dqm__rollover_image13 = "images/nav/nav2_german_on.jpg" dqm__rollover_wh13 = "77,27" dqm__url13 = "/accommodation.asp"; //Main Menu Item 14 dqm__rollover_image14 = "images/german/nav2_off.jpg" dqm__rollover_wh14 = "48,33" dqm__url14 = "/tours.asp"; //Main Menu Item 15 dqm__rollover_image15 = "images/german/nav3_off.jpg" dqm__rollover_wh15 = "73,33" dqm__url15 = "/accommodation.asp"; /********************************************************************************************** ********************************************************************************************** Sub Menu Structure and Text ********************************************************************************************** **********************************************************************************************/ /*************** ENGLISH ***************/ //Sub Menu 0 - ENGLISH TOURS MENU dqm__sub_xy0 = "-43,27" dqm__sub_menu_width0 = 130 dqm__subdesc0_0 = "Departing Katherine" dqm__url0_0 = "/t2-9/departing-katherine/index.html" dqm__subdesc0_1 = "Aboriginal Culture Tours" dqm__url0_1 = "/t2-4/aboriginal-culture-tours/index.html" dqm__subdesc0_2 = "Nitmiluk (Katherine Gorge)" dqm__url0_2 = "/t2-7/nitmiluk-katherine-gorge/index.html" dqm__subdesc0_3 = "Ghan Tours" dqm__url0_3 = "/t2-12/ghan-tours/index.html" dqm__subdesc0_4 = "Katherine Region and Town Tours" dqm__url0_4 = "/t2-11/katherine-region-and-town-tours/index.html" dqm__subdesc0_5 = "Departing Darwin" dqm__url0_5 = "/t2-8/departing-darwin/index.html" dqm__subdesc0_6 = "Special" dqm__url0_6 = "/t2-32/special/index.html" dqm__subdesc0_7 = "Departing Adelaide" dqm__url0_7 = "/t2-33/departing-adelaide/index.html" //Sub Menu 1 - ENGLISH ACCOMMODATION MENU dqm__sub_xy1 = "-105,27" dqm__sub_menu_width1 = 130 dqm__subdesc1_0 = "Backpackers" dqm__url1_0 = "/a2-8/backpackers/index.html" dqm__subdesc1_1 = "Motels" dqm__url1_1 = "/a2-1/motels/index.html" dqm__subdesc1_2 = "Caravan & Camping" dqm__url1_2 = "/a2-5/caravan-camping/index.html" dqm__subdesc1_3 = "Budget Accommodation" dqm__url1_3 = "/a2-9/budget-accommodation/index.html" //Sub Menu 2 - ENGLISH TOURS MENU dqm__sub_xy2 = "-43,27" dqm__sub_menu_width2 = 130 dqm__subdesc2_0 = "Departing Katherine" dqm__url2_0 = "/t2-9/departing-katherine/index.html" dqm__subdesc2_1 = "Aboriginal Culture Tours" dqm__url2_1 = "/t2-4/aboriginal-culture-tours/index.html" dqm__subdesc2_2 = "Nitmiluk (Katherine Gorge)" dqm__url2_2 = "/t2-7/nitmiluk-katherine-gorge/index.html" dqm__subdesc2_3 = "Ghan Tours" dqm__url2_3 = "/t2-12/ghan-tours/index.html" dqm__subdesc2_4 = "Katherine Region and Town Tours" dqm__url2_4 = "/t2-11/katherine-region-and-town-tours/index.html" dqm__subdesc2_5 = "Departing Darwin" dqm__url2_5 = "/t2-8/departing-darwin/index.html" dqm__subdesc2_6 = "Special" dqm__url2_6 = "/t2-32/special/index.html" dqm__subdesc2_7 = "Departing Adelaide" dqm__url2_7 = "/t2-33/departing-adelaide/index.html" //Sub Menu 3 - ENGLISH ACCOMMODATION MENU dqm__sub_xy3 = "-105,27" dqm__sub_menu_width3 = 130 dqm__subdesc3_0 = "Backpackers" dqm__url3_0 = "/a2-8/backpackers/index.html" dqm__subdesc3_1 = "Motels" dqm__url3_1 = "/a2-1/motels/index.html" dqm__subdesc3_2 = "Caravan & Camping" dqm__url3_2 = "/a2-5/caravan-camping/index.html" dqm__subdesc3_3 = "Budget Accommodation" dqm__url3_3 = "/a2-9/budget-accommodation/index.html" /*************** ITALIAN ***************/ //Sub Menu 4 - ITALIAN TOURS MENU dqm__sub_xy4 = "-55,27" dqm__sub_menu_width4 = 130 dqm__subdesc4_0 = "Tour in partenza da Katherine" dqm__url4_0 = "/tours_level2.asp?iCategoryID=22" dqm__subdesc4_1 = "Tour sulla cultura aborigena" dqm__url4_1 = "/tours_level2.asp?iCategoryID=6" dqm__subdesc4_2 = "Nitmiluk (Le gole di Katherine)" dqm__url4_2 = "/tours_level2.asp?iCategoryID=25" dqm__subdesc4_3 = "Tour con il treno Ghan" dqm__url4_3 = "/tours_level2.asp?iCategoryID=23" dqm__subdesc4_4 = "Tour di Katherine e dintorni" dqm__url4_4 = "/tours_level2.asp?iCategoryID=24" dqm__subdesc4_5 = "Tour in partenza da Darwin" dqm__url4_5 = "/tours_level2.asp?iCategoryID=21" //Sub Menu 5 - ITALIAN ACCOMMODATION MENU dqm__sub_xy5 = "-85,27" dqm__sub_menu_width5 = 130 dqm__subdesc5_0 = "Accettate tutte le carte Backpackers" dqm__url5_0 = "/accommodation_level2.asp?iCategoryID=12" dqm__subdesc5_1 = "Cambridge godliche maad" dqm__url5_1 = "/accommodation_level2.asp?iCategoryID=3" dqm__subdesc5_2 = "Italian Camping" dqm__url5_2 = "/accommodation_level2.asp?iCategoryID=7" dqm__subdesc5_3 = "Budget Accomodation" dqm__url5_3 = "/accommodation_level2.asp?iCategoryID=13" //Sub Menu 6 - ITALIAN TOURS MENU dqm__sub_xy6 = "-54,33" dqm__sub_menu_width6 = 130 dqm__subdesc6_0 = "Tour in partenza da Katherine" dqm__url6_0 = "/tours_level2.asp?iCategoryID=22" dqm__subdesc6_1 = "Tour sulla cultura aborigena" dqm__url6_1 = "/tours_level2.asp?iCategoryID=6" dqm__subdesc6_2 = "Nitmiluk (Le gole di Katherine)" dqm__url6_2 = "/tours_level2.asp?iCategoryID=25" dqm__subdesc6_3 = "Tour con il treno Ghan" dqm__url6_3 = "/tours_level2.asp?iCategoryID=23" dqm__subdesc6_4 = "Tour di Katherine e dintorni" dqm__url6_4 = "/tours_level2.asp?iCategoryID=24" dqm__subdesc6_5 = "Tour in partenza da Darwin" dqm__url6_5 = "/tours_level2.asp?iCategoryID=21" //Sub Menu 7 - ITALIAN ACCOMMODATION MENU dqm__sub_xy7 = "-85,33" dqm__sub_menu_width7 = 130 dqm__subdesc7_0 = "Accettate tutte le carte Backpackers" dqm__url7_0 = "/accommodation_level2.asp?iCategoryID=12" dqm__subdesc7_1 = "Cambridge godliche maad" dqm__url7_1 = "/accommodation_level2.asp?iCategoryID=3" dqm__subdesc7_2 = "Italian Camping" dqm__url7_2 = "/accommodation_level2.asp?iCategoryID=7" dqm__subdesc7_3 = "Budget Accomodation" dqm__url7_3 = "/accommodation_level2.asp?iCategoryID=13" /*************** FRENCH ***************/ //Sub Menu 8 - FRENCH TOURS MENU dqm__sub_xy8 = "-39,27" dqm__sub_menu_width8 = 130 dqm__subdesc8_0 = "Departing Katherine" dqm__url8_0 = "/tours_level2.asp?iCategoryID=17" dqm__subdesc8_1 = "Aboriginal Culture Tours" dqm__url8_1 = "/tours_level2.asp?iCategoryID=5" dqm__subdesc8_2 = "Nitmiluk (Katherine) Gorge" dqm__url8_2 = "/tours_level2.asp?iCategoryID=10" dqm__subdesc8_3 = "Ghan Tours" dqm__url8_3 = "/tours_level2.asp?iCategoryID=18" dqm__subdesc8_4 = "Departing Darwin" dqm__url8_4 = "/tours_level2.asp?iCategoryID=20" dqm__subdesc8_5 = "La region de Katherine et le tour de la ville." dqm__url8_5 = "/tours_level2.asp?iCategoryID=19" dqm__subdesc8_6 = "Adelaide partant" dqm__url8_6 = "/tours_level2.asp?iCategoryID=34" //Sub Menu 9 - FRENCH ACCOMMODATION MENU dqm__sub_xy9 = "-80,27" dqm__sub_menu_width9 = 130 dqm__subdesc9_0 = "Backpackers" dqm__url9_0 = "/accommodation_level2.asp?iCategoryID=10" dqm__subdesc9_1 = "Ronaldo a souffert" dqm__url9_1 = "/accommodation_level2.asp?iCategoryID=2" dqm__subdesc9_2 = "French Camping" dqm__url9_2 = "/accommodation_level2.asp?iCategoryID=6" dqm__subdesc9_3 = "Budget Accomodation" dqm__url9_3 = "/accommodation_level2.asp?iCategoryID=11" //Sub Menu 10 - FRENCH TOURS MENU dqm__sub_xy10 = "-38,33" dqm__sub_menu_width10 = 130 dqm__subdesc10_0 = "Departing Katherine" dqm__url10_0 = "/tours_level2.asp?iCategoryID=17" dqm__subdesc10_1 = "Aboriginal Culture Tours" dqm__url10_1 = "/tours_level2.asp?iCategoryID=5" dqm__subdesc10_2 = "Nitmiluk (Katherine) Gorge" dqm__url10_2 = "/tours_level2.asp?iCategoryID=10" dqm__subdesc10_3 = "Ghan Tours" dqm__url10_3 = "/tours_level2.asp?iCategoryID=18" dqm__subdesc10_4 = "Departing Darwin" dqm__url10_4 = "/tours_level2.asp?iCategoryID=20" dqm__subdesc10_5 = "La region de Katherine et le tour de la ville." dqm__url10_5 = "/tours_level2.asp?iCategoryID=19" dqm__subdesc10_6 = "Adelaide partant" dqm__url10_6 = "/tours_level2.asp?iCategoryID=34" //Sub Menu 11 - FRENCH ACCOMMODATION MENU dqm__sub_xy11 = "-80,33" dqm__sub_menu_width11 = 130 dqm__subdesc11_0 = "Backpackers" dqm__url11_0 = "/accommodation_level2.asp?iCategoryID=10" dqm__subdesc11_1 = "Ronaldo a souffert" dqm__url11_1 = "/accommodation_level2.asp?iCategoryID=2" dqm__subdesc11_2 = "French Camping" dqm__url11_2 = "/accommodation_level2.asp?iCategoryID=6" dqm__subdesc11_3 = "Budget Accomodation" dqm__url11_3 = "/accommodation_level2.asp?iCategoryID=11" /*************** GERMAN (ADDED 13/09/2005) ***************/ //Sub Menu 12 - GERMAN TOURS MENU dqm__sub_xy12 = "-39,27" dqm__sub_menu_width12 = 130 dqm__subdesc12_0 = "Touren von Katherine" dqm__url12_0 = "/tours_level2.asp?iCategoryID=29" dqm__subdesc12_1 = "Aboriginal Kultur Touren" dqm__url12_1 = "/tours_level2.asp?iCategoryID=28" dqm__subdesc12_2 = "Nitmiluk (Katherine Gorge)" dqm__url12_2 = "/tours_level2.asp?iCategoryID=31" dqm__subdesc12_3 = "Ghan Touren" dqm__url12_3 = "/tours_level2.asp?iCategoryID=27" dqm__subdesc12_4 = "Katherine Region und Stadt Touren" dqm__url12_4 = "/tours_level2.asp?iCategoryID=30" dqm__subdesc12_5 = "Touren von Darwin" dqm__url12_5 = "/tours_level2.asp?iCategoryID=26" //Sub Menu 13 - GERMAN ACCOMMODATION MENU dqm__sub_xy13 = "-70,27" dqm__sub_menu_width13 = 130 dqm__subdesc13_0 = "Backpackers" dqm__url13_0 = "/accommodation_level2.asp?iCategoryID=14" dqm__subdesc13_1 = "Motels" dqm__url13_1 = "/accommodation_level2.asp?iCategoryID=16" dqm__subdesc13_2 = "Wohnwagen und Camping" dqm__url13_2 = "/accommodation_level2.asp?iCategoryID=17" dqm__subdesc13_3 = "Camping und Zimmer" dqm__url13_3 = "/accommodation_level2.asp?iCategoryID=15" //Sub Menu 14 - GERMAN TOURS MENU dqm__sub_xy14 = "-45,33" dqm__sub_menu_width14 = 130 dqm__subdesc14_0 = "Touren von Katherine" dqm__url14_0 = "/tours_level2.asp?iCategoryID=29" dqm__subdesc14_1 = "Aboriginal Kultur Touren" dqm__url14_1 = "/tours_level2.asp?iCategoryID=28" dqm__subdesc14_2 = "Nitmiluk (Katherine Gorge)" dqm__url14_2 = "/tours_level2.asp?iCategoryID=31" dqm__subdesc14_3 = "Ghan Touren" dqm__url14_3 = "/tours_level2.asp?iCategoryID=27" dqm__subdesc14_4 = "Katherine Region und Stadt Touren" dqm__url14_4 = "/tours_level2.asp?iCategoryID=30" dqm__subdesc14_5 = "Touren von Darwin" dqm__url14_5 = "/tours_level2.asp?iCategoryID=26" //Sub Menu 15 - GERMAN ACCOMMODATION MENU dqm__sub_xy15 = "-70,33" dqm__sub_menu_width15 = 130 dqm__subdesc15_0 = "Backpackers" dqm__url15_0 = "/accommodation_level2.asp?iCategoryID=14" dqm__subdesc15_1 = "Motels" dqm__url15_1 = "/accommodation_level2.asp?iCategoryID=16" dqm__subdesc15_2 = "Wohnwagen und Camping" dqm__url15_2 = "/accommodation_level2.asp?iCategoryID=17" dqm__subdesc15_3 = "Camping und Zimmer" dqm__url15_3 = "/accommodation_level2.asp?iCategoryID=15"