// 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 = "New Mustangs 4 Sale" dqm__sub_xy0_0 = "0,-1" dqm__menu_bgcolor0 = "#000000" dqm__textcolor0 = "#FFE500" dqm__hl_bgcolor0 = "#FFE500" dqm__hl_textcolor0 = "#000000" dqm__url0_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=333" dqm__subdesc0_1 = "05-08 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-08 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 = "03-04 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=86" dqm__subdesc0_4 = "96-01 SVT Cobra 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=102" dqm__subdesc0_5 = "96-04 Mustang 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=100" dqm__subdesc0_6 = "Ford Racing" 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=158" dqm__subdesc0_7 = "Steeda" dqm__sub_xy0_7 = "0,-1" dqm__menu_bgcolor0 = "#000000" dqm__textcolor0 = "#FFE500" dqm__hl_bgcolor0 = "#FFE500" dqm__hl_textcolor0 = "#000000" dqm__2nd_icon_index0_7 = 0 dqm__url0_7 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=293" 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 = "Diff / Ring & Pinion" 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=317" dqm__subdesc0_1_3_2 = "Driveshaft / Loop" 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=315" dqm__subdesc0_1_3_3 = "Misc" 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=319" 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 / Engine Parts" 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=339" 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_5_6 = "Shortblocks / Longblocks / Complete Assy" dqm__sub_xy0_1_5_6 = "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_6 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=254" 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 = "Kenne Bell" 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=309" dqm__subdesc0_1_7_3 = "Paxton" 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=347" dqm__subdesc0_1_7_4 = "Procharger" 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=348" dqm__subdesc0_1_7_5 = "Roush" 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=300" dqm__subdesc0_1_7_6 = "Saleen" dqm__sub_xy0_1_7_6 = "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_6 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=301" dqm__subdesc0_1_7_7 = "STS Turbo" dqm__sub_xy0_1_7_7 = "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_7 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=302" dqm__subdesc0_1_7_8 = "Vortech" dqm__sub_xy0_1_7_8 = "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_8 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=346" dqm__subdesc0_1_7_9 = "Zex" dqm__sub_xy0_1_7_9 = "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_9 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=303" dqm__subdesc0_1_7_10 = "V6 Superchargers" dqm__sub_xy0_1_7_10 = "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_10 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=308" 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=114" 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=115" 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=143" 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=116" 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=117" 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=247" dqm__subdesc0_3_6 = "Fuel / Induction" 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=122" dqm__subdesc0_3_7 = "Power Adders" dqm__sub_xy0_3_7 = "0,-1" dqm__menu_bgcolor0_3 = "#000000" dqm__textcolor0_3 = "#FFE500" dqm__hl_bgcolor0_3 = "#FFE500" dqm__hl_textcolor0_3 = "#000000" dqm__url0_3_7 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=126" dqm__subdesc0_3_8 = "Wheels" dqm__sub_xy0_3_8 = "0,-1" dqm__menu_bgcolor0_3 = "#000000" dqm__textcolor0_3 = "#FFE500" dqm__hl_bgcolor0_3 = "#FFE500" dqm__hl_textcolor0_3 = "#000000" dqm__url0_3_8 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=243" dqm__subdesc0_4_0 = "Bolt On's" 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=118" dqm__subdesc0_4_1 = "Chassis" 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=119" dqm__subdesc0_4_2 = "Dress up" 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=228" dqm__subdesc0_4_3 = "Driveline" 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=120" dqm__subdesc0_4_4 = "Engine" 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=121" dqm__subdesc0_4_5 = "Exhaust" 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__url0_4_5 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=248" dqm__subdesc0_4_6 = "Wheels" 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=244" dqm__subdesc0_5_0 = "Body" 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=144" dqm__subdesc0_5_1 = "Bolt On's" 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=134" dqm__subdesc0_5_2 = "Chasis" 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=135" dqm__subdesc0_5_3 = "Dress up" 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__url0_5_3 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=229" dqm__subdesc0_5_4 = "Driveline" dqm__sub_xy0_5_4 = "0,-1" dqm__menu_bgcolor0_5 = "#000000" dqm__textcolor0_5 = "#FFE500" dqm__hl_bgcolor0_5 = "#FFE500" dqm__hl_textcolor0_5 = "#000000" dqm__url0_5_4 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=136" dqm__subdesc0_5_5 = "Engine" dqm__sub_xy0_5_5 = "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_5 = 0 dqm__url0_5_5 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=133" dqm__subdesc0_5_6 = "Exhaust" dqm__sub_xy0_5_6 = "0,-1" dqm__menu_bgcolor0_5 = "#000000" dqm__textcolor0_5 = "#FFE500" dqm__hl_bgcolor0_5 = "#FFE500" dqm__hl_textcolor0_5 = "#000000" dqm__url0_5_6 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=249" dqm__subdesc0_5_7 = "Power Adders" dqm__sub_xy0_5_7 = "0,-1" dqm__menu_bgcolor0_5 = "#000000" dqm__textcolor0_5 = "#FFE500" dqm__hl_bgcolor0_5 = "#FFE500" dqm__hl_textcolor0_5 = "#000000" dqm__url0_5_7 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=264" dqm__subdesc0_5_8 = "Wheels" dqm__sub_xy0_5_8 = "0,-1" dqm__menu_bgcolor0_5 = "#000000" dqm__textcolor0_5 = "#FFE500" dqm__hl_bgcolor0_5 = "#FFE500" dqm__hl_textcolor0_5 = "#000000" dqm__url0_5_8 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=245" dqm__subdesc0_5_5_0 = "Camshafts" dqm__sub_xy0_5_5_0 = "0,-1" dqm__menu_bgcolor0_5_5 = "#000000" dqm__textcolor0_5_5 = "#FFE500" dqm__hl_bgcolor0_5_5 = "#FFE500" dqm__hl_textcolor0_5_5 = "#000000" dqm__url0_5_5_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=295" dqm__subdesc0_5_5_1 = "fuel & ignition" dqm__sub_xy0_5_5_1 = "0,-1" dqm__menu_bgcolor0_5_5 = "#000000" dqm__textcolor0_5_5 = "#FFE500" dqm__hl_bgcolor0_5_5 = "#FFE500" dqm__hl_textcolor0_5_5 = "#000000" dqm__url0_5_5_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=263" dqm__subdesc0_6_0 = "Wheels" 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=159" dqm__subdesc0_6_1 = "Power packages" 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__2nd_icon_index0_6_1 = 0 dqm__url0_6_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=160" dqm__subdesc0_6_2 = "Appearance" 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__2nd_icon_index0_6_2 = 0 dqm__url0_6_2 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=161" dqm__subdesc0_6_3 = "Body" 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__2nd_icon_index0_6_3 = 0 dqm__url0_6_3 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=162" dqm__subdesc0_6_4 = "Chassis" dqm__sub_xy0_6_4 = "0,-1" dqm__menu_bgcolor0_6 = "#000000" dqm__textcolor0_6 = "#FFE500" dqm__hl_bgcolor0_6 = "#FFE500" dqm__hl_textcolor0_6 = "#000000" dqm__2nd_icon_index0_6_4 = 0 dqm__url0_6_4 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=163" dqm__subdesc0_6_5 = "Driveline" dqm__sub_xy0_6_5 = "0,-1" dqm__menu_bgcolor0_6 = "#000000" dqm__textcolor0_6 = "#FFE500" dqm__hl_bgcolor0_6 = "#FFE500" dqm__hl_textcolor0_6 = "#000000" dqm__2nd_icon_index0_6_5 = 0 dqm__url0_6_5 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=164" dqm__subdesc0_6_6 = "Electrical" dqm__sub_xy0_6_6 = "0,-1" dqm__menu_bgcolor0_6 = "#000000" dqm__textcolor0_6 = "#FFE500" dqm__hl_bgcolor0_6 = "#FFE500" dqm__hl_textcolor0_6 = "#000000" dqm__2nd_icon_index0_6_6 = 0 dqm__url0_6_6 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=165" dqm__subdesc0_6_7 = "Engine" dqm__sub_xy0_6_7 = "0,-1" dqm__menu_bgcolor0_6 = "#000000" dqm__textcolor0_6 = "#FFE500" dqm__hl_bgcolor0_6 = "#FFE500" dqm__hl_textcolor0_6 = "#000000" dqm__2nd_icon_index0_6_7 = 0 dqm__url0_6_7 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=166" dqm__subdesc0_6_8 = "Tools" dqm__sub_xy0_6_8 = "0,-1" dqm__menu_bgcolor0_6 = "#000000" dqm__textcolor0_6 = "#FFE500" dqm__hl_bgcolor0_6 = "#FFE500" dqm__hl_textcolor0_6 = "#000000" dqm__2nd_icon_index0_6_8 = 0 dqm__url0_6_8 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=167" dqm__subdesc0_6_1_0 = "1989-93 5.0L Mustang" dqm__sub_xy0_6_1_0 = "0,-1" dqm__menu_bgcolor0_6_1 = "#000000" dqm__textcolor0_6_1 = "#FFE500" dqm__hl_bgcolor0_6_1 = "#FFE500" dqm__hl_textcolor0_6_1 = "#000000" dqm__url0_6_1_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=168" dqm__subdesc0_6_1_1 = "1994-95 5.0L Mustang" dqm__sub_xy0_6_1_1 = "0,-1" dqm__menu_bgcolor0_6_1 = "#000000" dqm__textcolor0_6_1 = "#FFE500" dqm__hl_bgcolor0_6_1 = "#FFE500" dqm__hl_textcolor0_6_1 = "#000000" dqm__url0_6_1_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=169" dqm__subdesc0_6_2_0 = "Tonneau Covers" dqm__sub_xy0_6_2_0 = "0,-1" dqm__menu_bgcolor0_6_2 = "#000000" dqm__textcolor0_6_2 = "#FFE500" dqm__hl_bgcolor0_6_2 = "#FFE500" dqm__hl_textcolor0_6_2 = "#000000" dqm__url0_6_2_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=171" dqm__subdesc0_6_2_1 = "Decals/Graphics" dqm__sub_xy0_6_2_1 = "0,-1" dqm__menu_bgcolor0_6_2 = "#000000" dqm__textcolor0_6_2 = "#FFE500" dqm__hl_bgcolor0_6_2 = "#FFE500" dqm__hl_textcolor0_6_2 = "#000000" dqm__url0_6_2_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=172" dqm__subdesc0_6_2_2 = "Flares" dqm__sub_xy0_6_2_2 = "0,-1" dqm__menu_bgcolor0_6_2 = "#000000" dqm__textcolor0_6_2 = "#FFE500" dqm__hl_bgcolor0_6_2 = "#FFE500" dqm__hl_textcolor0_6_2 = "#000000" dqm__url0_6_2_2 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=173" dqm__subdesc0_6_2_3 = "Rear Hitch" dqm__sub_xy0_6_2_3 = "0,-1" dqm__menu_bgcolor0_6_2 = "#000000" dqm__textcolor0_6_2 = "#FFE500" dqm__hl_bgcolor0_6_2 = "#FFE500" dqm__hl_textcolor0_6_2 = "#000000" dqm__url0_6_2_3 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=174" dqm__subdesc0_6_2_4 = "License Plate Frames" dqm__sub_xy0_6_2_4 = "0,-1" dqm__menu_bgcolor0_6_2 = "#000000" dqm__textcolor0_6_2 = "#FFE500" dqm__hl_bgcolor0_6_2 = "#FFE500" dqm__hl_textcolor0_6_2 = "#000000" dqm__url0_6_2_4 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=175" dqm__subdesc0_6_2_5 = "Posters/Banners" dqm__sub_xy0_6_2_5 = "0,-1" dqm__menu_bgcolor0_6_2 = "#000000" dqm__textcolor0_6_2 = "#FFE500" dqm__hl_bgcolor0_6_2 = "#FFE500" dqm__hl_textcolor0_6_2 = "#000000" dqm__url0_6_2_5 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=176" dqm__subdesc0_6_2_6 = "Steering Wheels" dqm__sub_xy0_6_2_6 = "0,-1" dqm__menu_bgcolor0_6_2 = "#000000" dqm__textcolor0_6_2 = "#FFE500" dqm__hl_bgcolor0_6_2 = "#FFE500" dqm__hl_textcolor0_6_2 = "#000000" dqm__url0_6_2_6 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=177" dqm__subdesc0_6_2_7 = "Trim" dqm__sub_xy0_6_2_7 = "0,-1" dqm__menu_bgcolor0_6_2 = "#000000" dqm__textcolor0_6_2 = "#FFE500" dqm__hl_bgcolor0_6_2 = "#FFE500" dqm__hl_textcolor0_6_2 = "#000000" dqm__url0_6_2_7 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=178" dqm__subdesc0_6_2_8 = "Seats" dqm__sub_xy0_6_2_8 = "0,-1" dqm__menu_bgcolor0_6_2 = "#000000" dqm__textcolor0_6_2 = "#FFE500" dqm__hl_bgcolor0_6_2 = "#FFE500" dqm__hl_textcolor0_6_2 = "#000000" dqm__url0_6_2_8 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=179" dqm__subdesc0_6_3_0 = "Functional" dqm__sub_xy0_6_3_0 = "0,-1" dqm__menu_bgcolor0_6_3 = "#000000" dqm__textcolor0_6_3 = "#FFE500" dqm__hl_bgcolor0_6_3 = "#FFE500" dqm__hl_textcolor0_6_3 = "#000000" dqm__url0_6_3_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=180" dqm__subdesc0_6_3_1 = "Panels" dqm__sub_xy0_6_3_1 = "0,-1" dqm__menu_bgcolor0_6_3 = "#000000" dqm__textcolor0_6_3 = "#FFE500" dqm__hl_bgcolor0_6_3 = "#FFE500" dqm__hl_textcolor0_6_3 = "#000000" dqm__url0_6_3_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=181" dqm__subdesc0_6_4_0 = "Brake Kits/Components" dqm__sub_xy0_6_4_0 = "0,-1" dqm__menu_bgcolor0_6_4 = "#000000" dqm__textcolor0_6_4 = "#FFE500" dqm__hl_bgcolor0_6_4 = "#FFE500" dqm__hl_textcolor0_6_4 = "#000000" dqm__url0_6_4_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=182" dqm__subdesc0_6_4_1 = "Control Arms/Stabilizers" dqm__sub_xy0_6_4_1 = "0,-1" dqm__menu_bgcolor0_6_4 = "#000000" dqm__textcolor0_6_4 = "#FFE500" dqm__hl_bgcolor0_6_4 = "#FFE500" dqm__hl_textcolor0_6_4 = "#000000" dqm__url0_6_4_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=183" dqm__subdesc0_6_4_2 = "Springs" dqm__sub_xy0_6_4_2 = "0,-1" dqm__menu_bgcolor0_6_4 = "#000000" dqm__textcolor0_6_4 = "#FFE500" dqm__hl_bgcolor0_6_4 = "#FFE500" dqm__hl_textcolor0_6_4 = "#000000" dqm__url0_6_4_2 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=184" dqm__subdesc0_6_4_3 = "Steering Systems" dqm__sub_xy0_6_4_3 = "0,-1" dqm__menu_bgcolor0_6_4 = "#000000" dqm__textcolor0_6_4 = "#FFE500" dqm__hl_bgcolor0_6_4 = "#FFE500" dqm__hl_textcolor0_6_4 = "#000000" dqm__url0_6_4_3 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=185" dqm__subdesc0_6_4_4 = "Shocks/Adj Suspension" dqm__sub_xy0_6_4_4 = "0,-1" dqm__menu_bgcolor0_6_4 = "#000000" dqm__textcolor0_6_4 = "#FFE500" dqm__hl_bgcolor0_6_4 = "#FFE500" dqm__hl_textcolor0_6_4 = "#000000" dqm__url0_6_4_4 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=186" dqm__subdesc0_6_5_0 = "Automatic Trans" dqm__sub_xy0_6_5_0 = "0,-1" dqm__menu_bgcolor0_6_5 = "#000000" dqm__textcolor0_6_5 = "#FFE500" dqm__hl_bgcolor0_6_5 = "#FFE500" dqm__hl_textcolor0_6_5 = "#000000" dqm__url0_6_5_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=187" dqm__subdesc0_6_5_1 = "Clutch Related" dqm__sub_xy0_6_5_1 = "0,-1" dqm__menu_bgcolor0_6_5 = "#000000" dqm__textcolor0_6_5 = "#FFE500" dqm__hl_bgcolor0_6_5 = "#FFE500" dqm__hl_textcolor0_6_5 = "#000000" dqm__url0_6_5_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=188" dqm__subdesc0_6_5_2 = "Differentials" dqm__sub_xy0_6_5_2 = "0,-1" dqm__menu_bgcolor0_6_5 = "#000000" dqm__textcolor0_6_5 = "#FFE500" dqm__hl_bgcolor0_6_5 = "#FFE500" dqm__hl_textcolor0_6_5 = "#000000" dqm__url0_6_5_2 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=189" dqm__subdesc0_6_5_3 = "Manuel Trans" dqm__sub_xy0_6_5_3 = "0,-1" dqm__menu_bgcolor0_6_5 = "#000000" dqm__textcolor0_6_5 = "#FFE500" dqm__hl_bgcolor0_6_5 = "#FFE500" dqm__hl_textcolor0_6_5 = "#000000" dqm__url0_6_5_3 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=190" dqm__subdesc0_6_5_4 = "Ring & Pinion" dqm__sub_xy0_6_5_4 = "0,-1" dqm__menu_bgcolor0_6_5 = "#000000" dqm__textcolor0_6_5 = "#FFE500" dqm__hl_bgcolor0_6_5 = "#FFE500" dqm__hl_textcolor0_6_5 = "#000000" dqm__url0_6_5_4 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=191" dqm__subdesc0_6_5_5 = "Shifters" dqm__sub_xy0_6_5_5 = "0,-1" dqm__menu_bgcolor0_6_5 = "#000000" dqm__textcolor0_6_5 = "#FFE500" dqm__hl_bgcolor0_6_5 = "#FFE500" dqm__hl_textcolor0_6_5 = "#000000" dqm__url0_6_5_5 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=192" dqm__subdesc0_6_5_6 = "Axle Shafts" dqm__sub_xy0_6_5_6 = "0,-1" dqm__menu_bgcolor0_6_5 = "#000000" dqm__textcolor0_6_5 = "#FFE500" dqm__hl_bgcolor0_6_5 = "#FFE500" dqm__hl_textcolor0_6_5 = "#000000" dqm__url0_6_5_6 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=193" dqm__subdesc0_6_5_7 = "Axle Components" dqm__sub_xy0_6_5_7 = "0,-1" dqm__menu_bgcolor0_6_5 = "#000000" dqm__textcolor0_6_5 = "#FFE500" dqm__hl_bgcolor0_6_5 = "#FFE500" dqm__hl_textcolor0_6_5 = "#000000" dqm__url0_6_5_7 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=194" dqm__subdesc0_6_5_8 = "Complete Axle Assy" dqm__sub_xy0_6_5_8 = "0,-1" dqm__menu_bgcolor0_6_5 = "#000000" dqm__textcolor0_6_5 = "#FFE500" dqm__hl_bgcolor0_6_5 = "#FFE500" dqm__hl_textcolor0_6_5 = "#000000" dqm__url0_6_5_8 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=195" dqm__subdesc0_6_6_0 = "Distributors" dqm__sub_xy0_6_6_0 = "0,-1" dqm__menu_bgcolor0_6_6 = "#000000" dqm__textcolor0_6_6 = "#FFE500" dqm__hl_bgcolor0_6_6 = "#FFE500" dqm__hl_textcolor0_6_6 = "#000000" dqm__url0_6_6_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=196" dqm__subdesc0_6_6_1 = "Guages" dqm__sub_xy0_6_6_1 = "0,-1" dqm__menu_bgcolor0_6_6 = "#000000" dqm__textcolor0_6_6 = "#FFE500" dqm__hl_bgcolor0_6_6 = "#FFE500" dqm__hl_textcolor0_6_6 = "#000000" dqm__url0_6_6_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=197" dqm__subdesc0_6_6_2 = "Ignition Related" dqm__sub_xy0_6_6_2 = "0,-1" dqm__menu_bgcolor0_6_6 = "#000000" dqm__textcolor0_6_6 = "#FFE500" dqm__hl_bgcolor0_6_6 = "#FFE500" dqm__hl_textcolor0_6_6 = "#000000" dqm__url0_6_6_2 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=198" dqm__subdesc0_6_6_3 = "Driving Lights" dqm__sub_xy0_6_6_3 = "0,-1" dqm__menu_bgcolor0_6_6 = "#000000" dqm__textcolor0_6_6 = "#FFE500" dqm__hl_bgcolor0_6_6 = "#FFE500" dqm__hl_textcolor0_6_6 = "#000000" dqm__url0_6_6_3 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=199" dqm__subdesc0_6_6_4 = "Starters" dqm__sub_xy0_6_6_4 = "0,-1" dqm__menu_bgcolor0_6_6 = "#000000" dqm__textcolor0_6_6 = "#FFE500" dqm__hl_bgcolor0_6_6 = "#FFE500" dqm__hl_textcolor0_6_6 = "#000000" dqm__url0_6_6_4 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=200" dqm__subdesc0_6_6_5 = "Analyzers/Calibrators" dqm__sub_xy0_6_6_5 = "0,-1" dqm__menu_bgcolor0_6_6 = "#000000" dqm__textcolor0_6_6 = "#FFE500" dqm__hl_bgcolor0_6_6 = "#FFE500" dqm__hl_textcolor0_6_6 = "#000000" dqm__url0_6_6_5 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=201" dqm__subdesc0_6_6_6 = "Wiring" dqm__sub_xy0_6_6_6 = "0,-1" dqm__menu_bgcolor0_6_6 = "#000000" dqm__textcolor0_6_6 = "#FFE500" dqm__hl_bgcolor0_6_6 = "#FFE500" dqm__hl_textcolor0_6_6 = "#000000" dqm__url0_6_6_6 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=202" dqm__subdesc0_6_6_7 = "Microprocessors" dqm__sub_xy0_6_6_7 = "0,-1" dqm__menu_bgcolor0_6_6 = "#000000" dqm__textcolor0_6_6 = "#FFE500" dqm__hl_bgcolor0_6_6 = "#FFE500" dqm__hl_textcolor0_6_6 = "#000000" dqm__url0_6_6_7 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=203" dqm__subdesc0_6_7_0 = "Air Metering" dqm__sub_xy0_6_7_0 = "0,-1" dqm__menu_bgcolor0_6_7 = "#000000" dqm__textcolor0_6_7 = "#FFE500" dqm__hl_bgcolor0_6_7 = "#FFE500" dqm__hl_textcolor0_6_7 = "#000000" dqm__url0_6_7_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=204" dqm__subdesc0_6_7_1 = "Engine Blocks" dqm__sub_xy0_6_7_1 = "0,-1" dqm__menu_bgcolor0_6_7 = "#000000" dqm__textcolor0_6_7 = "#FFE500" dqm__hl_bgcolor0_6_7 = "#FFE500" dqm__hl_textcolor0_6_7 = "#000000" dqm__url0_6_7_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=205" dqm__subdesc0_6_7_2 = "Cams/Tappets" dqm__sub_xy0_6_7_2 = "0,-1" dqm__menu_bgcolor0_6_7 = "#000000" dqm__textcolor0_6_7 = "#FFE500" dqm__hl_bgcolor0_6_7 = "#FFE500" dqm__hl_textcolor0_6_7 = "#000000" dqm__url0_6_7_2 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=206" dqm__subdesc0_6_7_3 = "Dress-up Kits" dqm__sub_xy0_6_7_3 = "0,-1" dqm__menu_bgcolor0_6_7 = "#000000" dqm__textcolor0_6_7 = "#FFE500" dqm__hl_bgcolor0_6_7 = "#FFE500" dqm__hl_textcolor0_6_7 = "#000000" dqm__url0_6_7_3 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=207" dqm__subdesc0_6_7_4 = "Air Cleaner" dqm__sub_xy0_6_7_4 = "0,-1" dqm__menu_bgcolor0_6_7 = "#000000" dqm__textcolor0_6_7 = "#FFE500" dqm__hl_bgcolor0_6_7 = "#FFE500" dqm__hl_textcolor0_6_7 = "#000000" dqm__url0_6_7_4 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=208" dqm__subdesc0_6_7_5 = "Flywheels" dqm__sub_xy0_6_7_5 = "0,-1" dqm__menu_bgcolor0_6_7 = "#000000" dqm__textcolor0_6_7 = "#FFE500" dqm__hl_bgcolor0_6_7 = "#FFE500" dqm__hl_textcolor0_6_7 = "#000000" dqm__url0_6_7_5 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=209" dqm__subdesc0_6_7_6 = "Gaskets" dqm__sub_xy0_6_7_6 = "0,-1" dqm__menu_bgcolor0_6_7 = "#000000" dqm__textcolor0_6_7 = "#FFE500" dqm__hl_bgcolor0_6_7 = "#FFE500" dqm__hl_textcolor0_6_7 = "#000000" dqm__url0_6_7_6 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=210" dqm__subdesc0_6_7_7 = "Cylinder Heads" dqm__sub_xy0_6_7_7 = "0,-1" dqm__menu_bgcolor0_6_7 = "#000000" dqm__textcolor0_6_7 = "#FFE500" dqm__hl_bgcolor0_6_7 = "#FFE500" dqm__hl_textcolor0_6_7 = "#000000" dqm__url0_6_7_7 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=211" dqm__subdesc0_6_7_8 = "Crankshafts" dqm__sub_xy0_6_7_8 = "0,-1" dqm__menu_bgcolor0_6_7 = "#000000" dqm__textcolor0_6_7 = "#FFE500" dqm__hl_bgcolor0_6_7 = "#FFE500" dqm__hl_textcolor0_6_7 = "#000000" dqm__url0_6_7_8 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=212" dqm__subdesc0_6_7_9 = "Cooling" dqm__sub_xy0_6_7_9 = "0,-1" dqm__menu_bgcolor0_6_7 = "#000000" dqm__textcolor0_6_7 = "#FFE500" dqm__hl_bgcolor0_6_7 = "#FFE500" dqm__hl_textcolor0_6_7 = "#000000" dqm__url0_6_7_9 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=213" dqm__subdesc0_6_7_10 = "Intake Manifolds" dqm__sub_xy0_6_7_10 = "0,-1" dqm__menu_bgcolor0_6_7 = "#000000" dqm__textcolor0_6_7 = "#FFE500" dqm__hl_bgcolor0_6_7 = "#FFE500" dqm__hl_textcolor0_6_7 = "#000000" dqm__url0_6_7_10 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=214" dqm__subdesc0_6_7_11 = "Oil Pumps" dqm__sub_xy0_6_7_11 = "0,-1" dqm__menu_bgcolor0_6_7 = "#000000" dqm__textcolor0_6_7 = "#FFE500" dqm__hl_bgcolor0_6_7 = "#FFE500" dqm__hl_textcolor0_6_7 = "#000000" dqm__url0_6_7_11 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=215" dqm__subdesc0_6_7_12 = "Pistons/Rings/Rods" dqm__sub_xy0_6_7_12 = "0,-1" dqm__menu_bgcolor0_6_7 = "#000000" dqm__textcolor0_6_7 = "#FFE500" dqm__hl_bgcolor0_6_7 = "#FFE500" dqm__hl_textcolor0_6_7 = "#000000" dqm__url0_6_7_12 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=216" dqm__subdesc0_6_7_13 = "Fastners" dqm__sub_xy0_6_7_13 = "0,-1" dqm__menu_bgcolor0_6_7 = "#000000" dqm__textcolor0_6_7 = "#FFE500" dqm__hl_bgcolor0_6_7 = "#FFE500" dqm__hl_textcolor0_6_7 = "#000000" dqm__url0_6_7_13 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=217" dqm__subdesc0_6_7_14 = "Superchargers" dqm__sub_xy0_6_7_14 = "0,-1" dqm__menu_bgcolor0_6_7 = "#000000" dqm__textcolor0_6_7 = "#FFE500" dqm__hl_bgcolor0_6_7 = "#FFE500" dqm__hl_textcolor0_6_7 = "#000000" dqm__url0_6_7_14 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=218" dqm__subdesc0_6_7_15 = "Fuel Systems" dqm__sub_xy0_6_7_15 = "0,-1" dqm__menu_bgcolor0_6_7 = "#000000" dqm__textcolor0_6_7 = "#FFE500" dqm__hl_bgcolor0_6_7 = "#FFE500" dqm__hl_textcolor0_6_7 = "#000000" dqm__url0_6_7_15 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=219" dqm__subdesc0_6_7_16 = "Valves/Springs" dqm__sub_xy0_6_7_16 = "0,-1" dqm__menu_bgcolor0_6_7 = "#000000" dqm__textcolor0_6_7 = "#FFE500" dqm__hl_bgcolor0_6_7 = "#FFE500" dqm__hl_textcolor0_6_7 = "#000000" dqm__url0_6_7_16 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=220" dqm__subdesc0_6_7_17 = "Overhaul Kits" dqm__sub_xy0_6_7_17 = "0,-1" dqm__menu_bgcolor0_6_7 = "#000000" dqm__textcolor0_6_7 = "#FFE500" dqm__hl_bgcolor0_6_7 = "#FFE500" dqm__hl_textcolor0_6_7 = "#000000" dqm__url0_6_7_17 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=221" dqm__subdesc0_6_7_18 = "Exhaust Related" dqm__sub_xy0_6_7_18 = "0,-1" dqm__menu_bgcolor0_6_7 = "#000000" dqm__textcolor0_6_7 = "#FFE500" dqm__hl_bgcolor0_6_7 = "#FFE500" dqm__hl_textcolor0_6_7 = "#000000" dqm__url0_6_7_18 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=222" dqm__subdesc0_6_7_19 = "Short Blocks" dqm__sub_xy0_6_7_19 = "0,-1" dqm__menu_bgcolor0_6_7 = "#000000" dqm__textcolor0_6_7 = "#FFE500" dqm__hl_bgcolor0_6_7 = "#FFE500" dqm__hl_textcolor0_6_7 = "#000000" dqm__url0_6_7_19 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=223" dqm__subdesc0_6_7_20 = "Complete Engines" dqm__sub_xy0_6_7_20 = "0,-1" dqm__menu_bgcolor0_6_7 = "#000000" dqm__textcolor0_6_7 = "#FFE500" dqm__hl_bgcolor0_6_7 = "#FFE500" dqm__hl_textcolor0_6_7 = "#000000" dqm__url0_6_7_20 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=224" dqm__subdesc0_6_8_0 = "Books" dqm__sub_xy0_6_8_0 = "0,-1" dqm__menu_bgcolor0_6_8 = "#000000" dqm__textcolor0_6_8 = "#FFE500" dqm__hl_bgcolor0_6_8 = "#FFE500" dqm__hl_textcolor0_6_8 = "#000000" dqm__url0_6_8_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=225" dqm__subdesc0_6_8_1 = "Fender Covers" dqm__sub_xy0_6_8_1 = "0,-1" dqm__menu_bgcolor0_6_8 = "#000000" dqm__textcolor0_6_8 = "#FFE500" dqm__hl_bgcolor0_6_8 = "#FFE500" dqm__hl_textcolor0_6_8 = "#000000" dqm__url0_6_8_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=226" dqm__subdesc0_6_8_2 = "Tools" dqm__sub_xy0_6_8_2 = "0,-1" dqm__menu_bgcolor0_6_8 = "#000000" dqm__textcolor0_6_8 = "#FFE500" dqm__hl_bgcolor0_6_8 = "#FFE500" dqm__hl_textcolor0_6_8 = "#000000" dqm__url0_6_8_2 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=227" dqm__subdesc0_7_0 = "Steeda 05-07 Mustang" dqm__sub_xy0_7_0 = "0,-1" dqm__menu_bgcolor0_7 = "#000000" dqm__textcolor0_7 = "#FFE500" dqm__hl_bgcolor0_7 = "#FFE500" dqm__hl_textcolor0_7 = "#000000" dqm__2nd_icon_index0_7_0 = 0 dqm__url0_7_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=267" dqm__subdesc0_7_0_0 = "Apperance" dqm__sub_xy0_7_0_0 = "0,-1" dqm__menu_bgcolor0_7_0 = "#000000" dqm__textcolor0_7_0 = "#FFE500" dqm__hl_bgcolor0_7_0 = "#FFE500" dqm__hl_textcolor0_7_0 = "#000000" dqm__2nd_icon_index0_7_0_0 = 0 dqm__url0_7_0_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=270" dqm__subdesc0_7_0_1 = "Brakes" dqm__sub_xy0_7_0_1 = "0,-1" dqm__menu_bgcolor0_7_0 = "#000000" dqm__textcolor0_7_0 = "#FFE500" dqm__hl_bgcolor0_7_0 = "#FFE500" dqm__hl_textcolor0_7_0 = "#000000" dqm__url0_7_0_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=271" dqm__subdesc0_7_0_2 = "Driveline" dqm__sub_xy0_7_0_2 = "0,-1" dqm__menu_bgcolor0_7_0 = "#000000" dqm__textcolor0_7_0 = "#FFE500" dqm__hl_bgcolor0_7_0 = "#FFE500" dqm__hl_textcolor0_7_0 = "#000000" dqm__url0_7_0_2 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=273" dqm__subdesc0_7_0_3 = "Engine" dqm__sub_xy0_7_0_3 = "0,-1" dqm__menu_bgcolor0_7_0 = "#000000" dqm__textcolor0_7_0 = "#FFE500" dqm__hl_bgcolor0_7_0 = "#FFE500" dqm__hl_textcolor0_7_0 = "#000000" dqm__url0_7_0_3 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=274" dqm__subdesc0_7_0_4 = "Suspension" dqm__sub_xy0_7_0_4 = "0,-1" dqm__menu_bgcolor0_7_0 = "#000000" dqm__textcolor0_7_0 = "#FFE500" dqm__hl_bgcolor0_7_0 = "#FFE500" dqm__hl_textcolor0_7_0 = "#000000" dqm__2nd_icon_index0_7_0_4 = 0 dqm__url0_7_0_4 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=272" dqm__subdesc0_7_0_0_0 = "Engine Bay Appearance" dqm__sub_xy0_7_0_0_0 = "0,-1" dqm__menu_bgcolor0_7_0_0 = "#000000" dqm__textcolor0_7_0_0 = "#FFE500" dqm__hl_bgcolor0_7_0_0 = "#FFE500" dqm__hl_textcolor0_7_0_0 = "#000000" dqm__url0_7_0_0_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=283" dqm__subdesc0_7_0_0_1 = "Exterior Appearance" dqm__sub_xy0_7_0_0_1 = "0,-1" dqm__menu_bgcolor0_7_0_0 = "#000000" dqm__textcolor0_7_0_0 = "#FFE500" dqm__hl_bgcolor0_7_0_0 = "#FFE500" dqm__hl_textcolor0_7_0_0 = "#000000" dqm__url0_7_0_0_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=284" dqm__subdesc0_7_0_0_2 = "Interior Appearance" dqm__sub_xy0_7_0_0_2 = "0,-1" dqm__menu_bgcolor0_7_0_0 = "#000000" dqm__textcolor0_7_0_0 = "#FFE500" dqm__hl_bgcolor0_7_0_0 = "#FFE500" dqm__hl_textcolor0_7_0_0 = "#000000" dqm__url0_7_0_0_2 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=282" dqm__subdesc0_7_0_4_0 = "Front Suspension" dqm__sub_xy0_7_0_4_0 = "0,-1" dqm__menu_bgcolor0_7_0_4 = "#000000" dqm__textcolor0_7_0_4 = "#FFE500" dqm__hl_bgcolor0_7_0_4 = "#FFE500" dqm__hl_textcolor0_7_0_4 = "#000000" dqm__url0_7_0_4_0 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=275" dqm__subdesc0_7_0_4_1 = "Rear Suspension" dqm__sub_xy0_7_0_4_1 = "0,-1" dqm__menu_bgcolor0_7_0_4 = "#000000" dqm__textcolor0_7_0_4 = "#FFE500" dqm__hl_bgcolor0_7_0_4 = "#FFE500" dqm__hl_textcolor0_7_0_4 = "#000000" dqm__url0_7_0_4_1 = "http://www.suttonhp.com/store/index.asp?DEPARTMENT_ID=276"