// QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com limit_multiple_users = true restrict_access = true sequence = '9x44_5' // // // 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 = 0 dqm__border_color = "#000000" //Hex color or 'transparent' dqm__menu_bgcolor = "#000000" //Hex color or 'transparent' dqm__hl_bgcolor = "#F1D80A" 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 = "#F1D80A" 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 = "#000000" dqm__hl_textdecoration = "none" //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 = 10 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 = "/includes/menu/images/bullet.gif" dqm__icon_rollover0 = "/includes/menu/images/bullet_hl.gif" dqm__icon_image_wh0 = "13,8" //Absolute positioned icon images (coordinate poitioned) dqm__2nd_icon_image0 = "/includes/menu/images/arrow.gif" dqm__2nd_icon_rollover0 = "/includes/menu/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__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_code0 = "DQM_hidemenu_code0 = mydiv.style.visibility = 'hidden';mydiv2.style.visibility = 'hidden'" dqm__hidemenu_code0 = "DQM_showmenu_code0 = mydiv.style.visibility = 'visible';mydiv2.style.visibility = 'visible'" 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 = "/images/home/products_on.jpg" dqm__rollover_wh0 = "91,25" dqm__url0 = "/store/"; /********************************************************************************************** ********************************************************************************************** Sub Menu Structure and Text ********************************************************************************************** **********************************************************************************************/ //Sub Menu 0 dqm__sub_xy0 = "-91,25" dqm__sub_menu_width0 = 150 dqm__subdesc0_0 = "03-04 Cobra Parts" dqm__sub_xy0_0 = "0,-1" dqm__menu_bgcolor0 = "#000000" dqm__textcolor0 = "#FFE500" dqm__hl_bgcolor0 = "#FFE500" dqm__hl_textcolor0 = "#000000" dqm__2nd_icon_index0_0 = 0 dqm__url0_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=86" dqm__subdesc0_1 = "05-10 Mustang Parts" dqm__sub_xy0_1 = "0,-1" dqm__menu_bgcolor0 = "#000000" dqm__textcolor0 = "#FFE500" dqm__hl_bgcolor0 = "#FFE500" dqm__hl_textcolor0 = "#000000" dqm__2nd_icon_index0_1 = 0 dqm__url0_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=38" dqm__subdesc0_2 = "07-10 Shelby Parts" dqm__sub_xy0_2 = "0,-1" dqm__menu_bgcolor0 = "#000000" dqm__textcolor0 = "#FFE500" dqm__hl_bgcolor0 = "#FFE500" dqm__hl_textcolor0 = "#000000" dqm__2nd_icon_index0_2 = 0 dqm__url0_2 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=255" dqm__subdesc0_3 = "96-01 SVT Cobra Parts" dqm__sub_xy0_3 = "0,-1" dqm__menu_bgcolor0 = "#000000" dqm__textcolor0 = "#FFE500" dqm__hl_bgcolor0 = "#FFE500" dqm__hl_textcolor0 = "#000000" dqm__2nd_icon_index0_3 = 0 dqm__url0_3 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=102" dqm__subdesc0_4 = "96-04 Mustang Parts" dqm__sub_xy0_4 = "0,-1" dqm__menu_bgcolor0 = "#000000" dqm__textcolor0 = "#FFE500" dqm__hl_bgcolor0 = "#FFE500" dqm__hl_textcolor0 = "#000000" dqm__2nd_icon_index0_4 = 0 dqm__url0_4 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=100" dqm__subdesc0_5 = "Cobra Jet Parts" dqm__sub_xy0_5 = "0,-1" dqm__menu_bgcolor0 = "#000000" dqm__textcolor0 = "#FFE500" dqm__hl_bgcolor0 = "#FFE500" dqm__hl_textcolor0 = "#000000" dqm__2nd_icon_index0_5 = 0 dqm__url0_5 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=382" dqm__subdesc0_6 = "Ford Trucks" dqm__sub_xy0_6 = "0,-1" dqm__menu_bgcolor0 = "#000000" dqm__textcolor0 = "#FFE500" dqm__hl_bgcolor0 = "#FFE500" dqm__hl_textcolor0 = "#000000" dqm__2nd_icon_index0_6 = 0 dqm__url0_6 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=360" dqm__subdesc0_7 = "New Mustangs" dqm__sub_xy0_7 = "0,-1" dqm__menu_bgcolor0 = "#000000" dqm__textcolor0 = "#FFE500" dqm__hl_bgcolor0 = "#FFE500" dqm__hl_textcolor0 = "#000000" dqm__url0_7 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=390" dqm__subdesc0_0_0 = "Bolt On's" dqm__sub_xy0_0_0 = "0,-1" dqm__menu_bgcolor0_0 = "#000000" dqm__textcolor0_0 = "#FFE500" dqm__hl_bgcolor0_0 = "#FFE500" dqm__hl_textcolor0_0 = "#000000" dqm__url0_0_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=114" dqm__subdesc0_0_1 = "Chassis" dqm__sub_xy0_0_1 = "0,-1" dqm__menu_bgcolor0_0 = "#000000" dqm__textcolor0_0 = "#FFE500" dqm__hl_bgcolor0_0 = "#FFE500" dqm__hl_textcolor0_0 = "#000000" dqm__url0_0_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=115" dqm__subdesc0_0_2 = "Dress up" dqm__sub_xy0_0_2 = "0,-1" dqm__menu_bgcolor0_0 = "#000000" dqm__textcolor0_0 = "#FFE500" dqm__hl_bgcolor0_0 = "#FFE500" dqm__hl_textcolor0_0 = "#000000" dqm__url0_0_2 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=143" dqm__subdesc0_0_3 = "Driveline" dqm__sub_xy0_0_3 = "0,-1" dqm__menu_bgcolor0_0 = "#000000" dqm__textcolor0_0 = "#FFE500" dqm__hl_bgcolor0_0 = "#FFE500" dqm__hl_textcolor0_0 = "#000000" dqm__url0_0_3 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=116" dqm__subdesc0_0_4 = "Engine" dqm__sub_xy0_0_4 = "0,-1" dqm__menu_bgcolor0_0 = "#000000" dqm__textcolor0_0 = "#FFE500" dqm__hl_bgcolor0_0 = "#FFE500" dqm__hl_textcolor0_0 = "#000000" dqm__url0_0_4 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=117" dqm__subdesc0_0_5 = "Exhaust" dqm__sub_xy0_0_5 = "0,-1" dqm__menu_bgcolor0_0 = "#000000" dqm__textcolor0_0 = "#FFE500" dqm__hl_bgcolor0_0 = "#FFE500" dqm__hl_textcolor0_0 = "#000000" dqm__url0_0_5 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=247" dqm__subdesc0_0_6 = "Fuel / Induction" dqm__sub_xy0_0_6 = "0,-1" dqm__menu_bgcolor0_0 = "#000000" dqm__textcolor0_0 = "#FFE500" dqm__hl_bgcolor0_0 = "#FFE500" dqm__hl_textcolor0_0 = "#000000" dqm__url0_0_6 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=122" dqm__subdesc0_0_7 = "Power Adders" dqm__sub_xy0_0_7 = "0,-1" dqm__menu_bgcolor0_0 = "#000000" dqm__textcolor0_0 = "#FFE500" dqm__hl_bgcolor0_0 = "#FFE500" dqm__hl_textcolor0_0 = "#000000" dqm__url0_0_7 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=126" dqm__subdesc0_0_8 = "Wheels" dqm__sub_xy0_0_8 = "0,-1" dqm__menu_bgcolor0_0 = "#000000" dqm__textcolor0_0 = "#FFE500" dqm__hl_bgcolor0_0 = "#FFE500" dqm__hl_textcolor0_0 = "#000000" dqm__url0_0_8 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=243" dqm__subdesc0_1_0 = "Body" dqm__sub_xy0_1_0 = "0,-1" dqm__menu_bgcolor0_1 = "#000000" dqm__textcolor0_1 = "#FFE500" dqm__hl_bgcolor0_1 = "#FFE500" dqm__hl_textcolor0_1 = "#000000" dqm__2nd_icon_index0_1_0 = 0 dqm__url0_1_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=123" dqm__subdesc0_1_1 = "Chassis" dqm__sub_xy0_1_1 = "0,-1" dqm__menu_bgcolor0_1 = "#000000" dqm__textcolor0_1 = "#FFE500" dqm__hl_bgcolor0_1 = "#FFE500" dqm__hl_textcolor0_1 = "#000000" dqm__2nd_icon_index0_1_1 = 0 dqm__url0_1_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=334" dqm__subdesc0_1_2 = "Dress up" dqm__sub_xy0_1_2 = "0,-1" dqm__menu_bgcolor0_1 = "#000000" dqm__textcolor0_1 = "#FFE500" dqm__hl_bgcolor0_1 = "#FFE500" dqm__hl_textcolor0_1 = "#000000" dqm__2nd_icon_index0_1_2 = 0 dqm__url0_1_2 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=142" dqm__subdesc0_1_3 = "Driveline" dqm__sub_xy0_1_3 = "0,-1" dqm__menu_bgcolor0_1 = "#000000" dqm__textcolor0_1 = "#FFE500" dqm__hl_bgcolor0_1 = "#FFE500" dqm__hl_textcolor0_1 = "#000000" dqm__2nd_icon_index0_1_3 = 0 dqm__url0_1_3 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=125" dqm__subdesc0_1_4 = "Electrical / Gauges" dqm__sub_xy0_1_4 = "0,-1" dqm__menu_bgcolor0_1 = "#000000" dqm__textcolor0_1 = "#FFE500" dqm__hl_bgcolor0_1 = "#FFE500" dqm__hl_textcolor0_1 = "#000000" dqm__2nd_icon_index0_1_4 = 0 dqm__url0_1_4 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=131" dqm__subdesc0_1_5 = "Engine" dqm__sub_xy0_1_5 = "0,-1" dqm__menu_bgcolor0_1 = "#000000" dqm__textcolor0_1 = "#FFE500" dqm__hl_bgcolor0_1 = "#FFE500" dqm__hl_textcolor0_1 = "#000000" dqm__2nd_icon_index0_1_5 = 0 dqm__url0_1_5 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=124" dqm__subdesc0_1_6 = "Exhaust" dqm__sub_xy0_1_6 = "0,-1" dqm__menu_bgcolor0_1 = "#000000" dqm__textcolor0_1 = "#FFE500" dqm__hl_bgcolor0_1 = "#FFE500" dqm__hl_textcolor0_1 = "#000000" dqm__2nd_icon_index0_1_6 = 0 dqm__url0_1_6 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=65" dqm__subdesc0_1_7 = "Power Adders" dqm__sub_xy0_1_7 = "0,-1" dqm__menu_bgcolor0_1 = "#000000" dqm__textcolor0_1 = "#FFE500" dqm__hl_bgcolor0_1 = "#FFE500" dqm__hl_textcolor0_1 = "#000000" dqm__2nd_icon_index0_1_7 = 0 dqm__url0_1_7 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=64" dqm__subdesc0_1_8 = "Power Packages" dqm__sub_xy0_1_8 = "0,-1" dqm__menu_bgcolor0_1 = "#000000" dqm__textcolor0_1 = "#FFE500" dqm__hl_bgcolor0_1 = "#FFE500" dqm__hl_textcolor0_1 = "#000000" dqm__url0_1_8 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=63" dqm__subdesc0_1_9 = "SCT / Diablosport" dqm__sub_xy0_1_9 = "0,-1" dqm__menu_bgcolor0_1 = "#000000" dqm__textcolor0_1 = "#FFE500" dqm__hl_bgcolor0_1 = "#FFE500" dqm__hl_textcolor0_1 = "#000000" dqm__2nd_icon_index0_1_9 = 0 dqm__url0_1_9 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=342" dqm__subdesc0_1_10 = "Suspension" dqm__sub_xy0_1_10 = "0,-1" dqm__menu_bgcolor0_1 = "#000000" dqm__textcolor0_1 = "#FFE500" dqm__hl_bgcolor0_1 = "#FFE500" dqm__hl_textcolor0_1 = "#000000" dqm__2nd_icon_index0_1_10 = 0 dqm__url0_1_10 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=132" dqm__subdesc0_1_11 = "V6 Power" dqm__sub_xy0_1_11 = "0,-1" dqm__menu_bgcolor0_1 = "#000000" dqm__textcolor0_1 = "#FFE500" dqm__hl_bgcolor0_1 = "#FFE500" dqm__hl_textcolor0_1 = "#000000" dqm__url0_1_11 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=127" dqm__subdesc0_1_12 = "Wheels" dqm__sub_xy0_1_12 = "0,-1" dqm__menu_bgcolor0_1 = "#000000" dqm__textcolor0_1 = "#FFE500" dqm__hl_bgcolor0_1 = "#FFE500" dqm__hl_textcolor0_1 = "#000000" dqm__url0_1_12 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=242" dqm__subdesc0_1_0_0 = "Decals/Graphics" dqm__sub_xy0_1_0_0 = "0,-1" dqm__menu_bgcolor0_1_0 = "#000000" dqm__textcolor0_1_0 = "#FFE500" dqm__hl_bgcolor0_1_0 = "#FFE500" dqm__hl_textcolor0_1_0 = "#000000" dqm__url0_1_0_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=325" dqm__subdesc0_1_0_1 = "Exterior Appearance" dqm__sub_xy0_1_0_1 = "0,-1" dqm__menu_bgcolor0_1_0 = "#000000" dqm__textcolor0_1_0 = "#FFE500" dqm__hl_bgcolor0_1_0 = "#FFE500" dqm__hl_textcolor0_1_0 = "#000000" dqm__url0_1_0_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=327" dqm__subdesc0_1_1_0 = "Brakes" dqm__sub_xy0_1_1_0 = "0,-1" dqm__menu_bgcolor0_1_1 = "#000000" dqm__textcolor0_1_1 = "#FFE500" dqm__hl_bgcolor0_1_1 = "#FFE500" dqm__hl_textcolor0_1_1 = "#000000" dqm__url0_1_1_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=341" dqm__subdesc0_1_2_0 = "Engine Bay Appearance" dqm__sub_xy0_1_2_0 = "0,-1" dqm__menu_bgcolor0_1_2 = "#000000" dqm__textcolor0_1_2 = "#FFE500" dqm__hl_bgcolor0_1_2 = "#FFE500" dqm__hl_textcolor0_1_2 = "#000000" dqm__url0_1_2_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=280" dqm__subdesc0_1_2_1 = "Exterior Appearance" dqm__sub_xy0_1_2_1 = "0,-1" dqm__menu_bgcolor0_1_2 = "#000000" dqm__textcolor0_1_2 = "#FFE500" dqm__hl_bgcolor0_1_2 = "#FFE500" dqm__hl_textcolor0_1_2 = "#000000" dqm__url0_1_2_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=281" dqm__subdesc0_1_2_2 = "Interior Appearance" dqm__sub_xy0_1_2_2 = "0,-1" dqm__menu_bgcolor0_1_2 = "#000000" dqm__textcolor0_1_2 = "#FFE500" dqm__hl_bgcolor0_1_2 = "#FFE500" dqm__hl_textcolor0_1_2 = "#000000" dqm__url0_1_2_2 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=279" dqm__subdesc0_1_3_0 = "Clutch / Flywheel" dqm__sub_xy0_1_3_0 = "0,-1" dqm__menu_bgcolor0_1_3 = "#000000" dqm__textcolor0_1_3 = "#FFE500" dqm__hl_bgcolor0_1_3 = "#FFE500" dqm__hl_textcolor0_1_3 = "#000000" dqm__url0_1_3_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=316" dqm__subdesc0_1_3_1 = "Driveshaft / Loop" dqm__sub_xy0_1_3_1 = "0,-1" dqm__menu_bgcolor0_1_3 = "#000000" dqm__textcolor0_1_3 = "#FFE500" dqm__hl_bgcolor0_1_3 = "#FFE500" dqm__hl_textcolor0_1_3 = "#000000" dqm__url0_1_3_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=315" dqm__subdesc0_1_3_2 = "Misc" dqm__sub_xy0_1_3_2 = "0,-1" dqm__menu_bgcolor0_1_3 = "#000000" dqm__textcolor0_1_3 = "#FFE500" dqm__hl_bgcolor0_1_3 = "#FFE500" dqm__hl_textcolor0_1_3 = "#000000" dqm__url0_1_3_2 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=319" dqm__subdesc0_1_3_3 = "Ring & Pinion / Bearings" dqm__sub_xy0_1_3_3 = "0,-1" dqm__menu_bgcolor0_1_3 = "#000000" dqm__textcolor0_1_3 = "#FFE500" dqm__hl_bgcolor0_1_3 = "#FFE500" dqm__hl_textcolor0_1_3 = "#000000" dqm__url0_1_3_3 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=317" dqm__subdesc0_1_3_4 = "Shifters" dqm__sub_xy0_1_3_4 = "0,-1" dqm__menu_bgcolor0_1_3 = "#000000" dqm__textcolor0_1_3 = "#FFE500" dqm__hl_bgcolor0_1_3 = "#FFE500" dqm__hl_textcolor0_1_3 = "#000000" dqm__url0_1_3_4 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=318" dqm__subdesc0_1_4_0 = "Gauges" dqm__sub_xy0_1_4_0 = "0,-1" dqm__menu_bgcolor0_1_4 = "#000000" dqm__textcolor0_1_4 = "#FFE500" dqm__hl_bgcolor0_1_4 = "#FFE500" dqm__hl_textcolor0_1_4 = "#000000" dqm__url0_1_4_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=345" dqm__subdesc0_1_5_0 = "Blocks / Assy / Misc" dqm__sub_xy0_1_5_0 = "0,-1" dqm__menu_bgcolor0_1_5 = "#000000" dqm__textcolor0_1_5 = "#FFE500" dqm__hl_bgcolor0_1_5 = "#FFE500" dqm__hl_textcolor0_1_5 = "#000000" dqm__url0_1_5_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=254" dqm__subdesc0_1_5_1 = "Fuel" dqm__sub_xy0_1_5_1 = "0,-1" dqm__menu_bgcolor0_1_5 = "#000000" dqm__textcolor0_1_5 = "#FFE500" dqm__hl_bgcolor0_1_5 = "#FFE500" dqm__hl_textcolor0_1_5 = "#000000" dqm__url0_1_5_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=335" dqm__subdesc0_1_5_2 = "Heads / Cams / Springs" dqm__sub_xy0_1_5_2 = "0,-1" dqm__menu_bgcolor0_1_5 = "#000000" dqm__textcolor0_1_5 = "#FFE500" dqm__hl_bgcolor0_1_5 = "#FFE500" dqm__hl_textcolor0_1_5 = "#000000" dqm__url0_1_5_2 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=253" dqm__subdesc0_1_5_3 = "Ignition" dqm__sub_xy0_1_5_3 = "0,-1" dqm__menu_bgcolor0_1_5 = "#000000" dqm__textcolor0_1_5 = "#FFE500" dqm__hl_bgcolor0_1_5 = "#FFE500" dqm__hl_textcolor0_1_5 = "#000000" dqm__url0_1_5_3 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=337" dqm__subdesc0_1_5_4 = "Intake" dqm__sub_xy0_1_5_4 = "0,-1" dqm__menu_bgcolor0_1_5 = "#000000" dqm__textcolor0_1_5 = "#FFE500" dqm__hl_bgcolor0_1_5 = "#FFE500" dqm__hl_textcolor0_1_5 = "#000000" dqm__url0_1_5_4 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=336" dqm__subdesc0_1_5_5 = "Pulleys / Balancers" dqm__sub_xy0_1_5_5 = "0,-1" dqm__menu_bgcolor0_1_5 = "#000000" dqm__textcolor0_1_5 = "#FFE500" dqm__hl_bgcolor0_1_5 = "#FFE500" dqm__hl_textcolor0_1_5 = "#000000" dqm__url0_1_5_5 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=340" dqm__subdesc0_1_6_0 = "Cat Back \ Axle Back" dqm__sub_xy0_1_6_0 = "0,-1" dqm__menu_bgcolor0_1_6 = "#000000" dqm__textcolor0_1_6 = "#FFE500" dqm__hl_bgcolor0_1_6 = "#FFE500" dqm__hl_textcolor0_1_6 = "#000000" dqm__url0_1_6_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=110" dqm__subdesc0_1_6_1 = "Headers" dqm__sub_xy0_1_6_1 = "0,-1" dqm__menu_bgcolor0_1_6 = "#000000" dqm__textcolor0_1_6 = "#FFE500" dqm__hl_bgcolor0_1_6 = "#FFE500" dqm__hl_textcolor0_1_6 = "#000000" dqm__url0_1_6_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=108" dqm__subdesc0_1_6_2 = "Mid Pipe" dqm__sub_xy0_1_6_2 = "0,-1" dqm__menu_bgcolor0_1_6 = "#000000" dqm__textcolor0_1_6 = "#FFE500" dqm__hl_bgcolor0_1_6 = "#FFE500" dqm__hl_textcolor0_1_6 = "#000000" dqm__url0_1_6_2 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=109" dqm__subdesc0_1_7_0 = "Ford Racing" dqm__sub_xy0_1_7_0 = "0,-1" dqm__menu_bgcolor0_1_7 = "#000000" dqm__textcolor0_1_7 = "#FFE500" dqm__hl_bgcolor0_1_7 = "#FFE500" dqm__hl_textcolor0_1_7 = "#000000" dqm__url0_1_7_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=304" dqm__subdesc0_1_7_1 = "Hellion" dqm__sub_xy0_1_7_1 = "0,-1" dqm__menu_bgcolor0_1_7 = "#000000" dqm__textcolor0_1_7 = "#FFE500" dqm__hl_bgcolor0_1_7 = "#FFE500" dqm__hl_textcolor0_1_7 = "#000000" dqm__url0_1_7_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=352" dqm__subdesc0_1_7_2 = "Paxton" dqm__sub_xy0_1_7_2 = "0,-1" dqm__menu_bgcolor0_1_7 = "#000000" dqm__textcolor0_1_7 = "#FFE500" dqm__hl_bgcolor0_1_7 = "#FFE500" dqm__hl_textcolor0_1_7 = "#000000" dqm__url0_1_7_2 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=347" dqm__subdesc0_1_7_3 = "Procharger" dqm__sub_xy0_1_7_3 = "0,-1" dqm__menu_bgcolor0_1_7 = "#000000" dqm__textcolor0_1_7 = "#FFE500" dqm__hl_bgcolor0_1_7 = "#FFE500" dqm__hl_textcolor0_1_7 = "#000000" dqm__url0_1_7_3 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=348" dqm__subdesc0_1_7_4 = "Roush" dqm__sub_xy0_1_7_4 = "0,-1" dqm__menu_bgcolor0_1_7 = "#000000" dqm__textcolor0_1_7 = "#FFE500" dqm__hl_bgcolor0_1_7 = "#FFE500" dqm__hl_textcolor0_1_7 = "#000000" dqm__url0_1_7_4 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=300" dqm__subdesc0_1_7_5 = "Vortech" dqm__sub_xy0_1_7_5 = "0,-1" dqm__menu_bgcolor0_1_7 = "#000000" dqm__textcolor0_1_7 = "#FFE500" dqm__hl_bgcolor0_1_7 = "#FFE500" dqm__hl_textcolor0_1_7 = "#000000" dqm__url0_1_7_5 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=346" dqm__subdesc0_1_9_0 = "SCT" dqm__sub_xy0_1_9_0 = "0,-1" dqm__menu_bgcolor0_1_9 = "#000000" dqm__textcolor0_1_9 = "#FFE500" dqm__hl_bgcolor0_1_9 = "#FFE500" dqm__hl_textcolor0_1_9 = "#000000" dqm__url0_1_9_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=343" dqm__subdesc0_1_9_1 = "Diablosport" dqm__sub_xy0_1_9_1 = "0,-1" dqm__menu_bgcolor0_1_9 = "#000000" dqm__textcolor0_1_9 = "#FFE500" dqm__hl_bgcolor0_1_9 = "#FFE500" dqm__hl_textcolor0_1_9 = "#000000" dqm__url0_1_9_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=344" dqm__subdesc0_1_10_0 = "Chassis Stiffening / Weight Reduction" dqm__sub_xy0_1_10_0 = "0,-1" dqm__menu_bgcolor0_1_10 = "#000000" dqm__textcolor0_1_10 = "#FFE500" dqm__hl_bgcolor0_1_10 = "#FFE500" dqm__hl_textcolor0_1_10 = "#000000" dqm__url0_1_10_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=351" dqm__subdesc0_1_10_1 = "Control Arms" dqm__sub_xy0_1_10_1 = "0,-1" dqm__menu_bgcolor0_1_10 = "#000000" dqm__textcolor0_1_10 = "#FFE500" dqm__hl_bgcolor0_1_10 = "#FFE500" dqm__hl_textcolor0_1_10 = "#000000" dqm__url0_1_10_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=350" dqm__subdesc0_1_10_2 = "Springs / Shocks / Struts" dqm__sub_xy0_1_10_2 = "0,-1" dqm__menu_bgcolor0_1_10 = "#000000" dqm__textcolor0_1_10 = "#FFE500" dqm__hl_bgcolor0_1_10 = "#FFE500" dqm__hl_textcolor0_1_10 = "#000000" dqm__url0_1_10_2 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=349" dqm__subdesc0_2_0 = "Body" dqm__sub_xy0_2_0 = "0,-1" dqm__menu_bgcolor0_2 = "#000000" dqm__textcolor0_2 = "#FFE500" dqm__hl_bgcolor0_2 = "#FFE500" dqm__hl_textcolor0_2 = "#000000" dqm__url0_2_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=256" dqm__subdesc0_2_1 = "Performance" dqm__sub_xy0_2_1 = "0,-1" dqm__menu_bgcolor0_2 = "#000000" dqm__textcolor0_2 = "#FFE500" dqm__hl_bgcolor0_2 = "#FFE500" dqm__hl_textcolor0_2 = "#000000" dqm__url0_2_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=266" dqm__subdesc0_3_0 = "Bolt On's" dqm__sub_xy0_3_0 = "0,-1" dqm__menu_bgcolor0_3 = "#000000" dqm__textcolor0_3 = "#FFE500" dqm__hl_bgcolor0_3 = "#FFE500" dqm__hl_textcolor0_3 = "#000000" dqm__url0_3_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=118" dqm__subdesc0_3_1 = "Chassis" dqm__sub_xy0_3_1 = "0,-1" dqm__menu_bgcolor0_3 = "#000000" dqm__textcolor0_3 = "#FFE500" dqm__hl_bgcolor0_3 = "#FFE500" dqm__hl_textcolor0_3 = "#000000" dqm__url0_3_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=119" dqm__subdesc0_3_2 = "Dress up" dqm__sub_xy0_3_2 = "0,-1" dqm__menu_bgcolor0_3 = "#000000" dqm__textcolor0_3 = "#FFE500" dqm__hl_bgcolor0_3 = "#FFE500" dqm__hl_textcolor0_3 = "#000000" dqm__url0_3_2 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=228" dqm__subdesc0_3_3 = "Driveline" dqm__sub_xy0_3_3 = "0,-1" dqm__menu_bgcolor0_3 = "#000000" dqm__textcolor0_3 = "#FFE500" dqm__hl_bgcolor0_3 = "#FFE500" dqm__hl_textcolor0_3 = "#000000" dqm__url0_3_3 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=120" dqm__subdesc0_3_4 = "Engine" dqm__sub_xy0_3_4 = "0,-1" dqm__menu_bgcolor0_3 = "#000000" dqm__textcolor0_3 = "#FFE500" dqm__hl_bgcolor0_3 = "#FFE500" dqm__hl_textcolor0_3 = "#000000" dqm__url0_3_4 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=121" dqm__subdesc0_3_5 = "Exhaust" dqm__sub_xy0_3_5 = "0,-1" dqm__menu_bgcolor0_3 = "#000000" dqm__textcolor0_3 = "#FFE500" dqm__hl_bgcolor0_3 = "#FFE500" dqm__hl_textcolor0_3 = "#000000" dqm__url0_3_5 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=248" dqm__subdesc0_3_6 = "Wheels" dqm__sub_xy0_3_6 = "0,-1" dqm__menu_bgcolor0_3 = "#000000" dqm__textcolor0_3 = "#FFE500" dqm__hl_bgcolor0_3 = "#FFE500" dqm__hl_textcolor0_3 = "#000000" dqm__url0_3_6 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=244" dqm__subdesc0_4_0 = "Body" dqm__sub_xy0_4_0 = "0,-1" dqm__menu_bgcolor0_4 = "#000000" dqm__textcolor0_4 = "#FFE500" dqm__hl_bgcolor0_4 = "#FFE500" dqm__hl_textcolor0_4 = "#000000" dqm__url0_4_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=144" dqm__subdesc0_4_1 = "Bolt On's" dqm__sub_xy0_4_1 = "0,-1" dqm__menu_bgcolor0_4 = "#000000" dqm__textcolor0_4 = "#FFE500" dqm__hl_bgcolor0_4 = "#FFE500" dqm__hl_textcolor0_4 = "#000000" dqm__url0_4_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=134" dqm__subdesc0_4_2 = "Chasis" dqm__sub_xy0_4_2 = "0,-1" dqm__menu_bgcolor0_4 = "#000000" dqm__textcolor0_4 = "#FFE500" dqm__hl_bgcolor0_4 = "#FFE500" dqm__hl_textcolor0_4 = "#000000" dqm__url0_4_2 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=135" dqm__subdesc0_4_3 = "Dress up" dqm__sub_xy0_4_3 = "0,-1" dqm__menu_bgcolor0_4 = "#000000" dqm__textcolor0_4 = "#FFE500" dqm__hl_bgcolor0_4 = "#FFE500" dqm__hl_textcolor0_4 = "#000000" dqm__url0_4_3 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=229" dqm__subdesc0_4_4 = "Driveline" dqm__sub_xy0_4_4 = "0,-1" dqm__menu_bgcolor0_4 = "#000000" dqm__textcolor0_4 = "#FFE500" dqm__hl_bgcolor0_4 = "#FFE500" dqm__hl_textcolor0_4 = "#000000" dqm__url0_4_4 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=136" dqm__subdesc0_4_5 = "Engine" dqm__sub_xy0_4_5 = "0,-1" dqm__menu_bgcolor0_4 = "#000000" dqm__textcolor0_4 = "#FFE500" dqm__hl_bgcolor0_4 = "#FFE500" dqm__hl_textcolor0_4 = "#000000" dqm__2nd_icon_index0_4_5 = 0 dqm__url0_4_5 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=133" dqm__subdesc0_4_6 = "Exhaust" dqm__sub_xy0_4_6 = "0,-1" dqm__menu_bgcolor0_4 = "#000000" dqm__textcolor0_4 = "#FFE500" dqm__hl_bgcolor0_4 = "#FFE500" dqm__hl_textcolor0_4 = "#000000" dqm__url0_4_6 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=249" dqm__subdesc0_4_7 = "Power Adders" dqm__sub_xy0_4_7 = "0,-1" dqm__menu_bgcolor0_4 = "#000000" dqm__textcolor0_4 = "#FFE500" dqm__hl_bgcolor0_4 = "#FFE500" dqm__hl_textcolor0_4 = "#000000" dqm__url0_4_7 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=264" dqm__subdesc0_4_8 = "Wheels" dqm__sub_xy0_4_8 = "0,-1" dqm__menu_bgcolor0_4 = "#000000" dqm__textcolor0_4 = "#FFE500" dqm__hl_bgcolor0_4 = "#FFE500" dqm__hl_textcolor0_4 = "#000000" dqm__url0_4_8 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=245" dqm__subdesc0_4_5_0 = "Camshafts" dqm__sub_xy0_4_5_0 = "0,-1" dqm__menu_bgcolor0_4_5 = "#000000" dqm__textcolor0_4_5 = "#FFE500" dqm__hl_bgcolor0_4_5 = "#FFE500" dqm__hl_textcolor0_4_5 = "#000000" dqm__url0_4_5_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=295" dqm__subdesc0_4_5_1 = "fuel & ignition" dqm__sub_xy0_4_5_1 = "0,-1" dqm__menu_bgcolor0_4_5 = "#000000" dqm__textcolor0_4_5 = "#FFE500" dqm__hl_bgcolor0_4_5 = "#FFE500" dqm__hl_textcolor0_4_5 = "#000000" dqm__url0_4_5_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=263" dqm__subdesc0_5_0 = "APPEARANCE AND INTERIOR" dqm__sub_xy0_5_0 = "0,-1" dqm__menu_bgcolor0_5 = "#000000" dqm__textcolor0_5 = "#FFE500" dqm__hl_bgcolor0_5 = "#FFE500" dqm__hl_textcolor0_5 = "#000000" dqm__url0_5_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=386" dqm__subdesc0_5_1 = "CHASSIS" dqm__sub_xy0_5_1 = "0,-1" dqm__menu_bgcolor0_5 = "#000000" dqm__textcolor0_5 = "#FFE500" dqm__hl_bgcolor0_5 = "#FFE500" dqm__hl_textcolor0_5 = "#000000" dqm__url0_5_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=385" dqm__subdesc0_5_2 = "DRIVETRAIN" dqm__sub_xy0_5_2 = "0,-1" dqm__menu_bgcolor0_5 = "#000000" dqm__textcolor0_5 = "#FFE500" dqm__hl_bgcolor0_5 = "#FFE500" dqm__hl_textcolor0_5 = "#000000" dqm__url0_5_2 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=384" dqm__subdesc0_5_3 = "ENGINE" dqm__sub_xy0_5_3 = "0,-1" dqm__menu_bgcolor0_5 = "#000000" dqm__textcolor0_5 = "#FFE500" dqm__hl_bgcolor0_5 = "#FFE500" dqm__hl_textcolor0_5 = "#000000" dqm__2nd_icon_index0_5_3 = 0 dqm__url0_5_3 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=383" dqm__subdesc0_5_3_0 = "ENGINE ASSY & PARTS" dqm__sub_xy0_5_3_0 = "0,-1" dqm__menu_bgcolor0_5_3 = "#000000" dqm__textcolor0_5_3 = "#FFE500" dqm__hl_bgcolor0_5_3 = "#FFE500" dqm__hl_textcolor0_5_3 = "#000000" dqm__url0_5_3_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=388" dqm__subdesc0_5_3_1 = "FUEL & INTAKE" dqm__sub_xy0_5_3_1 = "0,-1" dqm__menu_bgcolor0_5_3 = "#000000" dqm__textcolor0_5_3 = "#FFE500" dqm__hl_bgcolor0_5_3 = "#FFE500" dqm__hl_textcolor0_5_3 = "#000000" dqm__url0_5_3_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=387" dqm__subdesc0_5_3_2 = "PULLEYS & BALANCERS" dqm__sub_xy0_5_3_2 = "0,-1" dqm__menu_bgcolor0_5_3 = "#000000" dqm__textcolor0_5_3 = "#FFE500" dqm__hl_bgcolor0_5_3 = "#FFE500" dqm__hl_textcolor0_5_3 = "#000000" dqm__url0_5_3_2 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=389" dqm__subdesc0_6_0 = "Chassis" dqm__sub_xy0_6_0 = "0,-1" dqm__menu_bgcolor0_6 = "#000000" dqm__textcolor0_6 = "#FFE500" dqm__hl_bgcolor0_6 = "#FFE500" dqm__hl_textcolor0_6 = "#000000" dqm__url0_6_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=378" dqm__subdesc0_6_1 = "Engine" dqm__sub_xy0_6_1 = "0,-1" dqm__menu_bgcolor0_6 = "#000000" dqm__textcolor0_6 = "#FFE500" dqm__hl_bgcolor0_6 = "#FFE500" dqm__hl_textcolor0_6 = "#000000" dqm__url0_6_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=377" dqm__subdesc0_6_2 = "Exhaust" dqm__sub_xy0_6_2 = "0,-1" dqm__menu_bgcolor0_6 = "#000000" dqm__textcolor0_6 = "#FFE500" dqm__hl_bgcolor0_6 = "#FFE500" dqm__hl_textcolor0_6 = "#000000" dqm__url0_6_2 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=380" dqm__subdesc0_6_3 = "Wheels" dqm__sub_xy0_6_3 = "0,-1" dqm__menu_bgcolor0_6 = "#000000" dqm__textcolor0_6 = "#FFE500" dqm__hl_bgcolor0_6 = "#FFE500" dqm__hl_textcolor0_6 = "#000000" dqm__url0_6_3 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=381"