DQM_Notice = ""
limit_multiple_users = true
 
/*-------------------------------------------
required menu Settings
--------------------------------------------*/

   DQM_sub_menu_width = 150      //default sub menu widths
   DQM_sub_xy = "0,0"            //default sub x,y coordinates
   
   
   DQM_codebase = ""             //relative location of .js files
   DQM_urltarget = "_self"       //set to: _self, _parent, _new, or "my frame name"

   DQM_border_width = 1
   DQM_divider_height = 0

   DQM_border_color = "#ffffff"  //Hex color value or 'transparent'
   DQM_menu_bgcolor = "#000000"  //Hex color value or 'transparent'
   DQM_hl_bgcolor = "transparent"    //Hex color value
   
  
   DQM_mouse_off_delay = 50
   
   DQM_os9_ie5mac_offset_X = 10
   DQM_os9_ie5mac_offset_Y = 15

   DQM_osx_ie5mac_offset_X = 0
   DQM_osx_ie5mac_offset_Y = 0

   DQM_ie4mac_offset_X = -8
   DQM_ie4mac_offset_Y = -50
  

   
   
   
   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."
   
   DQM_use_opera_div_detect_fix = true;

	
   /*----Options include - none | fade | pixelate |
   ------iris | slide | gradientwipe | checkerboard |
   ------radialwipe | randombars | randomdissolve |stretch */

   DQM_sub_menu_effect = "pixelate"
   DQM_sub_item_effect = "fade"

   
   DQM_sub_menu_effect_duration = .2
   DQM_sub_item_effect_duration = .2

  
   /*----Customization option settings for the various effect
   ------transitions may be defined below---*/

   DQM_effect_pixelate_maxsqare = 25
   DQM_effect_iris_irisstyle = "SQUARE"          //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 is defined with a value between
   ------1 and 100 with 100 being opaque---*/   	

   DQM_sub_menu_opacity = 100

   DQM_dropshadow_color = "none"
   DQM_dropshadow_offx = 5
   DQM_dropshadow_offy = 5	



/*---------------------------------------------
Optional event triggered custom function calls
----------------------------------------------*/


/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#ffffff"
   DQM_fontfamily = "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 = "normal"             //set to: 'normal', or 'bold'
   DQM_fontstyle = "normal"	         //set to: 'normal', or 'italic' 	
   DQM_hl_textcolor = "#ffffff"
   DQM_hl_textdecoration = "underline"   //set to: 'normal', or 'underline'

   DQM_margin_top = 2
   DQM_margin_bottom = 3
   DQM_margin_left = 5
   DQM_margin_right = 4

   DQM_text_alignment = "left"           //set to: 'left', 'center' or 'right'
   

   DQM_icon_image0 = "images/bullet.gif"
   DQM_icon_rollover0 = "images/bullet_hl.gif"
   DQM_icon_image_wh0 = "13,8"

   DQM_icon_image1 = "images/arrow.gif"
   DQM_icon_rollover1 = "images/arrow.gif"
   DQM_icon_image_wh1 = "13,10"

   

   DQM_show_urls_statusbar = false
   
   
  /************************************************
   *********-------Main Menu 0--------**************
   ************************************************/

   DQM_rollover_image0 = ""
   DQM_rollover_wh0 = ""
   //DQM_url0 = "mens-watches-c-143.html";   


   /************************************************
   *********-------Main Menu 1--------**************
   ************************************************/

   DQM_rollover_image1 = ""
   DQM_rollover_wh1 = ""
   //DQM_url1 = "index.html";


/*********************************************************************/
/*                                                                   */
/*                       SUB MENU CUSTOMIZATION                      */
/*                                                                   */ 
/*********************************************************************/

/*--------------------------------------------------------------------

The parameters below define the menus tree structure, text descriptions, 
associated icon images, URL links, and sub menu positioning. An infinite 
number of sub menu items and levels may be defined for each main menu item
by appending the appropriate index values to the 'DQM_subdesc' parameter. 
The included sample menus ('sample.htm') tree structure is defined below and
may be used as a simple guide for how to index your items.

The sub menu items text descriptions may be defined using plain text or
HTML. To use HTML simply place the entire string on one line and replace
all double quotes with single quotes.



ADDITIONAL SUB MENU CUSTOMIZATION OPTIONS:

The following parameters are referenced for documentation purposes and are 
additional customizable features which may be included as part of the sample 
sub menus defined below. (Note: to use these parameters add them to the sub 
menu sections below, they are not active when inside this comment field.)


Sub Menu Group Options:

The following setting apply to individual sub menu groups. Reference a sub
menu group within the parameter by appending the index value of the group
to the parameter name.
   
 1---The following parameters define unique colors, highlight colors
   border sizes, and divider heights for a sub menu. The X at the end
   of the parameter name represents the index of the sub menu. Child sub
   menus may also be referenced, i.e. 'DQM_menu_bgcolor1_0' refers to the
   2nd main menus, 1st sub menu items, child sub menu.
   
   DQM_border_widthX = 10;
   DQM_divider_heightX = 5;		
 
   DQM_border_colorX = "#AAB594";     
   DQM_menu_bgcolorX = "#AAB594"
   DQM_hl_bgcolorX = "#00ff00"
   DQM_textcolorX = "#00ff00"	 
   DQM_hl_textcolorX = "#ff0000"

 2---For more information on the following two parameter options see the 
   section above labeled 'Optional event triggered custom function calls'

   DQM_showmenu_codeX = "status = 'custom show menu function call'"
   DQM_hidemenu_codeX = "status = 'custom hide menu function call'"

 3---Define the text alignment of the sub menu as 'left', 'center', or 'right'

   DQM_text_alignmentX = "left"



Sub Menu Item Options:

The following settings apply to individual sub menu items, reference a sub
menu item within the parameter by appending the index value of the item
to the parameter name.

 1---The following parameter creates custom highlight text, any html tags
   may also be used to create formatted text and images. (Note: when using
   HTML convert all double quotes to single quotes and keep to one line.)
   Any number of 'DQM_hl_subdescX' parameters may be defined so long as there
   is a corresponding 'DQM_subdescX' parameter. The X at the end of the
   parameters name is variable and represents the index of the sub menu item.

   DQM_hl_subdescX = "custom highlight text"

 2---For more information on the following parameter option see the 
   section above labeled 'Optional event triggered custom function calls'

   DQM_clickitem_codeX = "alert('Sample onclick function call.')"

 3---Unique sub menu item URL targets may be defined with the 
   following parameter option. Allowable 'DQM_urltargetX' param values
   include... _self, _parent, _new, or "my frame name".

   DQM_urltargetX = "_new"


---------------------------------------------------------------------*/


/************************************************
*********-------Sub Menu 0--------***************
************************************************/

DQM_sub_xy0 = "-70,22"
DQM_sub_menu_width0 = 130

DQM_subdesc0_0 = "Men's Jewelry"
DQM_subdesc0_1 = "Women's Jewelry"
DQM_subdesc0_2 = "Unique Jewelry"
DQM_subdesc0_3 = "Under $1500"
DQM_icon_index0_0 = 0
DQM_icon_index0_1 = 0
DQM_icon_index0_2 = 0
DQM_icon_index0_3 = 0
DQM_url0_0 = "mens-jewelry-c-142.html"
DQM_url0_1 = "womens-jewelry-c-131.html"
DQM_url0_2 = "unique-jewelry-c-156.html"
DQM_url0_3 = "under-1000-c-90.html"


/************************************************
****-------Sub 0 - Item 0 Sub Menu--------*******
************************************************/

DQM_sub_xy0_0 = "-5,2"
DQM_sub_menu_width0_0 = 165
DQM_text_alignment0_0 = "left"

DQM_subdesc0_0_0 = "Chains"
DQM_subdesc0_0_1 = "Crosses"
DQM_subdesc0_0_2 = "Diamond Stud Earrings"
DQM_subdesc0_0_3 = "Gifts and Accessories"
DQM_subdesc0_0_4 = "Inner Circle Watch"
DQM_subdesc0_0_5 = "Jewelry Gifts for him"
DQM_subdesc0_0_6 = "Jewelry Under $1500"
DQM_subdesc0_0_7 = "New Jewelry Designs"
DQM_subdesc0_0_8 = "Platinum Bracelets"
DQM_subdesc0_0_9 = "Platinum Rings"
DQM_subdesc0_0_10 = "Red Gold Bracelets"
DQM_subdesc0_0_11 = "Red Gold"
DQM_subdesc0_0_12 = "Red Gold Rings"
DQM_subdesc0_0_13 = "Star of David Mens"
DQM_subdesc0_0_14 = "White Gold Bracelets"
DQM_subdesc0_0_15 = "White Gold Chains"
DQM_subdesc0_0_16 = "White Gold Rings"
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_icon_index0_0_4 = 0
DQM_icon_index0_0_5 = 0
DQM_icon_index0_0_6 = 0
DQM_icon_index0_0_7 = 0
DQM_icon_index0_0_8 = 0
DQM_icon_index0_0_9 = 0
DQM_icon_index0_0_10 = 0
DQM_icon_index0_0_11 = 0
DQM_icon_index0_0_12 = 0
DQM_icon_index0_0_13 = 0
DQM_icon_index0_0_14 = 0
DQM_icon_index0_0_15 = 0
DQM_icon_index0_0_16 = 0
DQM_url0_0_0 = "mens-jewelry-chains-c-142_104.html"
DQM_url0_0_1 = "mens-jewelry-crosses-c-142_154.html"
DQM_url0_0_2 = "mens-jewelry-diamond-stud-earrings-c-142_99.html"
DQM_url0_0_3 = "mens-jewelry-gifts-accessories-c-142_152.html"
DQM_url0_0_4 = "mens-jewelry-inner-circle-watch-c-142_55.html"
DQM_url0_0_5 = "mens-jewelry-jewelry-gifts-c-142_49.html"
DQM_url0_0_6 = "mens-jewelry-jewelry-under-1000-c-142_153.html"
DQM_url0_0_7 = "mens-jewelry-jewelry-designs-c-142_148.html"
DQM_url0_0_8 = "mens-jewelry-platinum-bracelets-c-142_75.html"
DQM_url0_0_9 = "mens-jewelry-platinum-rings-c-142_84.html"
DQM_url0_0_10 = "mens-jewelry-gold-bracelets-c-142_71.html"
DQM_url0_0_11 = "gold-bracelets-gold-c-142_71_72.html"
DQM_url0_0_12 = "mens-jewelry-gold-rings-c-142_82.html"
DQM_url0_0_13 = "mens-jewelry-star-david-mens-c-142_147.html"
DQM_url0_0_14 = "mens-jewelry-white-gold-bracelets-c-142_74.html"
DQM_url0_0_15 = "mens-jewelry-white-gold-chains-c-142_116.html"
DQM_url0_0_16 = "mens-jewelry-white-gold-rings-c-142_150.html"

/************************************************
****-------Sub 0 - Item 1 Sub Menu--------*******
************************************************/

DQM_sub_xy0_1 = "-5,2"
DQM_sub_menu_width0_1 = 165
DQM_text_alignment0_1 = "left"
DQM_subdesc0_1_0 = "I Love You - UNI"
DQM_subdesc0_1_1 = "Anklet Jewelry"
DQM_subdesc0_1_2 = "Belly Chain Jewelry"
DQM_subdesc0_1_3 = "Body Adornment"
DQM_subdesc0_1_4 = "Bracelets"
DQM_subdesc0_1_5 = "Crosses"
DQM_subdesc0_1_6 = "Diamond Jewelry"
DQM_subdesc0_1_7 = "Dog Tags for Her"
DQM_subdesc0_1_8 = "Earrings"
DQM_subdesc0_1_9 = "Eternity Tags for women"
DQM_subdesc0_1_10 = "Feng Shui Jewelry"
DQM_subdesc0_1_11 = "Gifts and Accessories"
DQM_subdesc0_1_12 = "Gifts For Her"
DQM_subdesc0_1_13 = "Jewelry Sets"
DQM_subdesc0_1_14 = "Jewelry Under $1500.00"
DQM_subdesc0_1_15 = "Journey Jewelry"
DQM_subdesc0_1_16 = "Necklace Jewelry"
DQM_subdesc0_1_17 = "Necklaces"
DQM_subdesc0_1_18 = "New Jewelry Designs"
DQM_subdesc0_1_19 = "One Of A Kind Jewelry"
DQM_subdesc0_1_20 = "Pearl Jewelry"
DQM_subdesc0_1_21 = "Platinum Bracelets"
DQM_subdesc0_1_22 = "Platinum Jewelry"
DQM_subdesc0_1_23 = "Platinum Rings for her"
DQM_subdesc0_1_24 = "Red Gold Bracelets"
DQM_subdesc0_1_25 = "Red Gold Jewelry"
DQM_subdesc0_1_26 = "Red Gold Rings"
DQM_subdesc0_1_27 = "Rings"
DQM_subdesc0_1_28 = "Star of David Jewelry"
DQM_subdesc0_1_29 = "Tri Tag Jewelry"
DQM_subdesc0_1_30 = "White gold Rings"
DQM_subdesc0_1_31 = "Yellow Gold Bracelets"
DQM_subdesc0_1_32 = "Heart Necklaces"
DQM_subdesc0_1_33 = "Rec Tag Necklaces"
DQM_subdesc0_1_34 = "Tri TagĻ Necklaces"
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_icon_index0_1_6 = 0
DQM_icon_index0_1_7 = 0
DQM_icon_index0_1_8 = 0
DQM_icon_index0_1_9 = 0
DQM_icon_index0_1_10 = 0
DQM_icon_index0_1_11 = 0
DQM_icon_index0_1_12 = 0
DQM_icon_index0_1_13= 0
DQM_icon_index0_1_14 = 0
DQM_icon_index0_1_15 = 0
DQM_icon_index0_1_16 = 0
DQM_icon_index0_1_17 = 0
DQM_icon_index0_1_18 = 0
DQM_icon_index0_1_19 = 0
DQM_icon_index0_1_20 = 0
DQM_icon_index0_1_21 = 0
DQM_icon_index0_1_22 = 0
DQM_icon_index0_1_23 = 0
DQM_icon_index0_1_24 = 0
DQM_icon_index0_1_25 = 0
DQM_icon_index0_1_26 = 0
DQM_icon_index0_1_27 = 0
DQM_icon_index0_1_28 = 0
DQM_icon_index0_1_29 = 0
DQM_icon_index0_1_30 = 0
DQM_icon_index0_1_31 = 0
DQM_icon_index0_1_32 = 0
DQM_icon_index0_1_33 = 0
DQM_icon_index0_1_34 = 0
DQM_url0_1_0 = "womens-jewelry-love-youuni-chri-c-131_65.html"
DQM_url0_1_1 = "womens-jewelry-anklet-jewelry-c-131_136.html"
DQM_url0_1_2 = "womens-jewelry-belly-chain-jewelry-c-131_137.html"
DQM_url0_1_3 = "womens-jewelry-body-adornment-c-131_68.html"
//DQM_url0_1_4 = "womens-jewelry-bracelets-c-131_134.html"
DQM_url0_1_4 = "womens-jewelry-gold-bracelets-c-131_80.html"
DQM_url0_1_5 = "womens-jewelry-crosses-c-131_146.html"
DQM_url0_1_6 = "womens-jewelry-diamond-jewelry-c-131_41.html"
DQM_url0_1_7 = "womens-jewelry-tags-c-131_151.html"
DQM_url0_1_8 = "womens-jewelry-earrings-c-63.html"
DQM_url0_1_9 = "womens-jewelry-eternity-tags-women-c-131_61.html"
DQM_url0_1_10 = "womens-jewelry-feng-shui-jewelry-c-131_69.html"
DQM_url0_1_11 = "womens-jewelry-gifts-accessories-c-131_64.html"
DQM_url0_1_12 = "gifts-jewelry-gifts-c-131_139_48.html"
DQM_url0_1_13 = "womens-jewelry-jewelry-sets-c-131_101.html"
DQM_url0_1_14 = "womens-jewelry-jewelry-under-100000-c-131_90.html"
DQM_url0_1_15 = "journey-jewelry-journey-jewelry-with-diamonds-c-131_140_103.html"
DQM_url0_1_16 = "womens-jewelry-necklace-jewelry-c-131_36.html"
DQM_url0_1_17 = "womens-jewelry-necklaces-c-131_133.html"
DQM_url0_1_18 = "womens-jewelry-jewelry-designs-c-131_47.html"
DQM_url0_1_19 = "womens-jewelry-kind-jewelry-c-131_141.html"
DQM_url0_1_20 = "womens-jewelry-pearl-jewelry-c-131_102.html"
DQM_url0_1_21 = "womens-jewelry-platinum-bracelets-c-131_79.html"
DQM_url0_1_22 = "womens-jewelry-platinum-jewelry-c-131_117.html"
DQM_url0_1_23 = "womens-jewelry-platinum-rings-c-131_87.html"
DQM_url0_1_24 = "womens-jewelry-gold-bracelets-c-131_80.html"
DQM_url0_1_25 = "womens-jewelry-gold-jewelry-c-131_97.html"
DQM_url0_1_26 = "womens-jewelry-gold-rings-c-131_85.html"
DQM_url0_1_27 = "womens-jewelry-rings-c-131_96.html"
DQM_url0_1_28 = "womens-jewelry-star-david-jewelry-c-131_105.html"
DQM_url0_1_29 = "womens-jewelry-jewelry-c-131_120.html"
DQM_url0_1_30 = "womens-jewelry-white-gold-rings-c-131_86.html"
DQM_url0_1_31 = "womens-jewelry-yellow-gold-bracelets-c-131_92.html"
DQM_url0_1_32 = "necklaces-heart-necklaces-c-131_133_95.html"
DQM_url0_1_33 = "necklaces-tags-c-131_133_60.html"
DQM_url0_1_34 = "necklaces-tag-c-131_133_59.html"


/************************************************
*********-------Sub Menu 1--------***************
************************************************/

DQM_sub_xy1 = "-70,22"
DQM_sub_menu_width1 = 130

DQM_subdesc1_0 = "Men's Watches"
DQM_subdesc1_1 = "Women's Watches"
DQM_icon_index1_0 = 0
DQM_icon_index1_1 = 0
DQM_url1_0 = "mens-watches-c-143.html"
DQM_url1_1 = "womens-watches-c-51.html"


/************************************************
****-------Sub 1 - Item 0 Sub Menu--------*******
************************************************/

DQM_sub_xy1_0 = "-5,2"
DQM_sub_menu_width1_0 = 175
DQM_text_alignment1_0 = "left"
DQM_subdesc1_0_0 = "Traveler 5 Time Zone Watch"
DQM_subdesc1_0_1 = "The Black Watch"
DQM_subdesc1_0_2 = "Inner Circle Watch"
DQM_subdesc1_0_3 = "Parlay Watches"
DQM_subdesc1_0_4 = "Traveler GMT Watch"
DQM_icon_index1_0_0 = 0
DQM_icon_index1_0_1 = 0
DQM_icon_index1_0_2 = 0
DQM_icon_index1_0_3 = 0
DQM_icon_index1_0_4 = 0
DQM_url1_0_0 = "mens-watches-aire-traveler-time-zone-watch-c-143_111.html"
DQM_url1_0_1 = "mens-watches-chris-aire-black-watch-c-143_56.html"
DQM_url1_0_2 = "mens-watches-chris-aire-inner-circle-watch-c-143_107.html"
DQM_url1_0_3 = "mens-watches-chris-aire-parlay-watches-c-143_145.html"
DQM_url1_0_4 = "mens-watches-chris-aire-traveler-watch-c-143_53.html"


/************************************************
****-------Sub 1 - Item 1 Sub Menu--------*******
************************************************/

DQM_sub_xy1_1 = "-5,2"
DQM_sub_menu_width1_1 = 155
DQM_text_alignment1_1 = "left"
DQM_subdesc1_1_0 = "Traveler GMT Watch"
DQM_subdesc1_1_1 = "Parlay Watch"
DQM_icon_index1_1_0 = 0
DQM_icon_index1_1_1 = 0
DQM_url1_1_0 = "womens-watches-aire-traveler-watch-c-51_110.html"
DQM_url1_1_1 = "womens-watches-chris-aire-parlay-watch-c-51_54.html"





