/*------------------------------------------- Colors, Borders, Dividers, and more... --------------------------------------------*/ dqm__sub_menu_width = 130 //default sub menu widths dqm__sub_xy = "0, 15" //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 /*BEGIN REWRITE*/ dqm__border_color = "#bbbbbb" // main nav border dqm__menu_bgcolor = "#ffffff" // main nav bg dqm__hl_bgcolor = "#95AAC7" // main nav hover /*BEGIN REWRITE*/ dqm__mouse_off_delay = 10 //defined in milliseconds (activated after mouse stops) dqm__nn4_mouse_off_delay = 80 //defined in milliseconds (activated after leaving sub) limit_multiple_users = true restrict_access = true sequence = '9x44_5' /*------------------------------------------- Font settings and margins --------------------------------------------*/ //Font settings dqm__textcolor = "#888888" dqm__fontfamily = "Arial" //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 = "#FFFFFF" 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 = 8 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 = "" dqm__icon_rollover0 = "" dqm__icon_image_wh0 = "13,9" //Absolute positioned icon images (coordinate poitioned) dqm__2nd_icon_image0 = "" dqm__2nd_icon_rollover0 = "" dqm__2nd_icon_image_wh0 = "13,9" 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 = .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__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 = "/header/janheader_02.gif" //dqm__rollover_wh0 = "60,25" //dqm__url0 = "/apparel.aspx"; //Main Menu Item 1 //dqm__rollover_image1 = "/header/janheader_03.gif" //dqm__rollover_wh1 = "66,25" //dqm__url1 = "/jewelry.aspx"; //Main Menu Item 2 //dqm__rollover_image2 = "/header/janheader_04.gif" //dqm__rollover_wh2 = "126,25" //dqm__url2 = "/accessories.aspx"; //Main Menu Item 3 //dqm__rollover_image3 = "/header/janheader_06.gif" //dqm__rollover_wh3 = "108,25" //dqm__url3 = "/completelook/default.aspx?linkid=ctlnheader"; /********************************************************************************************** ********************************************************************************************** Sub Menu Structure and Text ********************************************************************************************** **********************************************************************************************/ //Apparel dqm__sub_xy0 = "-75,22" dqm__sub_menu_width0 = 130 dqm__subdesc0_0 = "Shirts & Blouses >>" dqm__sub_xy0_0 = "0, -0" dqm__sub_menu_width0_0 = 140 dqm__subdesc0_0_0 = "Long Sleeve" dqm__subdesc0_0_1 = "Short Sleeve" dqm__subdesc0_0_2 = "Sleeveless" dqm__subdesc0_0_3 = "Mural Tops" dqm__subdesc0_0_4 = "Tunics" dqm__subdesc0_1 = "Sweaters >>" dqm__sub_xy0_1 = "0, -10" dqm__subdesc0_1_0 = "Specialty" dqm__subdesc0_1_1 = "Cardigan" dqm__subdesc0_1_2 = "Sweater Sets" dqm__subdesc0_2 = "Jackets and Blazers" dqm__subdesc0_3 = "Skirts" dqm__subdesc0_4 = "Pants" dqm__subdesc0_5 = "Not Your Daughter's Jeans" dqm__subdesc0_6 = "Capris and Gauchos" dqm__subdesc0_7 = "Shorts" dqm__subdesc0_8 = "Dresses" dqm__subdesc0_9 = "Organic" dqm__subdesc0_10 = "Comfy Cozy Outfits" dqm__subdesc0_11 = "Gift Certificates" dqm__url0_0 = "/product/shirtsblouses.aspx?section=13" dqm__url0_0_0 = "/product/catalog.aspx?section=14" dqm__url0_0_1 = "/product/catalog.aspx?section=15" dqm__url0_0_2 = "/product/catalog.aspx?section=16" dqm__url0_0_3 = "/product/catalog.aspx?section=47" dqm__url0_0_4 = "/product/catalog.aspx?section=9" dqm__url0_1 = "/product/sweaters.aspx?section=4" dqm__url0_1_0 = "/product/catalog.aspx?section=5" dqm__url0_1_1 = "/product/catalog.aspx?section=6" dqm__url0_1_2 = "/product/catalog.aspx?section=8" dqm__url0_2 = "/product/jackets.aspx?section=20" dqm__url0_3 = "/product/skirts.aspx?section=18" dqm__url0_4 = "/product/pants.aspx?section=3" dqm__url0_5 = "/product/TummyTuck.aspx?section=99" dqm__url0_6 = "/product/capris.aspx?section=19" dqm__url0_7 = "/product/shorts.aspx?section=21" dqm__url0_8 = "/product/dresses.aspx?section=17" dqm__url0_9 = "/product/catalog.aspx?section=105" dqm__url0_10 = "/product/features/holy06/comfy/comfy.aspx" dqm__url0_11 = "/product/detail.aspx?section=50&item=GC011" //jewelry dqm__sub_xy1 = "-72,22" dqm__sub_menu_width1 = 120 dqm__subdesc1_0 = "Rings" dqm__subdesc1_1 = "Necklaces" dqm__subdesc1_2 = "Earrings" dqm__subdesc1_3 = "Bracelets" dqm__subdesc1_4 = "Watches" dqm__subdesc1_5 = "Gift Certificates" dqm__url1_0 = "/product/rings.aspx?section=38" dqm__url1_1 = "/product/necklaces.aspx?section=39" dqm__url1_2 = "/product/earrings.aspx?section=40" dqm__url1_3 = "/product/bracelets.aspx?section=41" dqm__url1_4 = "/product/watches.aspx?section=43" dqm__url1_5 = "/product/detail.aspx?section=50&item=GC011" //Accessories dqm__sub_xy2 = "-130,22" dqm__sub_menu_width2 = 120 dqm__subdesc2_0 = "All Footwear >>" dqm__sub_xy2_0 = "0, -0" dqm__sub_menu_width2_0 = 140 dqm__subdesc2_0_0 = " - Sandals and Slides" dqm__subdesc2_0_1 = " - Sport Shoes" dqm__subdesc2_0_3 = " - Boots" dqm__subdesc2_0_2 = " - Dress Shoes" dqm__subdesc2_0_4 = " - Shop All Shoes" dqm__subdesc2_1 = "Shoes By Brand >>" dqm__sub_xy2_1 = "0, -0" dqm__subdesc2_1_0 = " - Born" dqm__subdesc2_1_1 = " - Clarks Shoes" dqm__subdesc2_1_2 = " - Elle" dqm__subdesc2_1_3 = " - Fly Flot Shoes" dqm__subdesc2_1_4 = " - Frye" dqm__subdesc2_1_5 = " - Ginger Goff Shoes" dqm__subdesc2_1_6 = " - Matisse" dqm__subdesc2_1_7 = " - Minnetonka Shoes" dqm__subdesc2_1_8 = " - Naot" dqm__subdesc2_1_9 = " - Naturalizer Shoes" dqm__subdesc2_1_10 = " - Skechers Shoes" dqm__subdesc2_1_11 = " - Sofft Shoes" dqm__subdesc2_1_12 = " - Spring Step Shoes" dqm__subdesc2_2 = "Handbags" dqm__subdesc2_3 = "Belts" dqm__subdesc2_4 = "Silver Items" dqm__subdesc2_5 = "Gift Certificates" dqm__url2_0 = "/product/allshoes.aspx?section=23" dqm__url2_0_3 = "/product/boots.aspx?section=36" dqm__url2_0_1 = "/product/sportshoes.aspx?section=31" dqm__url2_0_2 = "/product/dressshoes.aspx?section=35" dqm__url2_0_0 = "/shoes/sandalsslides.aspx?section=34" dqm__url2_0_4 = "/product/allshoes.aspx?section=23" dqm__url2_1 = "" dqm__url2_1_0 = "/shoes/born.aspx?search=born" dqm__url2_1_1 = "/shoes/clarks.aspx?search=clarks" dqm__url2_1_2 = "/shoes/elle.aspx?search=elle" dqm__url2_1_3 = "/flyflot.aspx" dqm__url2_1_4 = "/shoes/fryeboots.aspx?search=frye" dqm__url2_1_5 = "/shoes/goff.aspx?search=ginger+goff" dqm__url2_1_6 = "/shoes/matisse.aspx?search=matisse" dqm__url2_1_7 = "/shoes/Minnetonka.aspx?search=Minnetonka" dqm__url2_1_8 = "/shoes/naotshoes.aspx?search=naot" dqm__url2_1_9 = "/shoes/naturalizer.aspx?search=naturalizer" dqm__url2_1_10 = "/shoes/Skechers.aspx?search=skechers" dqm__url2_1_11 = "/shoes/sofftshoes.aspx?search=sofft" dqm__url2_1_12 = "/springstep.aspx" dqm__url2_2 = "/product/catalog.aspx?section=25" dqm__url2_3 = "/product/catalog.aspx?section=24" dqm__url2_4 = "/product/catalog.aspx?section=26" dqm__url2_5 = "/product/detail.aspx?section=50&item=GC011" //Outlet dqm__sub_xy3 = "-40,22" dqm__sub_menu_width3 = 120 dqm__subdesc3_0 = "Weekly Sales" dqm__subdesc3_1 = "Sale Outlet" dqm__subdesc3_2 = "$29.99" dqm__subdesc3_3 = "$19.99" dqm__subdesc3_4 = "Ultimate Shoe Sale" dqm__url3_0 = "/completelook/detail.aspx?look=429" dqm__url3_1 = "/sales.aspx" dqm__url3_2 = "/product/sales.aspx?section=132" dqm__url3_3 = "/product/sales.aspx?section=126" dqm__url3_4 = "/product/springsales.aspx?section=95" //CTL dqm__sub_xy4 = "-120,26" dqm__sub_menu_width4 = 190 dqm__subdesc4_0 = "Shop All Outfits" dqm__subdesc4_1 = "Holiday Comfy Zone" dqm__subdesc4_2 = "Party Picks »" dqm__sub_xy4_2 = "0, -0" dqm__subdesc4_2_0 = "Animal Prints" dqm__subdesc4_2_1 = "Marvelous Metallics" dqm__subdesc4_2_2 = "Radiant Reds" dqm__subdesc4_2_3 = "Pretty in Pink" dqm__url4_0 = "/completelook/default.aspx" dqm__url4_1 = "/product/features/holy06/comfy/comfy.aspx" dqm__url4_2_0 = " /product/features/holy06/formal/animal.aspx" dqm__url4_2_1 = " /product/features/holy06/formal/metallics.aspx" dqm__url4_2_2 = " /product/features/holy06/formal/reds.aspx" dqm__url4_2_3 = " /product/features/holy06/formal/pink.aspx" //New Items dqm__sub_xy5 = "-90,26" dqm__sub_menu_width5 = 190 dqm__subdesc5_0 = "Shop by Item" dqm__subdesc5_1 = "Shop By Outfit" dqm__subdesc5_2 = "Holiday Comfy Zone" dqm__subdesc5_3 = "Party Picks »" dqm__sub_xy5_3 = "0, -0" dqm__subdesc5_3_0 = "Animal Prints" dqm__subdesc5_3_1 = "Marvelous Metallics" dqm__subdesc5_3_2 = "Radiant Reds" dqm__subdesc5_3_3 = "Pretty in Pink" dqm__subdesc5_4 = "Nine West Shoes" dqm__url5_0 = "/product/catalognew.aspx?section=161" dqm__url5_1 = "/completelook/default.aspx" dqm__url5_2 = "/product/features/holy06/comfy/comfy.aspx" dqm__url5_3_0 = " /product/features/holy06/formal/animal.aspx" dqm__url5_3_1 = " /product/features/holy06/formal/metallics.aspx" dqm__url5_3_2 = " /product/features/holy06/formal/reds.aspx" dqm__url5_3_3 = " /product/features/holy06/formal/pink.aspx" dqm__url5_4 = "/shoes/ninewestshoes.aspx"