/**********************************************************************************************
 **********************************************************************************************
 
                               Main Menu Settings  
 
 **********************************************************************************************
 **********************************************************************************************/
 
 
 
 /*---------------------------------------------
 Main Item Widths and Heights
 -----------------------------------------------*/
 
 	
 	dqm__main_width = 180			//default main item widths
 	dqm__main_height = 22			//default main item heights
 	
 	//dqm__main_widthX			//specific main item widths
 	//dqm__main_heightX			//specific main item heights
 
 
 
 
 /*---------------------------------------------
 Main Menu Borders Dividers and Layout
 -----------------------------------------------*/
 
 
 	dqm__main_horizontal = false		//align menu bar horizontally or vertically
 
 	dqm__main_border_width = 1;		//the thickness of the border in pixels
 	dqm__main_border_color = "#000000"	//HEX color or set width to 0 for no borders
 
 
 	dqm__main_use_dividers = true		//When true the item gap setting is ignored
 						//and the border width and color are used to
 						//separate each main menu item.
 						
 							
 	dqm__main_item_gap = 5			//the gap between main menu items in pixels
 	
 
 	dqm__align_items_bottom_and_right = true	//align items of different size to the bottom
 							//or right edge of the largest main menu item
 							//depending on the horizontal or vertical layout
 							//of the main menu bar - false aligns items to
 							//the top and left
 
 /*---------------------------------------------
 Menu Item Background and Text Colors
 -----------------------------------------------*/
 
 
 	dqm__main_bgcolor = "#CCCCCC"		//default color for all items, HEX or 'transparent'
 	dqm__main_bgcolorX = "#CCCCCC"		//specific menu item color, HEX or 'transparent'
 	
 	dqm__main_hl_bgcolor = "#AAAAAA"	//HEX color value or set to 'transparent'
 	dqm__main_hl_bgcolorX = "#AAAAAA"
 
 	dqm__main_textcolor = "#111111"
 	dqm__main_textcolorX = "#111111"
 
 	dqm__main_hl_textcolor = "#111111"
 	dqm__main_hl_textcolorX = "#ff0000"
 
 
 
 /*---------------------------------------------
 Menu Item Font Settings
 -----------------------------------------------*/
 
 
 	dqm__main_fontfamily = "Verdana"	//Any available system font     
 	dqm__main_fontsize = 13			//Defined with pixel sizing  	
 	dqm__main_textdecoration = "normal"	//set to: 'normal', or 'underline'
 	dqm__main_fontweight = "normal"		//set to: 'normal', or 'bold'
 	dqm__main_fontstyle = "normal"		//set to: 'normal', or 'italic' 	
 
 
 	//rollover effect
 	
 	dqm__main_hl_textdecoration = "underline"
 
 
 
 /*---------------------------------------------
 Main Menu Margins and Text Alignment
 -----------------------------------------------*/
 
 
 	dqm__main_text_alignment = "left"		//set to: 'left', 'center' or 'right'
 	dqm__main_margin_top = 2
 	dqm__main_margin_bottom = 2
 	dqm__main_margin_left = 5
 	dqm__main_margin_right = 4
 
 
 
 	//specific settings
 
 	dqm__main_text_alignmentX = "right"		//set to: 'left', 'center' or 'right'
 	dqm__main_margin_topX = 4
 	dqm__main_margin_bottomX = 4
 
 
 
 /*---------------------------------------------
 Optional Status Bar Text
 -----------------------------------------------*/
 
    
 	//dqm__status_text0 = "Sample text - Main Menu Item 0"
 	//dqm__status_text1 = "Sample text - Main Menu Item 1"
 
 
 
 
 /**********************************************************************************************
 **********************************************************************************************
 
                               Sub Menu Settings
 
 **********************************************************************************************
 **********************************************************************************************/
 
 
 /*-------------------------------------------
 Colors, Borders, Dividers, and more...
 --------------------------------------------*/
 
 
 	dqm__sub_menu_width = 130      		//default sub menu widths
 	dqm__sub_xy = "-1,-1"            		//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 = 1
 
 	dqm__border_color = "#666666"		//Hex color or 'transparent'
 	dqm__menu_bgcolor = "#e6e6e6"		//Hex color or 'transparent'
 	dqm__hl_bgcolor = "#e6e6e6"		
 
 	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 = "#333333"
 	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 = "underline"	//set to: 'normal', or 'underline'
 
 
 
     //Margins and text alignment
 
 	dqm__text_alignment = "left"		//set to: 'left', 'center' or 'right'
 	dqm__margin_top = 2
 	dqm__margin_bottom = 3
 	dqm__margin_left = 5
 	dqm__margin_right = 4
 
 
 
 /*---------------------------------------------
 Optional Status Bar Text
 -----------------------------------------------*/
 
 
 	dqm__show_urls_statusbar = false
 
 	//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 = "iris"
 	dqm__sub_item_effect = "iris"
 
 
     //Define the effect duration in seconds below.
    
 	dqm__sub_menu_effect_duration = .2
 	dqm__sub_item_effect_duration = .2
 
 
     //Specific settings for various transitions.
 
 	dqm__effect_pixelate_maxsqare = 25
 	dqm__effect_iris_irisstyle = "SQUARE"		//CROSS, CIRCLE, PLUS, SQUARE, or STAR
 	dqm__effect_checkerboard_squaresx = 14
 	dqm__effect_checkerboard_squaresY = 14
 	dqm__effect_checkerboard_direction = "RIGHT"	//UP, DOWN, LEFT, RIGHT
 
 
     //Opacity 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__os9_ie5mac_offset_x = 10
 	dqm__os9_ie5mac_offset_Y = 15
 
 	dqm__osx_ie5mac_offset_x = 10
 	dqm__osx_ie5mac_offset_Y = 15
 
 	dqm__ie4mac_offset_x = -10
 	dqm__ie4mac_offset_Y = -45
 
 
     //Mac offset fixes, adjust until main menu items line up correctly
 
 	dqm__mainitems_os9_ie5mac_offset_x = 10
 	dqm__mainitems_os9_ie5mac_offset_y = 15
 
 	dqm__mainitems_osx_ie5mac_offset_x = 10
 	dqm__mainitems_osx_ie5mac_offset_y = 15
 
 
     //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."
    
 
     //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.
 
 	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' represents the index number of the sub menu item.
 
 	dqm__hl_subdescX = "custom highlight text"
 	dqm__urltargetX = "_new"
 /*---------------------------------------------
 Main Menu Items (Text, URL's, and Icons)
 -----------------------------------------------*/
 
 
 
 
 
	
					dqm__maindesc0 = "Access Panel"
					dqm__micon_index0 = 0
					dqm__url0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=577"
				
					dqm__maindesc1 = "Cabinet Knobs and Pulls"
					dqm__micon_index1 = 0
					dqm__url1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=359"
				
					dqm__maindesc2 = "Casters"
					dqm__micon_index2 = 0
					dqm__url2 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=384"
				
					dqm__maindesc3 = "Caulking Sealants and Adhesives"
					dqm__micon_index3 = 0
					dqm__url3 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=422"
				
					dqm__maindesc4 = "Closers"
					dqm__micon_index4 = 0
					dqm__url4 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=248"
				
					dqm__subdesc4_0 = "Closer Parts"
					dqm__icon_index4_0 = 0
					dqm__url4_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=387"
				
					dqm__subdesc4_1 = "Concealed"
					dqm__icon_index4_1 = 0
					dqm__url4_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=269"
				
					dqm__subdesc4_2 = "Door operators"
					dqm__icon_index4_2 = 0
					dqm__url4_2 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=494"
				
					dqm__subdesc4_3 = "Floor"
					dqm__icon_index4_3 = 0
					dqm__url4_3 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=270"
				
					dqm__subdesc4_4 = "Overhead Door Holders / Stops"
					dqm__icon_index4_4 = 0
					dqm__url4_4 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=390"
				
					dqm__subdesc4_5 = "Surface"
					dqm__icon_index4_5 = 0
					dqm__url4_5 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=271"
				
					dqm__maindesc5 = "Closet and Millwork"
					dqm__micon_index5 = 0
					dqm__url5 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=481"
				
					dqm__subdesc5_0 = "Corner Braces"
					dqm__icon_index5_0 = 0
					dqm__url5_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=485"
				
					dqm__subdesc5_1 = "Draw Slides"
					dqm__icon_index5_1 = 0
					dqm__url5_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=489"
				
					dqm__subdesc5_2 = "Mouldings"
					dqm__icon_index5_2 = 0
					dqm__url5_2 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=486"
				
					dqm__subdesc5_3 = "Racks"
					dqm__icon_index5_3 = 0
					dqm__url5_3 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=484"
				
					dqm__subdesc5_4 = "Screws"
					dqm__icon_index5_4 = 0
					dqm__url5_4 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=488"
				
					dqm__subdesc5_5 = "Shelf Bracket and Support"
					dqm__icon_index5_5 = 0
					dqm__url5_5 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=482"
				
					dqm__subdesc5_6 = "Standards"
					dqm__icon_index5_6 = 0
					dqm__url5_6 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=483"
				
					dqm__subdesc5_7 = "Wardrobe Accessories"
					dqm__icon_index5_7 = 0
					dqm__url5_7 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=487"
				
					dqm__maindesc6 = "Commercial Washroom Accessories"
					dqm__micon_index6 = 0
					dqm__url6 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=421"
				
					dqm__maindesc7 = "Detention Hardware"
					dqm__micon_index7 = 0
					dqm__url7 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=427"
				
					dqm__maindesc8 = "Door Accessories"
					dqm__micon_index8 = 0
					dqm__url8 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=250"
				
					dqm__subdesc8_0 = "Ball Catch"
					dqm__icon_index8_0 = 0
					dqm__url8_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=578"
				
					dqm__subdesc8_1 = "Door Bumper"
					dqm__icon_index8_1 = 0
					dqm__url8_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=283"
				
					dqm__subdesc8_2 = "Door Chain"
					dqm__icon_index8_2 = 0
					dqm__url8_2 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=276"
				
					dqm__subdesc8_3 = "Door Knocker"
					dqm__icon_index8_3 = 0
					dqm__url8_3 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=348"
				
					dqm__subdesc8_4 = "Door Pulls"
					dqm__icon_index8_4 = 0
					dqm__url8_4 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=351"
				
					dqm__subdesc8_5 = "Door Stops"
					dqm__icon_index8_5 = 0
					dqm__url8_5 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=259"
				
					dqm__subdesc8_6 = "Door Viewer"
					dqm__icon_index8_6 = 0
					dqm__url8_6 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=344"
				
					dqm__subdesc8_7 = "Doorbell Buttons"
					dqm__icon_index8_7 = 0
					dqm__url8_7 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=580"
				
					dqm__subdesc8_8 = "Floor registers"
					dqm__icon_index8_8 = 0
					dqm__url8_8 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=441"
				
					dqm__subdesc8_9 = "Flush Bolts"
					dqm__icon_index8_9 = 0
					dqm__url8_9 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=278"
				
					dqm__subdesc8_10 = "Hooks"
					dqm__icon_index8_10 = 0
					dqm__url8_10 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=345"
				
					dqm__subdesc8_11 = "House Numbers"
					dqm__icon_index8_11 = 0
					dqm__url8_11 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=346"
				
					dqm__subdesc8_12 = "Kickplate"
					dqm__icon_index8_12 = 0
					dqm__url8_12 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=380"
				
					dqm__subdesc8_13 = "Magnetic Catch"
					dqm__icon_index8_13 = 0
					dqm__url8_13 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=279"
				
					dqm__subdesc8_14 = "Mail Slot"
					dqm__icon_index8_14 = 0
					dqm__url8_14 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=418"
				
					dqm__subdesc8_15 = "Pocket Door Hardware"
					dqm__icon_index8_15 = 0
					dqm__url8_15 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=365"
				
					dqm__subdesc8_16 = "Push & Pull Plates"
					dqm__icon_index8_16 = 0
					dqm__url8_16 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=281"
				
					dqm__subdesc8_17 = "Roller Catch"
					dqm__icon_index8_17 = 0
					dqm__url8_17 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=280"
				
					dqm__subdesc8_18 = "Silencers"
					dqm__icon_index8_18 = 0
					dqm__url8_18 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=282"
				
					dqm__maindesc9 = "Door Track & Hardware"
					dqm__micon_index9 = 0
					dqm__url9 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=368"
				
					dqm__maindesc10 = "Electric Hardware"
					dqm__micon_index10 = 0
					dqm__url10 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=366"
				
					dqm__subdesc10_0 = "Electric Strike"
					dqm__icon_index10_0 = 0
					dqm__url10_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=341"
				
					dqm__subdesc10_1 = "Electromagnet Lock"
					dqm__icon_index10_1 = 0
					dqm__url10_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=343"
				
					dqm__subdesc10_2 = "Electronic Access Devices"
					dqm__icon_index10_2 = 0
					dqm__url10_2 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=381"
				
					dqm__subdesc10_3 = "Exterior Lighting"
					dqm__icon_index10_3 = 0
					dqm__url10_3 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=312"
				
					dqm__subdesc10_4 = "Keypads"
					dqm__icon_index10_4 = 0
					dqm__url10_4 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=382"
				
					dqm__subdesc10_5 = "Lighting"
					dqm__icon_index10_5 = 0
					dqm__url10_5 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=419"
				
					dqm__subdesc10_6 = "Power Supply"
					dqm__icon_index10_6 = 0
					dqm__url10_6 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=403"
				
					dqm__subdesc10_7 = "Power Transfer"
					dqm__icon_index10_7 = 0
					dqm__url10_7 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=496"
				
					dqm__subdesc10_8 = "Switches"
					dqm__icon_index10_8 = 0
					dqm__url10_8 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=447"
				
					dqm__subdesc10_9 = "Transformers"
					dqm__icon_index10_9 = 0
					dqm__url10_9 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=440"
				
					dqm__maindesc11 = "Exit Devices"
					dqm__micon_index11 = 0
					dqm__url11 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=251"
				
					dqm__subdesc11_0 = "Exit Alarms"
					dqm__icon_index11_0 = 0
					dqm__url11_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=435"
				
					dqm__subdesc11_1 = "Mortise"
					dqm__icon_index11_1 = 0
					dqm__url11_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=285"
				
					dqm__subdesc11_2 = "Rim"
					dqm__icon_index11_2 = 0
					dqm__url11_2 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=260"
				
					dqm__maindesc12 = "Exterior Door Hardware"
					dqm__micon_index12 = 0
					dqm__url12 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=347"
				
					dqm__maindesc13 = "Floor Saddles & Seals"
					dqm__micon_index13 = 0
					dqm__url13 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=358"
				
					dqm__subdesc13_0 = "Carpet Separator"
					dqm__icon_index13_0 = 0
					dqm__url13_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=474"
				
					dqm__subdesc13_1 = "Door Bottom"
					dqm__icon_index13_1 = 0
					dqm__url13_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=476"
				
					dqm__subdesc13_2 = "Floor Saddles"
					dqm__icon_index13_2 = 0
					dqm__url13_2 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=475"
				
					dqm__maindesc14 = "Garden Accents"
					dqm__micon_index14 = 0
					dqm__url14 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=506"
				dqm__2nd_icon_index14_0 = 0
					dqm__subdesc14_0 = "Bird Feeders"
					dqm__icon_index14_0 = 0
					dqm__url14_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=518"
				
					dqm__subdesc14_0_0 = "Garden Bird Feeders"
					dqm__icon_index14_0_0 = 0
					dqm__url14_0_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=520"
				
					dqm__subdesc14_0_1 = "Tube Bird Feeders"
					dqm__icon_index14_0_1 = 0
					dqm__url14_0_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=519"
				
					dqm__subdesc14_1 = "Birdbaths and Pedestals"
					dqm__icon_index14_1 = 0
					dqm__url14_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=508"
				
					dqm__subdesc14_2 = "Country Bells"
					dqm__icon_index14_2 = 0
					dqm__url14_2 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=527"
				
					dqm__subdesc14_3 = "Home Address Signs"
					dqm__icon_index14_3 = 0
					dqm__url14_3 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=525"
				
					dqm__subdesc14_4 = "Hose Holders"
					dqm__icon_index14_4 = 0
					dqm__url14_4 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=510"
				
					dqm__subdesc14_5 = "Mio Planter Packages"
					dqm__icon_index14_5 = 0
					dqm__url14_5 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=507"
				
					dqm__subdesc14_6 = "Nature Hooks"
					dqm__icon_index14_6 = 0
					dqm__url14_6 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=509"
				
					dqm__subdesc14_7 = "Patriotic Eagles"
					dqm__icon_index14_7 = 0
					dqm__url14_7 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=526"
				dqm__2nd_icon_index14_8 = 0
					dqm__subdesc14_8 = "Sundials"
					dqm__icon_index14_8 = 0
					dqm__url14_8 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=513"
				
					dqm__subdesc14_8_0 = "Combination Sundial Birdbaths"
					dqm__icon_index14_8_0 = 0
					dqm__url14_8_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=516"
				
					dqm__subdesc14_8_1 = "Large Aluminum Sundials"
					dqm__icon_index14_8_1 = 0
					dqm__url14_8_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=514"
				
					dqm__subdesc14_8_2 = "Medium Aluminum Sundials"
					dqm__icon_index14_8_2 = 0
					dqm__url14_8_2 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=515"
				
					dqm__subdesc14_8_3 = "Sundial Bases & Merchandising Options"
					dqm__icon_index14_8_3 = 0
					dqm__url14_8_3 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=517"
				
					dqm__subdesc14_9 = "Tea Lanterns"
					dqm__icon_index14_9 = 0
					dqm__url14_9 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=511"
				
					dqm__subdesc14_10 = "Twilight Lanterns"
					dqm__icon_index14_10 = 0
					dqm__url14_10 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=512"
				
					dqm__maindesc15 = "Hinges"
					dqm__micon_index15 = 0
					dqm__url15 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=252"
				
					dqm__subdesc15_0 = "Cabinet Hinges"
					dqm__icon_index15_0 = 0
					dqm__url15_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=372"
				
					dqm__subdesc15_1 = "Cam Lift Hinge"
					dqm__icon_index15_1 = 0
					dqm__url15_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=579"
				
					dqm__subdesc15_2 = "Double Acting Spring Hinge"
					dqm__icon_index15_2 = 0
					dqm__url15_2 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=576"
				
					dqm__subdesc15_3 = "Electric Hinge"
					dqm__icon_index15_3 = 0
					dqm__url15_3 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=446"
				
					dqm__subdesc15_4 = "Full Surface"
					dqm__icon_index15_4 = 0
					dqm__url15_4 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=575"
				
					dqm__subdesc15_5 = "Gear Hinge"
					dqm__icon_index15_5 = 0
					dqm__url15_5 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=289"
				
					dqm__subdesc15_6 = "Glass Door Hinge"
					dqm__icon_index15_6 = 0
					dqm__url15_6 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=445"
				
					dqm__subdesc15_7 = "Half Surface"
					dqm__icon_index15_7 = 0
					dqm__url15_7 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=287"
				
					dqm__subdesc15_8 = "Harmon Hinge"
					dqm__icon_index15_8 = 0
					dqm__url15_8 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=436"
				
					dqm__subdesc15_9 = "Hospital Tip Hinges"
					dqm__icon_index15_9 = 0
					dqm__url15_9 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=472"
				
					dqm__subdesc15_10 = "Invisible Hinge"
					dqm__icon_index15_10 = 0
					dqm__url15_10 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=349"
				
					dqm__subdesc15_11 = "Olive Knuckle Hinge"
					dqm__icon_index15_11 = 0
					dqm__url15_11 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=379"
				
					dqm__subdesc15_12 = "Pivot Hinge"
					dqm__icon_index15_12 = 0
					dqm__url15_12 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=262"
				
					dqm__subdesc15_13 = "Prison Hinge"
					dqm__icon_index15_13 = 0
					dqm__url15_13 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=544"
				
					dqm__subdesc15_14 = "Spring Hinge"
					dqm__icon_index15_14 = 0
					dqm__url15_14 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=288"
				
					dqm__subdesc15_15 = "Strap Hinge"
					dqm__icon_index15_15 = 0
					dqm__url15_15 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=437"
				
					dqm__subdesc15_16 = "Swing Clear"
					dqm__icon_index15_16 = 0
					dqm__url15_16 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=443"
				
					dqm__subdesc15_17 = "Full Mortise"
					dqm__icon_index15_17 = 0
					dqm__url15_17 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=286"
				
					dqm__maindesc16 = "Home Accents"
					dqm__micon_index16 = 0
					dqm__url16 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=521"
				
					dqm__subdesc16_0 = "Aluminum Welcome Mats"
					dqm__icon_index16_0 = 0
					dqm__url16_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=523"
				dqm__2nd_icon_index16_1 = 0
					dqm__subdesc16_1 = "Bamboo Rugs"
					dqm__icon_index16_1 = 0
					dqm__url16_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=564"
				
					dqm__subdesc16_1_0 = "Bamboo Office Chairmats"
					dqm__icon_index16_1_0 = 0
					dqm__url16_1_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=572"
				
					dqm__subdesc16_1_1 = "Bamboo Shag"
					dqm__icon_index16_1_1 = 0
					dqm__url16_1_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=565"
				
					dqm__subdesc16_1_2 = "Jute Rugs"
					dqm__icon_index16_1_2 = 0
					dqm__url16_1_2 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=569"
				
					dqm__subdesc16_1_3 = "Mountain Collection"
					dqm__icon_index16_1_3 = 0
					dqm__url16_1_3 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=571"
				
					dqm__subdesc16_1_4 = "Seagrass Rugs"
					dqm__icon_index16_1_4 = 0
					dqm__url16_1_4 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=567"
				
					dqm__subdesc16_1_5 = "Sisal Rugs"
					dqm__icon_index16_1_5 = 0
					dqm__url16_1_5 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=568"
				
					dqm__subdesc16_1_6 = "Villager Collection"
					dqm__icon_index16_1_6 = 0
					dqm__url16_1_6 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=570"
				
					dqm__subdesc16_1_7 = "Wool Shag"
					dqm__icon_index16_1_7 = 0
					dqm__url16_1_7 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=566"
				
					dqm__subdesc16_2 = "Clocks & Thermometers"
					dqm__icon_index16_2 = 0
					dqm__url16_2 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=522"
				
					dqm__subdesc16_3 = "Coir & Rubber Welcome Mats"
					dqm__icon_index16_3 = 0
					dqm__url16_3 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=524"
				
					dqm__maindesc17 = "Interior Furniture"
					dqm__micon_index17 = 0
					dqm__url17 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=462"
				
					dqm__subdesc17_0 = "Console Table"
					dqm__icon_index17_0 = 0
					dqm__url17_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=470"
				
					dqm__subdesc17_1 = "FIREPLACE SCREEN"
					dqm__icon_index17_1 = 0
					dqm__url17_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=468"
				
					dqm__subdesc17_2 = "Fireplace Tools"
					dqm__icon_index17_2 = 0
					dqm__url17_2 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=469"
				
					dqm__maindesc18 = "Key Cabinet"
					dqm__micon_index18 = 0
					dqm__url18 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=313"
				
					dqm__maindesc19 = "Key Machine"
					dqm__micon_index19 = 0
					dqm__url19 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=362"
				
					dqm__maindesc20 = "Kitchen and Bath Organization"
					dqm__micon_index20 = 0
					dqm__url20 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=477"
				
					dqm__subdesc20_0 = "Draw Slides"
					dqm__icon_index20_0 = 0
					dqm__url20_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=479"
				
					dqm__subdesc20_1 = "Pantry Organization"
					dqm__icon_index20_1 = 0
					dqm__url20_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=480"
				
					dqm__subdesc20_2 = "Table Legs"
					dqm__icon_index20_2 = 0
					dqm__url20_2 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=478"
				
					dqm__maindesc21 = "Lighting Products"
					dqm__micon_index21 = 0
					dqm__url21 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=431"
				
					dqm__subdesc21_0 = "Switchplate"
					dqm__icon_index21_0 = 0
					dqm__url21_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=433"
				
					dqm__maindesc22 = "Locksets"
					dqm__micon_index22 = 0
					dqm__url22 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=253"
				dqm__2nd_icon_index22_0 = 0
					dqm__subdesc22_0 = "Commercial"
					dqm__icon_index22_0 = 0
					dqm__url22_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=263"
				
					dqm__subdesc22_0_0 = "Cylindrical"
					dqm__icon_index22_0_0 = 0
					dqm__url22_0_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=265"
				
					dqm__subdesc22_0_1 = "Mortise"
					dqm__icon_index22_0_1 = 0
					dqm__url22_0_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=354"
				
					dqm__subdesc22_1 = "Deadbolt"
					dqm__icon_index22_1 = 0
					dqm__url22_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=293"
				
					dqm__subdesc22_2 = "Drawer Lock"
					dqm__icon_index22_2 = 0
					dqm__url22_2 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=383"
				
					dqm__subdesc22_3 = "Fingerprint Door Lock"
					dqm__icon_index22_3 = 0
					dqm__url22_3 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=471"
				
					dqm__subdesc22_4 = "Glass Door Locks"
					dqm__icon_index22_4 = 0
					dqm__url22_4 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=428"
				
					dqm__subdesc22_5 = "Handle Sets"
					dqm__icon_index22_5 = 0
					dqm__url22_5 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=294"
				
					dqm__subdesc22_6 = "Keyless Locks"
					dqm__icon_index22_6 = 0
					dqm__url22_6 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=311"
				
					dqm__subdesc22_7 = "PadLock"
					dqm__icon_index22_7 = 0
					dqm__url22_7 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=355"
				
					dqm__subdesc22_8 = "Residential"
					dqm__icon_index22_8 = 0
					dqm__url22_8 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=264"
				
					dqm__subdesc22_9 = "Safe Combination Locks"
					dqm__icon_index22_9 = 0
					dqm__url22_9 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=451"
				
					dqm__subdesc22_10 = "Sliding door & Pocket door locks"
					dqm__icon_index22_10 = 0
					dqm__url22_10 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=438"
				
					dqm__subdesc22_11 = "Sliding Door Trim Sets"
					dqm__icon_index22_11 = 0
					dqm__url22_11 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=400"
				
					dqm__subdesc22_12 = "Strikes,Latches and Parts"
					dqm__icon_index22_12 = 0
					dqm__url22_12 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=388"
				
					dqm__maindesc23 = "Locksmith Supplies"
					dqm__micon_index23 = 0
					dqm__url23 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=430"
				
					dqm__maindesc24 = "Mailboxes"
					dqm__micon_index24 = 0
					dqm__url24 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=254"
				
					dqm__maindesc25 = "Misc. and Parts"
					dqm__micon_index25 = 0
					dqm__url25 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=361"
				
					dqm__maindesc26 = "Office Organization"
					dqm__micon_index26 = 0
					dqm__url26 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=424"
				
					dqm__subdesc26_0 = "Desktop Management System"
					dqm__icon_index26_0 = 0
					dqm__url26_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=426"
				
					dqm__subdesc26_1 = "Display Rack"
					dqm__icon_index26_1 = 0
					dqm__url26_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=490"
				
					dqm__subdesc26_2 = "File Storage and Cabinets"
					dqm__icon_index26_2 = 0
					dqm__url26_2 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=491"
				
					dqm__subdesc26_3 = "Keyboard Drawers & Accessories"
					dqm__icon_index26_3 = 0
					dqm__url26_3 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=425"
				
					dqm__subdesc26_4 = "Security and Cash Box"
					dqm__icon_index26_4 = 0
					dqm__url26_4 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=493"
				
					dqm__maindesc27 = "Ornaments and Mouldings"
					dqm__micon_index27 = 0
					dqm__url27 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=414"
				
					dqm__subdesc27_0 = "Corbels"
					dqm__icon_index27_0 = 0
					dqm__url27_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=415"
				
					dqm__subdesc27_1 = "Wood Moulding"
					dqm__icon_index27_1 = 0
					dqm__url27_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=417"
				
					dqm__maindesc28 = "Personalized Name & Address Plaques"
					dqm__micon_index28 = 0
					dqm__url28 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=528"
				
					dqm__subdesc28_0 = "Address Posts"
					dqm__icon_index28_0 = 0
					dqm__url28_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=539"
				dqm__2nd_icon_index28_1 = 0
					dqm__subdesc28_1 = "Architectural Plaques"
					dqm__icon_index28_1 = 0
					dqm__url28_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=529"
				
					dqm__subdesc28_1_0 = "Lawn Plaques"
					dqm__icon_index28_1_0 = 0
					dqm__url28_1_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=542"
				
					dqm__subdesc28_1_1 = "Wall Plaques"
					dqm__icon_index28_1_1 = 0
					dqm__url28_1_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=541"
				dqm__2nd_icon_index28_2 = 0
					dqm__subdesc28_2 = "Classic Plaques"
					dqm__icon_index28_2 = 0
					dqm__url28_2 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=535"
				
					dqm__subdesc28_2_0 = "Lawn Classic Plaques"
					dqm__icon_index28_2_0 = 0
					dqm__url28_2_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=552"
				
					dqm__subdesc28_2_1 = "Wall Classic Plaques"
					dqm__icon_index28_2_1 = 0
					dqm__url28_2_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=551"
				dqm__2nd_icon_index28_3 = 0
					dqm__subdesc28_3 = "Decorative Plaques"
					dqm__icon_index28_3 = 0
					dqm__url28_3 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=530"
				
					dqm__subdesc28_3_0 = "Lawn Decorative Plaques"
					dqm__icon_index28_3_0 = 0
					dqm__url28_3_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=546"
				
					dqm__subdesc28_3_1 = "Wall Decorative Plaques"
					dqm__icon_index28_3_1 = 0
					dqm__url28_3_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=545"
				
					dqm__subdesc28_4 = "Entryway Plaques"
					dqm__icon_index28_4 = 0
					dqm__url28_4 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=534"
				
					dqm__subdesc28_5 = "Illuminator Illuminated Plaques"
					dqm__icon_index28_5 = 0
					dqm__url28_5 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=561"
				
					dqm__subdesc28_6 = "Mailbox Ornaments"
					dqm__icon_index28_6 = 0
					dqm__url28_6 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=559"
				
					dqm__subdesc28_7 = "Mailbox Signs"
					dqm__icon_index28_7 = 0
					dqm__url28_7 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=540"
				dqm__2nd_icon_index28_8 = 0
					dqm__subdesc28_8 = "Memorial Markers"
					dqm__icon_index28_8 = 0
					dqm__url28_8 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=538"
				
					dqm__subdesc28_8_0 = "Lawn Memorial Markers"
					dqm__icon_index28_8_0 = 0
					dqm__url28_8_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=558"
				
					dqm__subdesc28_8_1 = "Wall Memorial Markers"
					dqm__icon_index28_8_1 = 0
					dqm__url28_8_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=557"
				dqm__2nd_icon_index28_9 = 0
					dqm__subdesc28_9 = "Metal Plaques"
					dqm__icon_index28_9 = 0
					dqm__url28_9 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=536"
				
					dqm__subdesc28_9_0 = "Lawn Metal Plaques"
					dqm__icon_index28_9_0 = 0
					dqm__url28_9_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=554"
				
					dqm__subdesc28_9_1 = "Wall Metal Plaques"
					dqm__icon_index28_9_1 = 0
					dqm__url28_9_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=553"
				dqm__2nd_icon_index28_10 = 0
					dqm__subdesc28_10 = "Nite Bright Reflective Plaques"
					dqm__icon_index28_10 = 0
					dqm__url28_10 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=560"
				
					dqm__subdesc28_10_0 = "Lawn Reflective Plaques"
					dqm__icon_index28_10_0 = 0
					dqm__url28_10_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=563"
				
					dqm__subdesc28_10_1 = "Wall Reflective Plaques"
					dqm__icon_index28_10_1 = 0
					dqm__url28_10_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=562"
				dqm__2nd_icon_index28_11 = 0
					dqm__subdesc28_11 = "Oval Plaques"
					dqm__icon_index28_11 = 0
					dqm__url28_11 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=531"
				
					dqm__subdesc28_11_0 = "Lawn Oval Plaques"
					dqm__icon_index28_11_0 = 0
					dqm__url28_11_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=548"
				
					dqm__subdesc28_11_1 = "Wall Oval Plaques"
					dqm__icon_index28_11_1 = 0
					dqm__url28_11_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=547"
				dqm__2nd_icon_index28_12 = 0
					dqm__subdesc28_12 = "Specialty Plaques"
					dqm__icon_index28_12 = 0
					dqm__url28_12 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=533"
				
					dqm__subdesc28_12_0 = "Lawn Specialty Plaques"
					dqm__icon_index28_12_0 = 0
					dqm__url28_12_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=550"
				
					dqm__subdesc28_12_1 = "Wall Specialty Plaques"
					dqm__icon_index28_12_1 = 0
					dqm__url28_12_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=549"
				dqm__2nd_icon_index28_13 = 0
					dqm__subdesc28_13 = "Stone Plaques"
					dqm__icon_index28_13 = 0
					dqm__url28_13 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=537"
				
					dqm__subdesc28_13_0 = "Lawn Stone Plaques"
					dqm__icon_index28_13_0 = 0
					dqm__url28_13_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=556"
				
					dqm__subdesc28_13_1 = "Wall Stone Plaques"
					dqm__icon_index28_13_1 = 0
					dqm__url28_13_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=555"
				
					dqm__subdesc28_14 = "Vertical Plaques"
					dqm__icon_index28_14 = 0
					dqm__url28_14 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=532"
				
					dqm__maindesc29 = "Plumbing"
					dqm__micon_index29 = 0
					dqm__url29 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=406"
				
					dqm__maindesc30 = "Rugs & Mats"
					dqm__micon_index30 = 0
					dqm__url30 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=573"
				
					dqm__maindesc31 = "Safes"
					dqm__micon_index31 = 0
					dqm__url31 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=364"
				
					dqm__maindesc32 = "Safety Hardware"
					dqm__micon_index32 = 0
					dqm__url32 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=305"
				
					dqm__maindesc33 = "Sanitary Supply"
					dqm__micon_index33 = 0
					dqm__url33 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=409"
				
					dqm__maindesc34 = "Signage"
					dqm__micon_index34 = 0
					dqm__url34 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=408"
				
					dqm__maindesc35 = "Tools"
					dqm__micon_index35 = 0
					dqm__url35 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=363"
				
					dqm__subdesc35_0 = "Hand Tools"
					dqm__icon_index35_0 = 0
					dqm__url35_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=449"
				
					dqm__subdesc35_1 = "Tool Accessories"
					dqm__icon_index35_1 = 0
					dqm__url35_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=450"
				
					dqm__subdesc35_2 = "Tool Belts & Accessories"
					dqm__icon_index35_2 = 0
					dqm__url35_2 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=574"
				
					dqm__maindesc36 = "Weathervanes"
					dqm__micon_index36 = 0
					dqm__url36 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=497"
				
					dqm__subdesc36_0 = "24in. Accent Directions Weathervanes"
					dqm__icon_index36_0 = 0
					dqm__url36_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=503"
				
					dqm__subdesc36_1 = "30in. Accent Directions Weathervanes"
					dqm__icon_index36_1 = 0
					dqm__url36_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=502"
				
					dqm__subdesc36_2 = "30in. Traditional Direction Full-Bodied Weathervanes"
					dqm__icon_index36_2 = 0
					dqm__url36_2 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=500"
				
					dqm__subdesc36_3 = "30in. Traditional Directions Color Weathervanes"
					dqm__icon_index36_3 = 0
					dqm__url36_3 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=501"
				
					dqm__subdesc36_4 = "46in. Traditional Directions Weathervanes"
					dqm__icon_index36_4 = 0
					dqm__url36_4 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=499"
				
					dqm__subdesc36_5 = "Copper Weathervanes"
					dqm__icon_index36_5 = 0
					dqm__url36_5 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=498"
				
					dqm__subdesc36_6 = "Cupolas"
					dqm__icon_index36_6 = 0
					dqm__url36_6 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=505"
				
					dqm__subdesc36_7 = "Garden Directions"
					dqm__icon_index36_7 = 0
					dqm__url36_7 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=504"
				
					dqm__maindesc37 = "Window Hardware"
					dqm__micon_index37 = 0
					dqm__url37 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=350"
				
					dqm__maindesc38 = "Cylinders & Keys"
					dqm__micon_index38 = 0
					dqm__url38 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=249"
				
					dqm__subdesc38_0 = "Decorative Keys"
					dqm__icon_index38_0 = 0
					dqm__url38_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=423"
				
					dqm__subdesc38_1 = "Key Blanks"
					dqm__icon_index38_1 = 0
					dqm__url38_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=272"
				
					dqm__subdesc38_2 = "Key-In-Knob cylinders"
					dqm__icon_index38_2 = 0
					dqm__url38_2 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=439"
				
					dqm__subdesc38_3 = "Mortise"
					dqm__icon_index38_3 = 0
					dqm__url38_3 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=273"
				
					dqm__subdesc38_4 = "Other"
					dqm__icon_index38_4 = 0
					dqm__url38_4 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=275"
				
					dqm__subdesc38_5 = "Pin Kit"
					dqm__icon_index38_5 = 0
					dqm__url38_5 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=374"
				
					dqm__subdesc38_6 = "Rim"
					dqm__icon_index38_6 = 0
					dqm__url38_6 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=274"
				
					dqm__maindesc39 = "Decorative Lighting"
					dqm__micon_index39 = 0
					dqm__url39 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=453"
				
					dqm__subdesc39_0 = "Bath"
					dqm__icon_index39_0 = 0
					dqm__url39_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=454"
				
					dqm__subdesc39_1 = "CANDLE STICK"
					dqm__icon_index39_1 = 0
					dqm__url39_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=495"
				
					dqm__subdesc39_2 = "Chandeliers"
					dqm__icon_index39_2 = 0
					dqm__url39_2 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=455"
				
					dqm__subdesc39_3 = "DINETTE CHANDELIER"
					dqm__icon_index39_3 = 0
					dqm__url39_3 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=466"
				
					dqm__subdesc39_4 = "Floor Lamp"
					dqm__icon_index39_4 = 0
					dqm__url39_4 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=461"
				
					dqm__subdesc39_5 = "Flush Mount"
					dqm__icon_index39_5 = 0
					dqm__url39_5 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=464"
				
					dqm__subdesc39_6 = "Island"
					dqm__icon_index39_6 = 0
					dqm__url39_6 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=458"
				
					dqm__subdesc39_7 = "Mirror"
					dqm__icon_index39_7 = 0
					dqm__url39_7 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=459"
				
					dqm__subdesc39_8 = "Outdoor"
					dqm__icon_index39_8 = 0
					dqm__url39_8 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=463"
				
					dqm__subdesc39_9 = "Outdoor Lighting"
					dqm__icon_index39_9 = 0
					dqm__url39_9 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=473"
				
					dqm__subdesc39_10 = "Pendants"
					dqm__icon_index39_10 = 0
					dqm__url39_10 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=457"
				
					dqm__subdesc39_11 = "Pot Rack"
					dqm__icon_index39_11 = 0
					dqm__url39_11 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=467"
				
					dqm__subdesc39_12 = "Table Lamp"
					dqm__icon_index39_12 = 0
					dqm__url39_12 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=460"
				
					dqm__subdesc39_13 = "WALL BRACKET"
					dqm__icon_index39_13 = 0
					dqm__url39_13 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=465"
				
					dqm__subdesc39_14 = "Wall Sconces"
					dqm__icon_index39_14 = 0
					dqm__url39_14 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=456"
				
					dqm__maindesc40 = "Kitchen & Bath Decor"
					dqm__micon_index40 = 0
					dqm__url40 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=247"
				
					dqm__subdesc40_0 = "Panry Organization"
					dqm__icon_index40_0 = 0
					dqm__url40_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=442"
				
					dqm__subdesc40_1 = "Commercial Bath Accessories"
					dqm__icon_index40_1 = 0
					dqm__url40_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=378"
				dqm__2nd_icon_index40_2 = 0
					dqm__subdesc40_2 = "Decorative Bath Accessories"
					dqm__icon_index40_2 = 0
					dqm__url40_2 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=352"
				
					dqm__subdesc40_2_0 = "Bathroom Lights"
					dqm__icon_index40_2_0 = 0
					dqm__url40_2_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=391"
				
					dqm__subdesc40_2_1 = "Robe Hook"
					dqm__icon_index40_2_1 = 0
					dqm__url40_2_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=392"
				
					dqm__subdesc40_2_2 = "Shower Basket"
					dqm__icon_index40_2_2 = 0
					dqm__url40_2_2 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=398"
				
					dqm__subdesc40_2_3 = "Soap Holder"
					dqm__icon_index40_2_3 = 0
					dqm__url40_2_3 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=396"
				
					dqm__subdesc40_2_4 = "Toilet Tissue Holder"
					dqm__icon_index40_2_4 = 0
					dqm__url40_2_4 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=393"
				
					dqm__subdesc40_2_5 = "Toiletry Shelves"
					dqm__icon_index40_2_5 = 0
					dqm__url40_2_5 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=397"
				
					dqm__subdesc40_2_6 = "Toothbrush Holder"
					dqm__icon_index40_2_6 = 0
					dqm__url40_2_6 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=402"
				
					dqm__subdesc40_2_7 = "Towel Bar"
					dqm__icon_index40_2_7 = 0
					dqm__url40_2_7 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=395"
				
					dqm__subdesc40_2_8 = "Towel Ring"
					dqm__icon_index40_2_8 = 0
					dqm__url40_2_8 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=394"
				
					dqm__subdesc40_2_9 = "Towel Warmer"
					dqm__icon_index40_2_9 = 0
					dqm__url40_2_9 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=399"
				dqm__2nd_icon_index40_3 = 0
					dqm__subdesc40_3 = "Faucets"
					dqm__icon_index40_3 = 0
					dqm__url40_3 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=375"
				
					dqm__subdesc40_3_0 = "Bathroom Faucets"
					dqm__icon_index40_3_0 = 0
					dqm__url40_3_0 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=377"
				
					dqm__subdesc40_3_1 = "Kitchen Faucet"
					dqm__icon_index40_3_1 = 0
					dqm__url40_3_1 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=376"
				
					dqm__subdesc40_4 = "Mirrors"
					dqm__icon_index40_4 = 0
					dqm__url40_4 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=385"
				
					dqm__subdesc40_5 = "Sinks"
					dqm__icon_index40_5 = 0
					dqm__url40_5 = "http://www.lockandhinge.com/scripts/main.cgi?action=search&category=405"
				
