
//  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 = 1529
code1 = 1126
code2 = 659
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 = "#FF0000"		

	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"
	
	
	dqm__3rd_icon_image0 = "menuicons/sample1_arrow.gif"
	dqm__3rd_icon_rollover0 = "menuicons/sample1_arrow.gif"
	dqm__3rd_icon_image_wh0 = "13,12"
	dqm__3rd_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 = "fade"


    //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 = "menuicons/products_on.jpg"
	dqm__rollover_wh0 = "72,36"
	dqm__url0 = "http://www.xsscuba.com/products.html";   


    //Main Menu Item 1

	dqm__rollover_image1 = "menuicons/stores_on.jpg"
	dqm__rollover_wh1 = "72,36"
	dqm__url1 = "http://www.xsscuba.com/locator/index.php";


    //Main Menu Item 2

	dqm__rollover_image2 = "menuicons/contactus_on.jpg" 
	dqm__rollover_wh2 = "71,36"
	dqm__url2 = "http://www.xsscuba.com/contactus.html";   


    //Main Menu Item 3

	dqm__rollover_image3 = "menuicons/company_on.jpg" 
	dqm__rollover_wh3 = "82,36"
	dqm__url3 = "http://www.xsscuba.com/profile.html";


    //Main Menu Item 4

	dqm__rollover_image4 = "menuicons/support_on.jpg" 
	dqm__rollover_wh4 = "74,36"
	dqm__url4 = "http://www.xsscuba.com/support.html";   


    //Main Menu Item 5

	dqm__rollover_image5 = "menuicons/dealers_only_on.jpg" 
	dqm__rollover_wh5 = "75,36"
	dqm__url5 = "http://www.xsscuba.com/dealer_support.html";   
  




/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
   


    //Sub Menu 0

	dqm__sub_xy0 = "-150,36"
	dqm__sub_menu_width0 = 200

	dqm__subdesc0_0 = "Aluminum Cylinder"
	dqm__subdesc0_1 = "Buoyancy Compensators"
	dqm__subdesc0_2 = "Cylinder Accessories"
	dqm__subdesc0_3 = "Fillers, Checkers, Adapters"
	dqm__subdesc0_4 = "Fins"
	dqm__subdesc0_5 = "Gauges"
	dqm__subdesc0_6 = "Gear Bags"
	dqm__subdesc0_7 = "Hangers"
	dqm__subdesc0_8 = "Hoses"
	dqm__subdesc0_9 = "Knives"
	dqm__subdesc0_10 = "Masks"
	dqm__subdesc0_11 = "Neoprene Products"
	dqm__subdesc0_12 = "Other Cool Stuff"
	dqm__subdesc0_13 = "Regulators"
	dqm__subdesc0_14 = "Service Equipment"
	dqm__subdesc0_15 = "Snorkels"
	dqm__subdesc0_16 = "Steel Cylinders"
	dqm__subdesc0_17 = "Valves"
	dqm__subdesc0_18 = "Weight Systems"

	dqm__icon_index0_0 = 0
	dqm__icon_index0_1 = 0
	dqm__icon_index0_2 = 0
	dqm__icon_index0_3 = 0
	dqm__icon_index0_4 = 0
	dqm__icon_index0_5 = 0
	dqm__icon_index0_6 = 0
	dqm__icon_index0_7 = 0
	dqm__icon_index0_8 = 0
	dqm__icon_index0_9 = 0
	dqm__icon_index0_10 = 0
	dqm__icon_index0_11 = 0
	dqm__icon_index0_12 = 0
	dqm__icon_index0_13 = 0
	dqm__icon_index0_14 = 0
	dqm__icon_index0_15 = 0
	dqm__icon_index0_16 = 0
	dqm__icon_index0_17 = 0
	dqm__icon_index0_18 = 0
	
	dqm__2nd_icon_index0_0 = 0
	dqm__2nd_icon_index0_1 = 0
	//dqm__2nd_icon_index0_2 = 0
	//dqm__2nd_icon_index0_3 = 0
	dqm__2nd_icon_index0_4 = 0
	dqm__2nd_icon_index0_5 = 0
	dqm__2nd_icon_index0_6 = 0
	dqm__2nd_icon_index0_7 = 0
	//dqm__2nd_icon_index0_8 = 0
	dqm__2nd_icon_index0_9 = 0
	dqm__2nd_icon_index0_10 = 0
	dqm__2nd_icon_index0_11 = 0
	dqm__2nd_icon_index0_12 = 0
	dqm__2nd_icon_index0_13 = 0
	//dqm__2nd_icon_index0_14 = 0
	dqm__2nd_icon_index0_15 = 0
	dqm__2nd_icon_index0_16 = 0
	dqm__2nd_icon_index0_17 = 0
	dqm__2nd_icon_index0_18 = 0
	
	dqm__url0_0 = "../tank_aluminum.html"
	dqm__url0_1 = "../buoyancy_compensators.html"
	dqm__url0_2 = "../cyl_access.html"
	dqm__url0_3 = "../fillers.html"
	dqm__url0_4 = "../fins.html"
	dqm__url0_5 = "../gauges.html"
	dqm__url0_6 = "../bags.html"
	dqm__url0_7 = "../hangers.html"
	dqm__url0_8 = "../hose_page.html"
	dqm__url0_9 = "../knives.html"
	dqm__url0_10 = "../masks.html"
	dqm__url0_11 = "../neoprene.html"
	dqm__url0_12 = "../cool_stuff.html"
	dqm__url0_13 = "../regulators.html"
	dqm__url0_14 = "../service_equipment.html"
	dqm__url0_15 = "../snorkels.html"
	dqm__url0_16 = "../tank_steel.html"
	dqm__url0_17 = "../valve_prod_feat.html"	
	dqm__url0_18 = "../weights.html"
	
	    //Sub Menu 0_0 Aluminum Cylinders
		
	dqm__sub_xy0_0 = "-2,0"
	dqm__sub_menu_width0_0 = 120

	dqm__subdesc0_0_0 = "Features"
	dqm__subdesc0_0_1 = "Specifications"
	dqm__subdesc0_0_2 = "Specs (metric)"
	dqm__subdesc0_0_3 = "Colors"
		
	dqm__icon_index0_0_0 = 0
	dqm__icon_index0_0_1 = 0
	dqm__icon_index0_0_2 = 0
	dqm__icon_index0_0_3 = 0
			
	dqm__url0_0_0 = "../tank_alum_features.html"
	dqm__url0_0_1 = "../tank_alum_specs.html"
	dqm__url0_0_2 = "../tank_alum_specs_metric.html"
	dqm__url0_0_3 = "../tank_alum_colors.html"	

	//Sub Menu 0_1 bc

	dqm__sub_xy0_1 = "-2,0"
	dqm__sub_menu_width0_1 = 100

	dqm__subdesc0_1_0 = "Advantage"
	dqm__subdesc0_1_1 = "Companion"
	dqm__subdesc0_1_2 = "Nekton"
	dqm__subdesc0_1_3 = "Paragon"
	dqm__subdesc0_1_4 = "Snorkel Vest"
	dqm__subdesc0_1_5 = "Size Chart"
	
	dqm__icon_index0_1_0 = 0
	dqm__icon_index0_1_1 = 0
	dqm__icon_index0_1_2 = 0
	dqm__icon_index0_1_3 = 0
	dqm__icon_index0_1_4 = 0
	dqm__icon_index0_1_5 = 0
		
	dqm__url0_1_0 = "../bc_advantage.html"
	dqm__url0_1_1 = "../bc_companion.html"
	dqm__url0_1_2 = "../bc_nekton.html"
	dqm__url0_1_3 = "../bc_paragon.html"
	dqm__url0_1_4 = "../bc_snorkelvest.html"
	dqm__url0_1_5 = "../bc_sizechart.html"	

	//Sub Menu 0_2 cylinder accessories
	//Sub Menu 0_3 fillers
	//Sub Menu 0_4 fins

	dqm__sub_xy0_4 = "-2,0"
	dqm__sub_menu_width0_4 = 120

	dqm__subdesc0_4_0 = "Cortez"
	dqm__subdesc0_4_1 = "Frog"
	dqm__subdesc0_4_2 = "Goby"
	dqm__subdesc0_4_3 = "Power"
	dqm__subdesc0_4_4 = "Turtle"
	dqm__subdesc0_4_5 = "Fin Accessories"

	dqm__icon_index0_4_0 = 0
	dqm__icon_index0_4_1 = 0
	dqm__icon_index0_4_2 = 0
	dqm__icon_index0_4_3 = 0
	dqm__icon_index0_4_4 = 0
	dqm__icon_index0_4_5 = 0
		
	dqm__url0_4_0 = "../fin_cortez.html"
	dqm__url0_4_1 = "../fin_frog.html"
	dqm__url0_4_2 = "../fin_goby.html"
	dqm__url0_4_3 = "../fin_power.html"
	dqm__url0_4_4 = "../fin_turtle.html"
	dqm__url0_4_5 = "../fin_access.html"

	//Sub Menu 0_5 gauges

	dqm__sub_xy0_5 = "-2,0"
	dqm__sub_menu_width0_5 = 160

	dqm__subdesc0_5_0 = "<B>Consoles</B>"
	dqm__subdesc0_5_1 = "Combo Console"
	dqm__subdesc0_5_2 = "Navigator Console"
	dqm__subdesc0_5_3 = "<b>Pressure Gauges</B>"
	dqm__subdesc0_5_4 = "Standard SPG"
	dqm__subdesc0_5_5 = "Brass & Glass Gauge"
	dqm__subdesc0_5_6 = "Pony Bottle Gauge"
	dqm__subdesc0_5_7 = "<b>Compasses</B>"
	dqm__subdesc0_5_8 = "Compass Module"
	dqm__subdesc0_5_9 = "Wrist Compass"
	
	dqm__icon_index0_5_1 = 0
	dqm__icon_index0_5_2 = 0
	dqm__icon_index0_5_4 = 0
	dqm__icon_index0_5_5 = 0
	dqm__icon_index0_5_6 = 0
	dqm__icon_index0_5_8 = 0
	dqm__icon_index0_5_9 = 0
		
	dqm__url0_5_1 = "../gauge_combo.html"
	dqm__url0_5_2 = "../gauge_navigator.html"
	dqm__url0_5_4 = "../gauge_spg.html"
	dqm__url0_5_5 = "../gauge_brass.html"
	dqm__url0_5_6 = "../gauge_pony.html"
	dqm__url0_5_8 = "../gauge_compass_mod.html"
	dqm__url0_5_9 = "../gauge_compass_wrist.html"
	

	//Sub Menu 0_6 bags

	dqm__sub_xy0_9 = "-2,0"
	dqm__sub_menu_width0_9 = 110

	dqm__subdesc0_6_0 = "Backpacks"
	dqm__subdesc0_6_1 = "Duffels"
	dqm__subdesc0_6_2 = "Mesh"
	dqm__subdesc0_6_3 = "Sedona DRY"	
	dqm__subdesc0_6_4 = "Specialty"	
	dqm__subdesc0_6_5 = "Wheeled"
	
	dqm__icon_index0_6_0 = 0
	dqm__icon_index0_6_1 = 0
	dqm__icon_index0_6_2 = 0
	dqm__icon_index0_6_3 = 0
	dqm__icon_index0_6_4 = 0
	dqm__icon_index0_6_5 = 0
		
	dqm__2nd_icon_index0_6_0 = 0
	dqm__2nd_icon_index0_6_1 = 0
	dqm__2nd_icon_index0_6_2 = 0
	dqm__2nd_icon_index0_6_3 = 0
	dqm__2nd_icon_index0_6_4 = 0
	dqm__2nd_icon_index0_6_5 = 0
	
	dqm__3rd_icon_index0_6_0 = 0
	dqm__3rd_icon_index0_6_1 = 0
	dqm__3rd_icon_index0_6_2 = 0
	dqm__3rd_icon_index0_6_3 = 0
	dqm__3rd_icon_index0_6_4 = 0
	dqm__3rd_icon_index0_6_5 = 0
	
	//Sub Menu 0_6_0 Backpacks
				 
	dqm__sub_xy0_6_0 = "-2,-30"
	dqm__sub_menu_width0_6_0 = 210
	
	dqm__icon_index0_6_0_0 = 0
	dqm__icon_index0_6_0_1 = 0
	dqm__icon_index0_6_0_2 = 0
	dqm__icon_index0_6_0_3 = 0
	dqm__icon_index0_6_0_4 = 0
	dqm__icon_index0_6_0_5 = 0
	dqm__icon_index0_6_0_6 = 0
	dqm__icon_index0_6_0_7 = 0

	dqm__subdesc0_6_0_0 = "Compact Deluxe Mesh Backpack"
	dqm__subdesc0_6_0_1 = "Deluxe Mesh Backpack"
	dqm__subdesc0_6_0_2 = "Mesh Fin Bag Backpack"
	dqm__subdesc0_6_0_3 = "Sedona DRY Zippered Backpack"
	dqm__subdesc0_6_0_4 = "Snorkeling Backpack"
	dqm__subdesc0_6_0_5 = "Standard Mesh Backpack"
	dqm__subdesc0_6_0_6 = "Wheeled Backpack"
	dqm__subdesc0_6_0_7 = "Wheeled Mesh Backpack"
	
	dqm__url0_6_0_0 = "../bp_comp_dlx_mesh.html"
	dqm__url0_6_0_1 = "../bp_dlx_mesh.html"
	dqm__url0_6_0_2 = "../bp_fin_mesh.html"
	dqm__url0_6_0_3 = "../bp_dry_zip.html"
	dqm__url0_6_0_4 = "../bp_snorkeling.html"
	dqm__url0_6_0_5 = "../bp_std_mesh.html"
	dqm__url0_6_0_6 = "../wh_backpack.html"
	dqm__url0_6_0_7 = "../wh_mesh_bp.html"		

	//Sub Menu 0_6_1 Duffels

	dqm__sub_xy0_6_1 = "-2,-30"
	dqm__sub_menu_width0_6_1 = 190
	
	dqm__icon_index0_6_1_0 = 0
	dqm__icon_index0_6_1_1 = 0
	dqm__icon_index0_6_1_2 = 0
	dqm__icon_index0_6_1_3 = 0
	dqm__icon_index0_6_1_4 = 0
	dqm__icon_index0_6_1_5 = 0
	dqm__icon_index0_6_1_6 = 0

	dqm__subdesc0_6_1_0 = "Deluxe Mesh Duffel"
	dqm__subdesc0_6_1_1 = "Drysuit Duffel"
	dqm__subdesc0_6_1_2 = "PiggyBack Duffel"
	dqm__subdesc0_6_1_3 = "Sedona DRY Zippered Duffel"
	dqm__subdesc0_6_1_4 = "Standard Mesh Duffel"	
	dqm__subdesc0_6_1_5 = "Wheeled Duffel"
	dqm__subdesc0_6_1_6 = "Wheeled Mesh Duffel"
		
	dqm__url0_6_1_0 = "../dfl_dlx_mesh.html"
	dqm__url0_6_1_1 = "../dfl_drysuit.html"
	dqm__url0_6_1_2 = "../dfl_piggyback.html"
	dqm__url0_6_1_3 = "../dfl_dry_zip.html"
	dqm__url0_6_1_4 = "../dfl_std_mesh.html"
	dqm__url0_6_1_5 = "../wh_duffel.html"
	dqm__url0_6_1_6 = "../wh_mesh_duffel.html"
	
	//Sub Menu 0_6_2 Mesh

	dqm__sub_xy0_6_2 = "-2,-30"
	dqm__sub_menu_width0_6_2 = 210
	
	dqm__icon_index0_6_2_0 = 0
	dqm__icon_index0_6_2_1 = 0
	dqm__icon_index0_6_2_2 = 0
	dqm__icon_index0_6_2_3 = 0
	dqm__icon_index0_6_2_4 = 0
	dqm__icon_index0_6_2_5 = 0
	dqm__icon_index0_6_2_6 = 0
	dqm__icon_index0_6_2_7 = 0
	dqm__icon_index0_6_2_8 = 0
	dqm__icon_index0_6_2_9 = 0
	dqm__icon_index0_6_2_10 = 0
	
	dqm__subdesc0_6_2_0 = "Collection Bag"
	dqm__subdesc0_6_2_1 = "Compact Deluxe Mesh Backpack"
	dqm__subdesc0_6_2_2 = "Deluxe Mesh Backpack"
	dqm__subdesc0_6_2_3 = "Deluxe Mesh Duffel"
	dqm__subdesc0_6_2_4 = "Hide-A-Way Mesh Bag"
	dqm__subdesc0_6_2_5 = "Mesh Fin Bag"	
	dqm__subdesc0_6_2_6 = "Nylon Mesh Bags"
	dqm__subdesc0_6_2_7 = "Standard Mesh Backpack"
	dqm__subdesc0_6_2_8 = "Standard Mesh Duffel"
	dqm__subdesc0_6_2_9 = "Wheeled Mesh Backpack"
	dqm__subdesc0_6_2_10 = "Wheeled Mesh Duffel"
	
	dqm__url0_6_2_0 = "../msh_collection.html"
	dqm__url0_6_2_1 = "../bp_comp_dlx_mesh.html"
	dqm__url0_6_2_2 = "../bp_dlx_mesh.html"
	dqm__url0_6_2_3 = "../dfl_dlx_mesh.html"
	dqm__url0_6_2_4 = "../msh_hideaway.html"
	dqm__url0_6_2_5 = "../bp_fin_mesh.html"
	dqm__url0_6_2_6 = "../msh_nylon.html"
	dqm__url0_6_2_7 = "../bp_std_mesh.html"
	dqm__url0_6_2_8 = "../dfl_std_mesh.html"
	dqm__url0_6_2_9 = "../wh_mesh_bp.html"
	dqm__url0_6_2_10 = "../wh_mesh_duffel.html"

	//Sub Menu 0_6_3 sedona dry

	dqm__sub_xy0_6_3 = "-2,-30"
	dqm__sub_menu_width0_6_3 = 210
	
	dqm__icon_index0_6_3_0 = 0
	dqm__icon_index0_6_3_1 = 0
	dqm__icon_index0_6_3_2 = 0
	dqm__icon_index0_6_3_3 = 0
	dqm__icon_index0_6_3_4 = 0
	dqm__icon_index0_6_3_5 = 0
	
	dqm__subdesc0_6_3_0 = "Sedona DRY E Pouch"
	dqm__subdesc0_6_3_1 = "Sedona DRY Logbook Covers"
	dqm__subdesc0_6_3_2 = "Sedona DRY Pouch"
	dqm__subdesc0_6_3_3 = "Sedona DRY Stuff Sacks"
	dqm__subdesc0_6_3_4 = "Sedona DRY Zippered Backpack"
	dqm__subdesc0_6_3_5 = "Sedona DRY Zippered Duffel"
	
	dqm__url0_6_3_0 = "../sd_epouch.html"		
	dqm__url0_6_3_1 = "../sd_logbook_covers.html"
	dqm__url0_6_3_2 = "../sd_pouch.html"
	dqm__url0_6_3_3 = "../sd_stuff_sacks.html"
	dqm__url0_6_3_4 = "../bp_dry_zip.html"
	dqm__url0_6_3_5 = "../dfl_dry_zip.html"

	//Sub Menu 0_6_4 specialty

	dqm__sub_xy0_6_4 = "-2,-30"
	dqm__sub_menu_width0_6_4 = 160
	
	dqm__icon_index0_6_4_0 = 0
	dqm__icon_index0_6_4_1 = 0
	dqm__icon_index0_6_4_2 = 0
	dqm__icon_index0_6_4_3 = 0
	dqm__icon_index0_6_4_4 = 0
	dqm__icon_index0_6_4_5 = 0
	dqm__icon_index0_6_4_6 = 0
	dqm__icon_index0_6_4_7 = 0
	dqm__icon_index0_6_4_8 = 0
	dqm__icon_index0_6_4_9 = 0
	
	dqm__subdesc0_6_4_0 = "Collection Bag"
	dqm__subdesc0_6_4_1 = "Hide-A-Way Mesh Bag"
	dqm__subdesc0_6_4_2 = "Mask Bag"
	dqm__subdesc0_6_4_3 = "Nylon Mesh Bags"
	dqm__subdesc0_6_4_4 = "Pony Bottle Bags"	
	dqm__subdesc0_6_4_5 = "Regulator Bag"
	dqm__subdesc0_6_4_6 = "Shoulder Strap"
	dqm__subdesc0_6_4_7 = "Tank Bag"
	dqm__subdesc0_6_4_8 = "Toiletry Bag"
	dqm__subdesc0_6_4_9 = "Weight Bag"
	
	dqm__url0_6_4_0 = "../msh_collection.html"		
	dqm__url0_6_4_1 = "../msh_hideaway.html"
	dqm__url0_6_4_2 = "../sp_maskbag.html"
	dqm__url0_6_4_3 = "../msh_nylon.html"
	dqm__url0_6_4_4 = "../sp_ponybottle.html"
	dqm__url0_6_4_5 = "../sp_regbag.html"
	dqm__url0_6_4_6 = "../sp_shoulder_strap.html"
	dqm__url0_6_4_7 = "../sp_tank.html"
	dqm__url0_6_4_8 = "../xs_toiletry.html"
	dqm__url0_6_4_9 = "../sp_weightbag.html"

	//Sub Menu 0_6_5 Wheeled

	dqm__sub_xy0_6_5 = "-2,-30"
	dqm__sub_menu_width0_6_5 = 170
	
	dqm__icon_index0_6_5_0 = 0
	dqm__icon_index0_6_5_1 = 0
	dqm__icon_index0_6_5_2 = 0
	dqm__icon_index0_6_5_3 = 0
	dqm__icon_index0_6_5_4 = 0
	dqm__icon_index0_6_5_5 = 0
	dqm__icon_index0_6_5_6 = 0

	dqm__subdesc0_6_5_0 = "Wheeled Backpack"
	dqm__subdesc0_6_5_1 = "Wheeled Carry-On"
	dqm__subdesc0_6_5_2 = "Wheeled DayPac"
	dqm__subdesc0_6_5_3 = "Wheeled Duffel"
	dqm__subdesc0_6_5_4 = "Wheeled Mesh Backpack"
	dqm__subdesc0_6_5_5 = "Wheeled Mesh Duffel"
	dqm__subdesc0_6_5_6 = "Wheeled Traveler"
	
	dqm__url0_6_5_0 = "../wh_carryon.html"
	dqm__url0_6_5_1 = "../wh_carryon.html"
	dqm__url0_6_5_2 = "../wh_daypac.html"
	dqm__url0_6_5_3 = "../wh_duffel.html"
	dqm__url0_6_5_4 = "../wh_mesh_bp.html"
	dqm__url0_6_5_5 = "../wh_mesh_duffel.html"
	dqm__url0_6_5_6 = "../wh_traveler.html"
	
	//Sub Menu 0_7 hangars

	dqm__sub_xy0_7 = "-2,0"
	dqm__sub_menu_width0_7 = 210

	dqm__subdesc0_7_0 = "Drysuit Hanger"
	dqm__subdesc0_7_1 = "Folding Travel BC Hanger"
	dqm__subdesc0_7_2 = "Folding Travel Wetsuit Hanger"
	dqm__subdesc0_7_3 = "X5 Gear Hanger"
	
	dqm__icon_index0_7_0 = 0
	dqm__icon_index0_7_1 = 0
	dqm__icon_index0_7_2 = 0
	dqm__icon_index0_7_3 = 0
		
	dqm__url0_7_0 = "../hanger_drysuit.html"
	dqm__url0_7_1 = "../hanger_bc.html"
	dqm__url0_7_2 = "../hanger_wetsuit.html"
	dqm__url0_7_3 = "../hanger_x5.html"

			//Sub Menu 0_8 hoses

	dqm__sub_xy0_8 = "-2,0"
	dqm__sub_menu_width0_13 = 200

	dqm__subdesc0_8_0 = "Miflex Braided Hoses"
	dqm__subdesc0_8_1 = "EZ Quick Attach Hoses"
	dqm__subdesc0_8_2 = "Standard Rubber Hoses"
	
	dqm__icon_index0_8_0 = 0
	dqm__icon_index0_8_1 = 0
	dqm__icon_index0_8_2 = 0
		
	dqm__url0_8_0 = "../hoses.html"
	dqm__url0_8_1 = "../hoses_ez_attach.html"
	dqm__url0_8_2 = "../hoses_rubber.html"
	
	//Sub Menu 0_9 knives

	dqm__sub_xy0_9 = "-2,0"
	dqm__sub_menu_width0_9 = 135

	dqm__subdesc0_9_0 = "<B>Drop Point</B>"
	dqm__subdesc0_9_1 = "FogCutter X"
	dqm__subdesc0_9_2 = "FogCutter Recon"
	dqm__subdesc0_9_3 = "Stryker"
	dqm__subdesc0_9_4 = "<b>Blunt Tip</B>"
	dqm__subdesc0_9_5 = "FogCutter X"
	dqm__subdesc0_9_6 = "Stryker"
	
	dqm__icon_index0_9_1 = 0
	dqm__icon_index0_9_2 = 0
	dqm__icon_index0_9_3 = 0
	dqm__icon_index0_9_5 = 0
	dqm__icon_index0_9_6 = 0
		
	dqm__url0_9_1 = "../knife_fogcutter_drop.html"
	dqm__url0_9_2 = "../knife_fogcutter_recon.html"
	dqm__url0_9_3 = "../knife_stryker_drop.html"
	dqm__url0_9_5 = "../knife_fogcutter_blunt.html"
	dqm__url0_9_6 = "../knife_stryker_blunt.html"
	
	//Sub Menu 0_10 masks

	dqm__sub_xy0_10 = "-2,0"
	dqm__sub_menu_width0_10 = 160

	dqm__subdesc0_10_0 = "<B>Fusion Series</B>"
	dqm__subdesc0_10_1 = "Gauge Reader"
	dqm__subdesc0_10_2 = "Fusion"
	dqm__subdesc0_10_3 = "Fusion Purge"
	dqm__subdesc0_10_4 = "Fusion 2"
	dqm__subdesc0_10_5 = "Fusion 2 jr."
	dqm__subdesc0_10_6 = "Fusion 2 jr. Purge"
	dqm__subdesc0_10_7 = "<B>Masks without Purge</B>"
	dqm__subdesc0_10_8 = "Cortez"
	dqm__subdesc0_10_9 = "Fusion"
	dqm__subdesc0_10_10 = "Fusion 2"
	dqm__subdesc0_10_11 = "Fusion 2 jr."
	dqm__subdesc0_10_12 = "Gauge Reader"
	dqm__subdesc0_10_13 = "Goby"
	dqm__subdesc0_10_14 = "Laguna RS"
	dqm__subdesc0_10_15 = "Merge"
	dqm__subdesc0_10_16 = "MetalMask"
	dqm__subdesc0_10_17 = "Metro"	
	dqm__subdesc0_10_18 = "<B>Masks with Purge</B>"
	dqm__subdesc0_10_19 = "Fusion Purge"
	dqm__subdesc0_10_20 = "Fusion 2 Purge"	
	dqm__subdesc0_10_21 = "<B>Mask Accessories</B>"
	
	//dqm__icon_index0_10_0 = 0
	dqm__icon_index0_10_1 = 0
	dqm__icon_index0_10_2 = 0
	dqm__icon_index0_10_3 = 0
	dqm__icon_index0_10_4 = 0
	dqm__icon_index0_10_5 = 0
	dqm__icon_index0_10_6 = 0
	//dqm__icon_index0_10_7 = 0
	dqm__icon_index0_10_8 = 0	
	dqm__icon_index0_10_9 = 0
	dqm__icon_index0_10_10 = 0
	dqm__icon_index0_10_11 = 0
	dqm__icon_index0_10_12 = 0
	dqm__icon_index0_10_13 = 0
	dqm__icon_index0_10_14 = 0
	dqm__icon_index0_10_15 = 0
	dqm__icon_index0_10_16 = 0
	dqm__icon_index0_10_17 = 0
	//dqm__icon_index0_10_18 = 0	
	dqm__icon_index0_10_19 = 0
	dqm__icon_index0_10_20 = 0	
	//dqm__icon_index0_10_21 = 0
	
	dqm__url0_10_0 = "../mask_fusion_series.html"
	dqm__url0_10_1 = "../mask_gaugereader.html"
	dqm__url0_10_2 = "../mask_fusion.html"
	dqm__url0_10_3 = "../mask_fusionpurge.html"
	dqm__url0_10_4 = "../mask_fusion2.html"
	dqm__url0_10_5 = "../mask_fusion2jr.html"
	dqm__url0_10_6 = "../mask_fusion2jrpurge.html"
	dqm__url0_10_7 = "../mask_wo_purge.html"
	dqm__url0_10_8 = "../mask_cortez.html"
	dqm__url0_10_9 = "../mask_fusion.html"
	dqm__url0_10_10 = "../mask_fusion2.html"
	dqm__url0_10_11 = "../mask_fusion2jr.html"
	dqm__url0_10_12 = "../mask_gaugereader.html"
	dqm__url0_10_13 = "../mask_goby.html"
	dqm__url0_10_14 = "../mask_lagunars.html"
	dqm__url0_10_15 = "../mask_merge.html"
	dqm__url0_10_16 = "../mask_metalmask.html"
	dqm__url0_10_17 = "../mask_metro.html"
	dqm__url0_10_18 = "../mask_w_purge.html"
	dqm__url0_10_19 = "../mask_fusionpurge.html"
	dqm__url0_10_20 = "../mask_fusion2jrpurge.html"
	dqm__url0_10_21 = "../mask_access.html"
	
	//Sub Menu 0_11 Neoprene

	dqm__sub_xy0_11 = "-2,0"
	dqm__sub_menu_width0_11 = 170

	dqm__subdesc0_11_0 = "PyroStretch? Wetsuits"
	dqm__subdesc0_11_1 = "Boots"
	dqm__subdesc0_11_2 = "Gloves"
	dqm__subdesc0_11_3 = "Hoods"
	
	dqm__icon_index0_11_0 = 0
	dqm__icon_index0_11_1 = 0
	dqm__icon_index0_11_2 = 0
	dqm__icon_index0_11_3 = 0
		
	dqm__url0_11_0 = "../neo_mps_wetsuits.html"
	dqm__url0_11_1 = "../neo_boots.html"
	dqm__url0_11_2 = "../neo_gloves.html"
	dqm__url0_11_3 = "../neo_hoods.html"
	
	//Sub Menu 0_11_0
				 
	dqm__sub_xy0_11_0 = "-2,-10"
	dqm__sub_menu_width0_10_0 = 100
	
	dqm__icon_index0_11_0_0 = 0
	dqm__icon_index0_11_0_1 = 0

	dqm__subdesc0_11_0_0 = "Mens"
	dqm__subdesc0_11_0_1 = "Womens"
	
	dqm__url0_11_0_0 = "../neo_mps_wetsuits.html"
	dqm__url0_11_0_1 = "../neo_wps_wetsuits.html"

	//Sub Menu 0_12 xs_cessories

	dqm__sub_xy0_12 = "-2,0"
	dqm__sub_menu_width0_12 = 160

	dqm__subdesc0_12_0 = "Clips & Retractors"
	dqm__subdesc0_12_1 = "Finger Spool"
	dqm__subdesc0_12_2 = "Pocket Rescue Mask"
	dqm__subdesc0_12_3 = "PonyPac Harness"
	dqm__subdesc0_12_4 = "Safety Tube"
	dqm__subdesc0_12_5 = "Save-A-Dive Kit"
	dqm__subdesc0_12_6 = "Spring Fin Straps"
	dqm__subdesc0_12_7 = "50 lb. Lift Bag"
	
	dqm__icon_index0_12_0 = 0
	dqm__icon_index0_12_1 = 0
	dqm__icon_index0_12_2 = 0
	dqm__icon_index0_12_3 = 0
	dqm__icon_index0_12_4 = 0
	dqm__icon_index0_12_5 = 0
	dqm__icon_index0_12_6 = 0
	dqm__icon_index0_12_7 = 0
		
	dqm__url0_12_0 = "../clips.html"
	dqm__url0_12_1 = "../finger_spool.html"
	dqm__url0_12_2 = "../rescue_mask.html"
	dqm__url0_12_3 = "../ponypac.html"
	dqm__url0_12_4 = "../safety_tube.html"
	dqm__url0_12_5 = "../saveadive.html"
	dqm__url0_12_6 = "../spring_straps.html"
	dqm__url0_12_7 = "../lift_bag.html"
	
	//Sub Menu 0_13 regs

	dqm__sub_xy0_13 = "-2,0"
	dqm__sub_menu_width0_13 = 120

	dqm__subdesc0_13_0 = "<B>Primary</B>"
	dqm__subdesc0_13_1 = "SeaAir Tri-Metal"
	dqm__subdesc0_13_2 = "Spirit"
	dqm__subdesc0_13_3 = "<b>Octopus</B>"
	dqm__subdesc0_13_4 = "AirWave"
	dqm__subdesc0_13_5 = "AirWave Inline"
	dqm__subdesc0_13_6 = "AltAir"
	dqm__subdesc0_13_7 = "<b>AltAir</B>"
	
	dqm__icon_index0_13_1 = 0
	dqm__icon_index0_13_2 = 0
	dqm__icon_index0_13_4 = 0
	dqm__icon_index0_13_5 = 0
	dqm__icon_index0_13_6 = 0
	dqm__icon_index0_13_7 = 0
		
	dqm__url0_13_1 = "../reg_seaair.html"
	dqm__url0_13_2 = "../reg_spirit.html"
	dqm__url0_13_4 = "../reg_airwave.html"
	dqm__url0_13_5 = "../reg_airwave_inline.html"
	dqm__url0_13_6 = "../reg_altair.html"
	dqm__url0_13_7 = "../reg_xtr.html"
	
		//Sub Menu 0_14 service equipment

	dqm__sub_xy0_14 = "-2,0"
	dqm__sub_menu_width0_14 = 140

	//dqm__subdesc0_14_0 = "Diver?s Tool"
	//dqm__subdesc0_14_1 = "Lubricants"
	//dqm__subdesc0_14_2 = "O-Ring Gland Tool"
	//dqm__subdesc0_14_3 = "VIP Light"
	//dqm__subdesc0_14_4 = "Visual Plus 3"
	
	dqm__icon_index0_14_0 = 0
	dqm__icon_index0_14_1 = 0
	dqm__icon_index0_14_2 = 0
	dqm__icon_index0_14_3 = 0
	dqm__icon_index0_14_4 = 0
		
	dqm__url0_14_0 = "../divers_tool.html"
	dqm__url0_14_1 = "../lubricants.html"
	dqm__url0_14_2 = "../oring_tool.html"
	dqm__url0_14_3 = "../vip_light.html"
	dqm__url0_14_4 = "../visual_plus.html"
		
	//Sub Menu 0_15 snorkels

	dqm__sub_xy0_15 = "-2,0"
	dqm__sub_menu_width0_14 = 150

	dqm__subdesc0_15_0 = "Bypass Elite"
	dqm__subdesc0_15_1 = "Goby"
	dqm__subdesc0_15_2 = "Metro"
	dqm__subdesc0_15_3 = "Sedona DRY"
	dqm__subdesc0_15_4 = "Sedona DRY Elite"
	dqm__subdesc0_15_5 = "Viper"
	
	dqm__icon_index0_15_0 = 0
	dqm__icon_index0_15_1 = 0
	dqm__icon_index0_15_2 = 0
	dqm__icon_index0_15_3 = 0
	dqm__icon_index0_15_4 = 0
	dqm__icon_index0_15_5 = 0
		
	dqm__url0_15_0 = "../snorkel_bypass_elite.html"
	dqm__url0_15_1 = "../snorkel_goby.html"
	dqm__url0_15_2 = "../snorkel_metro.html"
	dqm__url0_15_3 = "../snorkel_sedona_dry.html"
	dqm__url0_15_4 = "../snorkel_sedona_elite.html"
	dqm__url0_15_5 = "../snorkel_viper.html"
	
	//Sub Menu 0_16 steel tanks

	dqm__sub_xy0_16 = "-2,0"
	dqm__sub_menu_width0_16 = 120

	dqm__subdesc0_16_0 = "Features"
	dqm__subdesc0_16_1 = "Specifications"
	dqm__subdesc0_16_2 = "Specs (metric)"
	
	dqm__icon_index0_16_0 = 0
	dqm__icon_index0_16_1 = 0
	dqm__icon_index0_16_2 = 0
		
	dqm__url0_16_0 = "../tank_steel_features.html"
	dqm__url0_16_1 = "../tank_steel_specs.html"
	dqm__url0_16_2 = "../tank_steel_specs_metric.html"
	
	//Sub Menu 0_17 valves

	dqm__sub_xy0_17 = "-2,0"
	dqm__sub_menu_width0_17 = 160

	dqm__subdesc0_17_0 = "Thermo Valves Corp."
	dqm__subdesc0_17_1 = "Products & Features"
	dqm__subdesc0_17_2 = "Scuba Valve Outlets"
	dqm__subdesc0_17_3 = "Stand Alone Series"
	dqm__subdesc0_17_4 = "Modular Series"
	dqm__subdesc0_17_5 = "XS Manifold"
	
	dqm__icon_index0_17_0 = 0
	dqm__icon_index0_17_1 = 0
	dqm__icon_index0_17_2 = 0
	dqm__icon_index0_17_3 = 0
	dqm__icon_index0_17_4 = 0
	dqm__icon_index0_17_5 = 0
		
	dqm__url0_17_0 = "../valve_thermo.html"
	dqm__url0_17_1 = "../valve_prod_feat.html"
	dqm__url0_17_2 = "../valve_outlets.html"
	dqm__url0_17_3 = "../valve_stand_alone.html"
	dqm__url0_17_4 = "../valve_modular.html"
	dqm__url0_17_5 = "../valve_manifold.html"

	//Sub Menu 0_18 weights

	dqm__sub_xy0_18 = "-2,0"
	dqm__sub_menu_width0_18 = 170

	dqm__subdesc0_18_0 = "Ankle Weights"
	dqm__subdesc0_18_1 = "Lead Shot Weight"
	dqm__subdesc0_18_2 = "Weight Belts"
	dqm__subdesc0_18_3 = "Weight Belt Accessories"
	
	dqm__icon_index0_18_0 = 0
	dqm__icon_index0_18_1 = 0
	dqm__icon_index0_18_2 = 0
	dqm__icon_index0_18_3 = 0
			
	dqm__url0_18_0 = "../weight_ankle.html"
	dqm__url0_18_1 = "../weight_lead.html"
	dqm__url0_18_2 = "../weight_belts.html"
	dqm__url0_18_3 = "../weight_access.html"
