

//  QuickMenu Pro, Copyright (c) - 2002, OpenCube Inc. - http://www.opencube.com

//  

//

//

//  QuickMenu Pro - (QuickMenu v3.0) Works With....

//

//      IE4, IE5.x, IE6 (Win 95, 98, ME, 2000, NT, XP)

//      IE4, IE5.x, &up (Mac)

//      NS4.x (All Platforms)

//      NS5/6.x (All Platforms)

//      NS7 (All Platforms)

//      Opera 5,6,7 (All Platforms)

//      Mozilla 1.0 & up (All Platforms)

//      Konqueror 3.0 & up (Linux)

//       

//

//  

//  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 70%. Note: To simplify comment 

//  removal there is a uncommented version of this sample template

//  offered in the 'samples' folder.

//

//

//  NOTE: Parameters with an appended '//' 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, across frames, or over certain

//        form field elements. A hide and show workaround for form

//        fields is included with this menu (see the 'Menu event 

//        triggered custom function calls' section below).         









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

Copyright Notice - The following parameter is 

required in order for the menu to function.

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



DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2002, OpenCube Inc. - www.opencube.com"

 

limit_multiple_users = true



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

required menu Settings

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





   DQM_sub_menu_width = 130      //default sub menu widths

   DQM_sub_xy = "0,0"            //default sub x,y coordinates

   

   

   DQM_codebase = ""             //relative location of .js files

   DQM_urltarget = "_self"       //set to: _self, _parent, _new, or "my frame name"



   DQM_border_width = 1

   DQM_divider_height = 0



   DQM_border_color = "#666666"  //Hex color value or 'transparent'

   DQM_menu_bgcolor = "#e6e6e6"  //Hex color value or 'transparent'

   DQM_hl_bgcolor = "#e6e6e6"    //Hex color value

   



   /*---The following parameter defines the delay

   -----time between the mouse moving outside of

   -----a sub menu and the sub menu actually closing.

   -----In all browsers except Netscape 4.x this time 

   -----period starts after the mouse leaves the sub 

   -----menu and the user stops moving the mouse. 

   -----This setting is useful for reducing end-user 

   -----error in the selection of sub menus. Defined 

   -----in milliseconds (1/1000s)---*/



   DQM_mouse_off_delay = 100

   

  

   /*---Internet Explorer Mac Offset Fix - The following

   -----parameters correct position reporting bugs in

   -----ie4.x and ie5.x on the Mac OS9 and OSX platforms.

   -----Adjust the offsets below until the first level

   -----sub menus pop up in the correct location.*/

   

   DQM_os9_ie5mac_offset_X = 10

   DQM_os9_ie5mac_offset_Y = 15



   DQM_osx_ie5mac_offset_X = 0

   DQM_osx_ie5mac_offset_Y = 0



   DQM_ie4mac_offset_X = -8

   DQM_ie4mac_offset_Y = -50





   /*---Netscape 4.x fix option - bugs in Netscape 4.x

   -----can cause layers (sub menus) to be rendered

   -----incorrectly upon resizing the browser window.

   -----The only way to work around this issue is to reload

   -----the page after a resize. The following parameters allow

   -----the menu to automatically reload the page for the user

   -----after a resize, prompts the user to reload the page

   -----manually after resize, or attempts to correct the menu

   -----after a resize without reloading.-----*/

   

   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 4 & up fix - The following parameter option

   -----corrects div mouse detection bugs on Opera. Set the

   -----parameter value to true if your sub menus are located

   -----at the lowest point on the HTML page.---*/



   DQM_use_opera_div_detect_fix = true;





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

Internet Explorer Transition Effects - IE5.5 & UP



Note: All non supporting browsers will ignore

the effect settings below while retaining the

complete sub menu functionality and look.

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



	

   /*----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



  

   /*----Customization option settings for the various effect

   ------transitions may be defined below---*/



   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

   



   /*----Note: Due to browser limitations, when using a 

   ------drop shadow effect or sub menu opacity values

   ------less than 100, combined with sub menu and or

   ------sub menu item transitions, undesirable transition

   ------results may occur. To remedy the issue use

   ------semi transparent sub menus or borders without

   ------transition effects or use transition effects without

   ------borders and set the sub menu opacity value to 100.---*/

   

   /*----Opacity is defined with a value between

   ------1 and 100 with 100 being opaque---*/   	



   DQM_sub_menu_opacity = 100



   DQM_dropshadow_color = "none"                //Hex color value or 'none'

   DQM_dropshadow_offx = 5                      //drop shadow width

   DQM_dropshadow_offy = 5	                //drop shadow height







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

Optional event triggered custom function calls

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





   /*----This menu uses the documents onload event to

   ------initially generate the menus. If your HTML page requires

   ------the onload statement for calling other script functions

   ------or statements you may execute your code using the

   ------parameter below------*/



   //DQM_onload_code = "alert('custom function - onload')"





   /*----the following parameters may be used to execute

   ------custom code upon menu pop-up and hide.

   ------These are useful for hiding drop down boxes which

   ------may not be displayed under the menus due to

   ------browser limitations with certain form fields.---*/



   //DQM_showmenu_code0 = "status = 'custom show menu function call - menu0'"

   //DQM_showmenu_code1 = "status = 'custom show menu function call - menu1'"



   //DQM_hidemenu_code0 = "status = 'custom hide menu function call - menu0'"

   //DQM_hidemenu_code1 = "status = 'custom hide menu function call - menu1'"



 

   /*----the following parameters may be used to execute

   ------custom code upon clicking a menu item. If a URL link 

   ------and custom code are both defined the code will be 

   ------executed first, then the URL link will be loaded. This 

   ------parameter option is useful for opening custom pop up windows.---*/



   //DQM_clickitem_code0_0 = "alert('custom Function - Menu Item 0_0')"

   //DQM_clickitem_code1_0 = "alert('custom Function - Menu Item 1_0')"







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

Required font Settings

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

   



   DQM_textcolor = "#333333"

   DQM_fontfamily = "Tahoma"            //Any available system font     

   DQM_fontsize = 10		         //Defined with pixel sizing  	

   DQM_fontsize_ie4 = 9		         //Defined with point sizing

   DQM_textdecoration = "normal"         //set to: 'normal', or 'underline'

   DQM_fontweight = "normal"             //set to: 'normal', or 'bold'

   DQM_fontstyle = "normal"	         //set to: 'normal', or 'italic' 	

   DQM_hl_textcolor = "#000000"

   DQM_hl_textdecoration = "underline"   //set to: 'normal', or 'underline'



   DQM_margin_top = 2

   DQM_margin_bottom = 3

   DQM_margin_left = 5

   DQM_margin_right = 4



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

   







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

Optional Icon Images - Relative Positioning



The relative positioned icon images are automatically

placed directly before or after the sub menu items

text (placement is determined by text alignment). 

By adding transparent space to the left or right

of the icon image itself, a custom image to text gap

may be obtained (Note: The gap space between icon

images and text may also be achieved by using the

menus optional 2nd icon image, see the 'optional 2nd

icon images' section for more information). The 

relative positioned icons are useful for creating

text bullets for aesthetic purposes or symbolic icons

for different sub menu items.

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





   /*----Unlimited icon images may be defined and associated with any sub menu

   ------item by specifying the icons index with the 'DQM_icon_index' parameter 

   ------see the 'sub menu customization' section below for examples---------*/





   DQM_icon_image0 = "images/bullet.gif"

   DQM_icon_rollover0 = "images/bullet_hl.gif"

   DQM_icon_image_wh0 = "13,8"



   DQM_icon_image1 = "images/arrow.gif"

   DQM_icon_rollover1 = "images/arrow.gif"

   DQM_icon_image_wh1 = "13,10"





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

Optional 2nd Icon Images - Absolute Positioning



The 2nd absolute positioned icons may be positioned 

anywhere within the sub menu items bounding area. 

These icon images are useful for creating arrows 

or other symbols which indicate the existence of a 

child sub menu. Sub menu text alignment or length 

will not affect the images placement.  If your images 

undesirably appear over the top of sub menu text 

items then adjust the icons coordinates, sub menu 

widths, or margins accordingly.



Note: Icon image coordinates are defined relative to

the top right corner of the sub menu item when the

sub menu text is left aligned, or relative to the

top left corner when the sub menus text is right

aligned.

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





   /*----Unlimited icon images may be defined and associated with any sub menu

   ------item by specifying the icons index with the 'DQM_2nd_icon_index' parameter 

   ------see the 'sub menu customization' section below for examples---------*/



   DQM_2nd_icon_image0 = "images/arrow.gif"

   DQM_2nd_icon_rollover0 = "images/arrow.gif"

   DQM_2nd_icon_image_wh0 = "13,10"

   DQM_2nd_icon_image_xy0 = "0,4"





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

Optional Status Bar Text



Note: Custom defined status bar text for a menu item 

will be displayed in place of the URL when the 

'DQM_show_urls_statusbar' parameter is set to true.

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



   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"	









/*********************************************************************/

/*                                                                   */

/*                       MAIN MENU CUSTOMIZATION                     */

/*                                                                   */ 

/*********************************************************************/





   /************************************************

   *********-------Main Menu [HOME]--------**************

   ************************************************/



   DQM_rollover_image0 = "images/home2.jpg"

   DQM_rollover_wh0 = "49,21"

   DQM_url0 = "home.htm";   





   /************************************************

   *********-------Main Menu [Product Categories]--------**************

   ************************************************/



   DQM_rollover_image1 = "images/products2.jpg"

   DQM_rollover_wh1 = "112,21"

   DQM_url1 = "home.htm";





   /************************************************

   *********-------Main Menu [Company]--------**************

   ************************************************/    



   DQM_rollover_image2 = "images/company2.jpg" 

   DQM_rollover_wh2 = "69,21"

   DQM_url2 = "home.htm";   

   
   
   
   /************************************************

   *********-------Main Menu [Contact Us]--------***************

   ************************************************/



   DQM_rollover_image3 = "images/contact2.jpg" 

   DQM_rollover_wh3 = "71,21"

   DQM_url3 = "contact.htm";   

	
	/*fj 01-13-06 ************************************************

   *********-------Main Menu [News]--------***************

   ************************************************/



   DQM_rollover_image4 = "images/news1.jpg" 

   DQM_rollover_wh4 = "50,21"

   DQM_url4 = "news.htm";   
   
   
   	/*fj 01-13-06 ************************************************

   *********-------Main Menu [Download]--------***************

   ************************************************/



   DQM_rollover_image5 = "images/download1.jpg" 

   DQM_rollover_wh5 = "86,21"

   DQM_url5 = "home.htm";   
   

	/*fj 01-12-06 ************************************************

   *********-------Main Menu [Qualistore]--------***************

   ************************************************/



   DQM_rollover_image6 = "images/qualistoretm1.jpg" 

   DQM_rollover_wh6 = "115,21"

   DQM_url6 = "https://id3458.securedata.net/qualitest-inc.com/merchantmanager/index.php";   

  



/*********************************************************************/

/*                                                                   */

/*                       SUB MENU CUSTOMIZATION                      */

/*                                                                   */ 

/*********************************************************************/



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



The parameters below define the menus tree structure, text descriptions, 

associated icon images, URL links, and sub menu positioning. An infinite 

number of sub menu items and levels may be defined for each main menu item

by appending the appropriate index values to the 'DQM_subdesc' parameter. 

The included sample menus ('sample.htm') tree structure is defined below and

may be used as a simple guide for how to index your items.



The sub menu items text descriptions may be defined using plain text or

HTML. To use HTML simply place the entire string on one line and replace

all double quotes with single quotes.







ADDITIONAL SUB MENU CUSTOMIZATION OPTIONS:



The following parameters are referenced for documentation purposes and are 

additional customizable features which may be included as part of the sample 

sub menus defined below. (Note: to use these parameters add them to the sub 

menu sections below, they are not active when inside this comment field.)





Sub Menu Group Options:



The following setting apply to individual sub menu groups. Reference a sub

menu group within the parameter by appending the index value of the group

to the parameter name.

   

 1---The following parameters define unique colors, highlight colors

   border sizes, and divider heights for a sub menu. The X at the end

   of the parameter name represents the index of the sub menu. Child sub

   menus may also be referenced, i.e. 'DQM_menu_bgcolor1_0' refers to the

   2nd main menus, 1st sub menu items, child sub menu.

   

   DQM_border_widthX = 11;

   DQM_divider_heightX = 5;		

 

   DQM_border_colorX = "#0000ff";     

   DQM_menu_bgcolorX = "#ff0000"

   DQM_hl_bgcolorX = "#00ff00"

   DQM_textcolorX = "#00ff00"	 

   DQM_hl_textcolorX = "#ff0000"



 2---For more information on the following two parameter options see the 

   section above labeled 'Optional event triggered custom function calls'



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

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



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



   DQM_text_alignmentX = "left"







Sub Menu Item Options:



The following settings apply to individual sub menu items, reference a sub

menu item within the parameter by appending the index value of the item

to the parameter name.



 1---The following parameter creates custom highlight text, any html tags

   may also be used to create formatted text and images. (Note: when using

   HTML convert all double quotes to single quotes and keep to one line.)

   Any number of 'DQM_hl_subdescX' parameters may be defined so long as there

   is a corresponding 'DQM_subdescX' parameter. The X at the end of the

   parameters name is variable and represents the index of the sub menu item.



   DQM_hl_subdescX = "custom highlight text"



 2---For more information on the following parameter option see the 

   section above labeled 'Optional event triggered custom function calls'



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



 3---Unique sub menu item URL targets may be defined with the 

   following parameter option. Allowable 'DQM_urltargetX' param values

   include... _self, _parent, _new, or "my frame name".



   DQM_urltargetX = "_new"





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





/************************************************

*********-------Home Menu--------***************

************************************************/





/************************************************

*********-------Product Categories--------***************

************************************************/



DQM_sub_xy1 = "-105,22"

DQM_sub_menu_width1 = 205



DQM_subdesc1_0 = "Metals"

DQM_subdesc1_1 = "Plastics & Rubber"

DQM_subdesc1_2 = "Paper & Cardboard"

DQM_subdesc1_3 = "Textiles"

DQM_subdesc1_4 = "Cement"

DQM_subdesc1_5 = "Concrete"

DQM_subdesc1_6 = "Paint & Coatings"

DQM_subdesc1_7 = "Optical Test & Measurement Systems"

DQM_subdesc1_8 = "Hardness Testers"

DQM_subdesc1_9 = "Portable Testing Equipment"


DQM_icon_index1_0 = 0

DQM_icon_index1_1 = 0

DQM_icon_index1_2 = 0

DQM_icon_index1_3 = 0

DQM_icon_index1_4 = 0

DQM_icon_index1_5 = 0

DQM_icon_index1_6 = 0

DQM_icon_index1_7 = 0

DQM_icon_index1_8 = 0

DQM_icon_index1_9 = 0

DQM_2nd_icon_index1_0 = 0

DQM_2nd_icon_index1_1 = 0

DQM_2nd_icon_index1_2 = 0

DQM_2nd_icon_index1_3 = 0

DQM_2nd_icon_index1_4 = 0

DQM_2nd_icon_index1_5 = 0

DQM_2nd_icon_index1_6 = 0

DQM_2nd_icon_index1_7 = 0

DQM_2nd_icon_index1_8 = 0

DQM_2nd_icon_index1_9 = 0

DQM_url1_0 = "metal.htm"

DQM_url1_1 = "plastics.htm"

DQM_url1_2 = "paper.htm"

DQM_url1_3 = "textile.htm"

DQM_url1_4 = "cement.htm"

DQM_url1_5 = "concrete.htm"

DQM_url1_6 = "color.htm"

DQM_url1_7 = "opticalhome.htm"

DQM_url1_8 = "hardnesstester.htm"

DQM_url1_9 = "portable.htm"



/************************************************

****---------------- Metals ---------------*******

************************************************/



DQM_sub_xy1_0 = "-4,2"

DQM_sub_menu_width1_0 = 160



DQM_subdesc1_0_0 = "Hardness Testers"

DQM_subdesc1_0_1 = "Fatigue Testing Machines"

DQM_subdesc1_0_2 = "Universal Testing Machines"

DQM_subdesc1_0_3 = "Pendulum Impact Tester"

DQM_subdesc1_0_4 = "Sheet Metal Testing Machines"

DQM_subdesc1_0_5 = "Strain & FLC Measurement"

DQM_subdesc1_0_6 = "Sample Preparation"

DQM_subdesc1_0_7 = "Grips & Fixtures for UTMs"

DQM_subdesc1_0_8 = "Surface Roughness Testers"

DQM_subdesc1_0_9 = "Ultrasonic Thickness Gauges"

DQM_subdesc1_0_10 =  "Metallurgical Microscope"

DQM_subdesc1_0_11 = "More..."

DQM_icon_index1_0_0 = 0

DQM_icon_index1_0_1 = 0

DQM_icon_index1_0_2 = 0

DQM_icon_index1_0_3 = 0

DQM_icon_index1_0_4 = 0

DQM_icon_index1_0_5 = 0

DQM_icon_index1_0_6 = 0

DQM_icon_index1_0_7 = 0

DQM_icon_index1_0_8 = 0

DQM_icon_index1_0_9 = 0

DQM_icon_index1_0_10 = 0

DQM_icon_index1_0_11 = 0

DQM_2nd_icon_index1_0 = 0

DQM_2nd_icon_index1_1 = 0

DQM_url1_0_0 = "hardnesstester.htm"

DQM_url1_0_1 = "fatigue.htm"

DQM_url1_0_2 = "utm.htm"

DQM_url1_0_3 = "pendulum.htm"

DQM_url1_0_4 = "sheetmetaltest.htm"

DQM_url1_0_5 = "autogrid.htm"

DQM_url1_0_6 = "tensilkut.htm"

DQM_url1_0_7 = "grip.htm"

DQM_url1_0_8 = "roughness.htm"

DQM_url1_0_9 = "ultrasonicthickness.htm"

DQM_url1_0_10 = "metalloscope.htm"

DQM_url1_0_11 = "metal.htm"



/************************************************

****------- Metal - Hardness Testers -----*******

************************************************/



DQM_sub_xy1_0_0 = "-4,2"

DQM_sub_menu_width1_0_0 = 185



DQM_subdesc1_0_0_0 = "Portable Hardness Testers"

DQM_subdesc1_0_0_1 = "Bench-Top Hardness Testers"

DQM_subdesc1_0_0_2 = "Hardness Test Blocks & Accessories"

DQM_icon_index1_0_0_0 = 0

DQM_icon_index1_0_0_1 = 0

DQM_icon_index1_0_0_2 = 0

DQM_2nd_icon_index1_0_0 = 0

DQM_url1_0_0_0 = "portablemht.htm"

DQM_url1_0_0_1 = "benchtopmht.htm"

DQM_url1_0_0_2 = "hardnessblocks.htm"



/************************************************

****--- Metal - Fatigue Testing Machines -*******

************************************************/



DQM_sub_xy1_0_1 = "-4,2"

DQM_sub_menu_width1_0_1 = 110



DQM_subdesc1_0_1_0 = "Low Capacity"

DQM_subdesc1_0_1_1 = "High Capacity"

DQM_icon_index1_0_1_0 = 0

DQM_icon_index1_0_1_1 = 0

DQM_2nd_icon_index1_0_1 = 0

DQM_url1_0_1_0 = "mikrotron.htm"

DQM_url1_0_1_1 = "testronic.htm"





/************************************************

****-------Plastics & Rubber -------------*******

************************************************/



DQM_sub_xy1_1 = "-4,2"

DQM_sub_menu_width1_1 = 170



DQM_subdesc1_1_0 = "Durometers"

DQM_subdesc1_1_1 = "Universal Testing Machines"

DQM_subdesc1_1_2 = "Pendulum Impact Testers"

DQM_subdesc1_1_3 = "Falling Dart Impact Tester"

DQM_subdesc1_1_4 = "Gardner Impact Tester"

DQM_subdesc1_1_5 = "Melt Flow Indexer"

DQM_subdesc1_1_6 = "Specific Gravity Tester"

DQM_subdesc1_1_7 = "DIN Abrasion Tester"

DQM_subdesc1_1_8 = "NBS Abrader"

DQM_subdesc1_1_9 = "Rebound Resilience Tester"

DQM_subdesc1_1_10 = "Oscillating Disk Rheometer"

DQM_subdesc1_1_11 = "Mooney Viscometer"

DQM_subdesc1_1_12 = "Plastometer"

DQM_subdesc1_1_13 = "DeMattia Flexing Fatigue Tester"

DQM_subdesc1_1_14 = "Coefficient of Friction Tester"

DQM_subdesc1_1_15 = "Dies & Molds"

DQM_subdesc1_1_16 = "Sample Preparation"

DQM_subdesc1_1_17 = "HDT/VICAT Heat Deflection Test"

DQM_subdesc1_1_18 = "Lab Mixing Extruder"

DQM_subdesc1_1_19 = "Lab Mixing Molder"

DQM_subdesc1_1_20 = "Limiting Oxygen Index Chamber"

DQM_subdesc1_1_21 = "Hot Tack Heatseal Tester"

DQM_subdesc1_1_22 = "Flexometers"

DQM_subdesc1_1_23 = "Grips & Fixtures for UTMs"

DQM_subdesc1_1_24 = "More..."

DQM_icon_index1_1_0 = 0

DQM_icon_index1_1_1 = 0

DQM_icon_index1_1_2 = 0

DQM_icon_index1_1_3 = 0

DQM_icon_index1_1_4 = 0

DQM_icon_index1_1_5 = 0

DQM_icon_index1_1_6 = 0

DQM_icon_index1_1_7 = 0

DQM_icon_index1_1_8 = 0

DQM_icon_index1_1_9 = 0

DQM_icon_index1_1_10 = 0

DQM_icon_index1_1_11 = 0

DQM_icon_index1_1_12 = 0

DQM_icon_index1_1_13 = 0

DQM_icon_index1_1_14 = 0

DQM_icon_index1_1_15 = 0

DQM_icon_index1_1_16 = 0

DQM_icon_index1_1_17 = 0

DQM_icon_index1_1_18 = 0

DQM_icon_index1_1_19 = 0

DQM_icon_index1_1_20 = 0

DQM_icon_index1_1_21 = 0

DQM_icon_index1_1_22 = 0

DQM_icon_index1_1_23 = 0

DQM_icon_index1_1_24 = 0

DQM_2nd_icon_index1_1_0 = 0

DQM_url1_1_0 = "bareissmain.htm"

DQM_url1_1_1 = "utm.htm"

DQM_url1_1_2 = "plasticspendulum.htm"

DQM_url1_1_3 = "dropdart.htm"

DQM_url1_1_4 = "gardner.htm"

DQM_url1_1_5 = "mfi.htm"

DQM_url1_1_6 = "specificgravity.htm"

DQM_url1_1_7 = "abrasion.htm"

DQM_url1_1_8 = "nbsabrader.htm"

DQM_url1_1_9 = "resilience.htm"

DQM_url1_1_10 = "rheometer.htm"

DQM_url1_1_11 = "viscometer.htm"

DQM_url1_1_12 = "plastometer.htm"

DQM_url1_1_13 = "demattia.htm"

DQM_url1_1_14 = "cof.htm"

DQM_url1_1_15 = "dies-molds.htm"

DQM_url1_1_16 = "tensilkut.htm"

DQM_url1_1_17 = "hdt.htm"

DQM_url1_1_18 = "lme.htm"

DQM_url1_1_19 = "lmm.htm"

DQM_url1_1_20 = "loi.htm"

DQM_url1_1_21 = "hottack.htm"

DQM_url1_1_22 = "flexometer.htm"

DQM_url1_1_23 = "grip.htm"

DQM_url1_1_24 = "plastics.htm"



/************************************************

****--- Plastics & Rubber - Durometers ---*******

************************************************/



DQM_sub_xy1_1_0 = "-4,2"

DQM_sub_menu_width1_1_0 = 170



DQM_subdesc1_1_0_0 = "Analog Durometers"

DQM_subdesc1_1_0_1 = "Digital Durometers"

DQM_subdesc1_1_0_2 = "IRHD Micro Hardness Testers"

DQM_subdesc1_1_0_3 = "Pusey & Jones Hardness Tester"

DQM_subdesc1_1_0_4 = "Automatic Motorized Durometer"

DQM_icon_index1_1_0_0 = 0

DQM_icon_index1_1_0_1 = 0

DQM_icon_index1_1_0_2 = 0

DQM_icon_index1_1_0_3 = 0

DQM_icon_index1_1_0_4 = 0

DQM_2nd_icon_index1_1_0 = 0

DQM_url1_1_0_0 = "durometer.htm"

DQM_url1_1_0_1 = "hpe.htm"

DQM_url1_1_0_2 = "irhdmicrocompact.htm"

DQM_url1_1_0_3 = "puseyandjones.htm"

DQM_url1_1_0_4 = "digitest.htm"


/****fj****/
/************************************************

****-------Paper ----------------------*******

************************************************/



DQM_sub_xy1_2 = "-4,2"

DQM_sub_menu_width1_2 = 260



DQM_subdesc1_2_0 = "Tensile Tester"

DQM_subdesc1_2_1 = "Automatic Bursting Strength Tester"

DQM_subdesc1_2_2 = "Ring Crush Tester - RCT Test - Type A"

DQM_subdesc1_2_3 = "Paper Die Cutter"

DQM_subdesc1_2_4 = "Cutter for Circular Samples"

DQM_subdesc1_2_5 = "MT-500 Motorized Force Test Systems"

DQM_subdesc1_2_6 = "MIT Folding Endurance Tester - Type A"

DQM_subdesc1_2_7 = "Puncture Tester"

DQM_subdesc1_2_8 = "Box Compression Tester"

DQM_subdesc1_2_9 = "Water Absorption Tester - COBB Tester"

DQM_subdesc1_2_10 = "Package Drop Tester"

DQM_subdesc1_2_11 = "Internal Bond Impact Tester"

DQM_subdesc1_2_12 = "Elmendorf Tear Strength Tester"

DQM_subdesc1_2_13 = "Frazier Differential Pressure Air Permeability Tester"

DQM_subdesc1_2_14 = "Coefficient of Friction Tester - COF Tester"

DQM_subdesc1_2_15 = "Off-Line Paper / Film Thickness Gauges"

DQM_subdesc1_2_16 = "Rotary Abrasion Tester"

DQM_subdesc1_2_17 = "75 Degree Gloss Meter, Micro-Gloss 75"

DQM_subdesc1_2_18 = "P&J Plastometer for Paper Rollers"

DQM_icon_index1_2_0 = 0

DQM_icon_index1_2_1 = 0

DQM_icon_index1_2_2 = 0

DQM_icon_index1_2_3 = 0

DQM_icon_index1_2_4 = 0

DQM_icon_index1_2_5 = 0

DQM_icon_index1_2_6 = 0

DQM_icon_index1_2_7 = 0

DQM_icon_index1_2_8 = 0

DQM_icon_index1_2_9 = 0

DQM_icon_index1_2_10 = 0

DQM_icon_index1_2_11 = 0

DQM_icon_index1_2_12 = 0

DQM_icon_index1_2_13 = 0

DQM_icon_index1_2_14 = 0

DQM_icon_index1_2_15 = 0

DQM_icon_index1_2_16 = 0

DQM_icon_index1_2_17 = 0

DQM_icon_index1_2_18 = 0

DQM_url1_2_0 = "tensiletester.htm"

DQM_url1_2_1 = "burststrengthtester.htm"

DQM_url1_2_2 = "ringcrushtester.htm"

DQM_url1_2_3 = "paperdiecutter.htm"

DQM_url1_2_4 = "circularsamplecutter.htm"

DQM_url1_2_5 = "mt500.htm"

DQM_url1_2_6 = "mitfoldingendurancetester.htm"

DQM_url1_2_7 = "puncturetester.htm"

DQM_url1_2_8 = "boxcompressiontester.htm"

DQM_url1_2_9 = "cobbtester.htm"

DQM_url1_2_10 = "packagedroptester.htm"

DQM_url1_2_11 = "scottbondimpacttester.htm"

DQM_url1_2_12 = "elmendorf.htm"

DQM_url1_2_13 = "frazierairpermeability.htm"

DQM_url1_2_14 = "cof.htm"

DQM_url1_2_15 = "filmthickness.htm"

DQM_url1_2_16 = "rotaryabrasion.htm"

DQM_url1_2_17 = "gloss8.htm"

DQM_url1_2_18 = "puseyandjones.htm"

/****fj****/

/************************************************

****-------Textiles ----------------------*******

************************************************/



DQM_sub_xy1_3 = "-4,2"

DQM_sub_menu_width1_3 = 150



DQM_subdesc1_3_0 = "Tensile Testers"

DQM_subdesc1_3_1 = "Manual Crock Meter"

DQM_subdesc1_3_2 = "Densimeters"

DQM_subdesc1_3_3 = "Air Permeability Machine"

DQM_subdesc1_3_4 = "Elmendorf Tear Strength Tester"

DQM_subdesc1_3_5 = "Pilling Tester"

DQM_subdesc1_3_6 = "Burst Strength Tester"

DQM_subdesc1_3_7 = "Portable Water Penetration Tester"

DQM_subdesc1_3_8 = "Cutter for Circular Samples"

DQM_subdesc1_3_9 = "Dyeing Rubbing Tester"

DQM_subdesc1_3_10 = "Manual Wrap Reel"

DQM_subdesc1_3_11 = "Perspiration Tester"

DQM_subdesc1_3_12 = "More..."

DQM_icon_index1_3_0 = 0

DQM_icon_index1_3_1 = 0

DQM_icon_index1_3_2 = 0

DQM_icon_index1_3_3 = 0

DQM_icon_index1_3_4 = 0

DQM_icon_index1_3_5 = 0

DQM_icon_index1_3_6 = 0

DQM_icon_index1_3_7 = 0

DQM_icon_index1_3_8 = 0

DQM_icon_index1_3_9 = 0

DQM_icon_index1_3_10 = 0

DQM_icon_index1_3_11 = 0

DQM_icon_index1_3_12 = 0

DQM_url1_3_0 = "utm.htm"

DQM_url1_3_1 = "crockmeter.htm"

DQM_url1_3_2 = "densimeter.htm"

DQM_url1_3_3 = "textileairpermeability.htm"

DQM_url1_3_4 = "elmendorf.htm"

DQM_url1_3_5 = "pilling.htm"

DQM_url1_3_6 = "burst.htm"

DQM_url1_3_7 = "suter.htm"

DQM_url1_3_8 = "circularsamplecutter.htm"

DQM_url1_3_9 = "dyeingrubbingtester.htm"

DQM_url1_3_10 = "manualwrapreel.htm"

DQM_url1_3_11 = "perspirationtester.htm"

DQM_url1_3_12 = "textile.htm"







/************************************************

****---------------- Cement --------------*******

************************************************/



DQM_sub_xy1_4 = "-4,2"

DQM_sub_menu_width1_4 = 180



DQM_subdesc1_4_0 = "Compression Tester"

DQM_subdesc1_4_1 = "Automatic Mortar Mixer"

DQM_subdesc1_4_2 = "Automatic Vicat Needle Apparatus"

DQM_subdesc1_4_3 = "Automatic Air Permeability Tester"

DQM_subdesc1_4_4 = "Differential Calorimeter"

DQM_subdesc1_4_5 = "More..."

DQM_icon_index1_4_0 = 0

DQM_icon_index1_4_1 = 0

DQM_icon_index1_4_2 = 0

DQM_icon_index1_4_3 = 0

DQM_icon_index1_4_4 = 0

DQM_icon_index1_4_5 = 0

DQM_url1_4_0 = "toniprax.htm"

DQM_url1_4_1 = "tonimix.htm"

DQM_url1_4_2 = "toniset.htm"

DQM_url1_4_3 = "toniperm.htm"

DQM_url1_4_4 = "tonical.htm"

DQM_url1_4_5 = "cement.htm"



/************************************************

****---------------- Concrete ------------*******

************************************************/



DQM_sub_xy1_5 = "-4,2"

DQM_sub_menu_width1_5 = 165



DQM_subdesc1_5_0 = "Concrete NDT Equipment"

DQM_subdesc1_5_1 = "Compression Tester"

DQM_subdesc1_5_2 = "Differential Calorimeter"

DQM_subdesc1_5_3 = "More..."

DQM_icon_index1_5_0 = 0

DQM_icon_index1_5_1 = 0

DQM_icon_index1_5_2 = 0

DQM_icon_index1_5_3 = 0

DQM_2nd_icon_index1_5_0 = 0

DQM_url1_5_0 = "concretendt.htm"

DQM_url1_5_1 = "tonipact-iii.htm"

DQM_url1_5_2 = "tonical.htm"

DQM_url1_5_3 = "concrete.htm"





/************************************************

****-- Concrete - Concrete NDT Equipment -*******

************************************************/



DQM_sub_xy1_5_0 = "-4,2"

DQM_sub_menu_width1_5_0 = 165



DQM_subdesc1_5_0_0 = "Windsor HP Probe"

DQM_subdesc1_5_0_1 = "Windsor Pin System"

DQM_subdesc1_5_0_2 = "Concrete Rebound Hammers"

DQM_subdesc1_5_0_3 = "Bond Tester"

DQM_subdesc1_5_0_4 = "Anchor Test System"

DQM_subdesc1_5_0_5 = "HR Rebar Locator"

DQM_subdesc1_5_0_6 = "Rebar DataScan"

DQM_subdesc1_5_0_7 = "DataScan Mk-II"

DQM_subdesc1_5_0_8 = "Cor-Map II"

DQM_subdesc1_5_0_9 = "Gecor System"

DQM_subdesc1_5_0_10 = "Portable Impact-Echo System"

DQM_icon_index1_5_0_0 = 0

DQM_icon_index1_5_0_1 = 0

DQM_icon_index1_5_0_2 = 0

DQM_icon_index1_5_0_3 = 0

DQM_icon_index1_5_0_4 = 0

DQM_icon_index1_5_0_5 = 0

DQM_icon_index1_5_0_6 = 0

DQM_icon_index1_5_0_7 = 0

DQM_icon_index1_5_0_8 = 0

DQM_icon_index1_5_0_9 = 0

DQM_icon_index1_5_0_10 = 0

DQM_url1_5_0_0 = "windsorhpprobe.htm"

DQM_url1_5_0_1 = "windsorpinsystem.htm"

DQM_url1_5_0_2 = "concretehammer.htm"

DQM_url1_5_0_3 = "jamesbondtester.htm"

DQM_url1_5_0_4 = "anchortestsystem.htm"

DQM_url1_5_0_5 = "hrrebarlocator.htm"

DQM_url1_5_0_6 = "rebardatascan.htm"

DQM_url1_5_0_7 = "datascan-2.htm"

DQM_url1_5_0_8 = "cor-map2.htm"

DQM_url1_5_0_9 = "gecor.htm"

DQM_url1_5_0_10 = "impact-echo.htm"



/************************************************

****------------ Paint & Coatings --------*******

************************************************/



DQM_sub_xy1_6 = "-4,2"

DQM_sub_menu_width1_6 = 165



DQM_subdesc1_6_0 = "Coating Thickness Gauges"

DQM_subdesc1_6_1 = "Pull-Off Adhesion Tester"

DQM_subdesc1_6_2 = "Gardner Impact Testers"

DQM_subdesc1_6_3 = "Gloss Meters"

DQM_subdesc1_6_4 = "Haze Meters"

DQM_subdesc1_6_5 = "Color Spectrophotometers"

DQM_subdesc1_6_6 = "Buchholz Hardness Tester"

DQM_subdesc1_6_7 = "More..."

DQM_icon_index1_6_0 = 0

DQM_icon_index1_6_1 = 0

DQM_icon_index1_6_2 = 0

DQM_icon_index1_6_3 = 0

DQM_icon_index1_6_4 = 0

DQM_icon_index1_6_5 = 0

DQM_icon_index1_6_6 = 0

DQM_icon_index1_6_7 = 0

DQM_url1_6_0 = "coatingthickness.htm"

DQM_url1_6_1 = "adhesion.htm"

DQM_url1_6_2 = "gardner.htm"

DQM_url1_6_3 = "glossmeter.htm"

DQM_url1_6_4 = "haze.htm"

DQM_url1_6_5 = "spectrophotometer.htm"

DQM_url1_6_6 = "buchholz.htm"

DQM_url1_6_7 = "color.htm"



/************************************************

****-- Optical Test & Measurement System -*******

************************************************/



DQM_sub_xy1_7 = "-4,2"

DQM_sub_menu_width1_7 = 200



DQM_subdesc1_7_0 = "Automatic Strain Measurement System"

DQM_subdesc1_7_1 = "Metallurgical Microscope"

DQM_subdesc1_7_2 = "Total Stations"

DQM_subdesc1_7_3 = "More..."

DQM_icon_index1_7_0 = 0

DQM_icon_index1_7_1 = 0

DQM_icon_index1_7_2 = 0

DQM_icon_index1_7_3 = 0


DQM_url1_7_0 = "autogrid.htm"

DQM_url1_7_1 = "metalloscope.htm"

DQM_url1_7_2 = "totalstation.htm"

DQM_url1_7_3 = "opticalhome.htm"



/************************************************

****------------ Hardness Testers --------*******

************************************************/



DQM_sub_xy1_8 = "-4,2"

DQM_sub_menu_width1_8 = 263



DQM_subdesc1_8_0 = "Portable Hardness Testers for Metals"

DQM_subdesc1_8_1 = "Bench-Top Hardness Testers for Metals"

DQM_subdesc1_8_2 = "Hardness Testers & Durometers for Plastics & Rubber"

DQM_subdesc1_8_3 = "Hardness Test Blocks, Penetrators, Anvils, etc."

DQM_subdesc1_8_4 = "More..."

DQM_icon_index1_8_0 = 0

DQM_icon_index1_8_1 = 0

DQM_icon_index1_8_2 = 0

DQM_icon_index1_8_3 = 0

DQM_icon_index1_8_4 = 0

DQM_url1_8_0 = "portablemht.htm"

DQM_url1_8_1 = "benchtopmht.htm"

DQM_url1_8_2 = "bareissmain.htm"

DQM_url1_8_3 = "hardnessblocks.htm"

DQM_url1_8_4 = "hardnesstester.htm"





/************************************************

****------- Portable Testing Equipment ---*******

************************************************/



DQM_sub_xy1_9 = "-4,2"

DQM_sub_menu_width1_9 = 165



DQM_subdesc1_9_0 = "Thickness Gauges"

DQM_subdesc1_9_1 = "Surface Roughness Testers"

DQM_subdesc1_9_2 = "Durometers"

DQM_subdesc1_9_3 = "Force & Torque Gauges"

DQM_subdesc1_9_4 = "Concrete NDT Equipment"

DQM_subdesc1_9_5 = "Holiday / Porosity Detectors"

DQM_subdesc1_9_6 = "Portable Hardness Testers"

DQM_subdesc1_9_7 = "Fruit Firmness Testers"

DQM_subdesc1_9_8 = "Gloss Meter"

DQM_subdesc1_9_9 = "Color Spectrophotometers"

DQM_subdesc1_9_10 = "More..."

DQM_icon_index1_9_0 = 0

DQM_icon_index1_9_1 = 0

DQM_icon_index1_9_2 = 0

DQM_icon_index1_9_3 = 0

DQM_icon_index1_9_4 = 0

DQM_icon_index1_9_5 = 0

DQM_icon_index1_9_6 = 0

DQM_icon_index1_9_7 = 0

DQM_icon_index1_9_8 = 0

DQM_icon_index1_9_9 = 0

DQM_icon_index1_9_10 = 0

DQM_2nd_icon_index1_9_0 = 0

DQM_2nd_icon_index1_9_1 = 0

DQM_2nd_icon_index1_9_2 = 0

DQM_2nd_icon_index1_9_3 = 0

DQM_2nd_icon_index1_9_4 = 0

DQM_2nd_icon_index1_9_5 = 0

DQM_url1_9_0 = "thickness.htm"

DQM_url1_9_1 = "roughness.htm"

DQM_url1_9_2 = "bareissmain.htm"

DQM_url1_9_3 = "forcetorque.htm"

DQM_url1_9_4 = "concretendt.htm"

DQM_url1_9_5 = "holidaydetector.htm"

DQM_url1_9_6 = "portablemht.htm"

DQM_url1_9_7 = "fff.htm"

DQM_url1_9_8 = "glossmeter.htm"

DQM_url1_9_9 = "spectrophotometer.htm"

DQM_url1_9_10 = "portable.htm"





/************************************************

****-- PTE - Thickness Gauges ------------*******

************************************************/



DQM_sub_xy1_9_0 = "-4,2"

DQM_sub_menu_width1_9_0 = 175



DQM_subdesc1_9_0_0 = "Ultrasonic Thickness Gauges"

DQM_subdesc1_9_0_1 = "Coating Thickness Gauges"

DQM_icon_index1_9_0_0 = 0

DQM_icon_index1_9_0_1 = 0

DQM_2nd_icon_index1_9_0_0 = 0

DQM_url1_9_0_0 = "ultrasonicthickness.htm"

DQM_url1_9_0_1 = "coatingthickness.htm"





/************************************************

****-- PTE - Ultrasonic Thickness Gauges -*******

************************************************/



DQM_sub_xy1_9_0_0 = "-4,2"

DQM_sub_menu_width1_9_0_0 = 200



DQM_subdesc1_9_0_0_0 = "Ultrasonic Thickness Gauge TT-100"

DQM_subdesc1_9_0_0_1 = "Ultrasonic Thickness Gauge TT-300"

DQM_subdesc1_9_0_0_2 = "Ultrasonic Thickness Gauge MX-Series"

DQM_icon_index1_9_0_0_0 = 0

DQM_icon_index1_9_0_0_1 = 0

DQM_icon_index1_9_0_0_2 = 0

DQM_url1_9_0_0_0 = "tt100.htm"

DQM_url1_9_0_0_1 = "tt300.htm"

DQM_url1_9_0_0_2 = "ultrasonicthickness.htm"



/************************************************

****-- PTE - Surface Roughness Testers ---*******

************************************************/



DQM_sub_xy1_9_1 = "-4,2"

DQM_sub_menu_width1_9_1 = 175



DQM_subdesc1_9_1_0 = "Surface Roughness Tester TR-100"

DQM_subdesc1_9_1_1 = "Surface Roughness Tester TR-200"

DQM_icon_index1_9_1_0 = 0

DQM_icon_index1_9_1_1 = 0

DQM_url1_9_1_0 = "tr100.htm"

DQM_url1_9_1_1 = "tr200.htm"



/************************************************

****----------- PTE - Durometers ---------*******

************************************************/



DQM_sub_xy1_9_2 = "-4,2"

DQM_sub_menu_width1_9_2 = 165



DQM_subdesc1_9_2_0 = "Analog Durometers"

DQM_subdesc1_9_2_1 = "Digital Durometers"

DQM_subdesc1_9_2_2 = "Pusey & Jones Hardness Tester"

DQM_icon_index1_9_2_0 = 0

DQM_icon_index1_9_2_1 = 0

DQM_icon_index1_9_2_2 = 0

DQM_url1_9_2_0 = "durometer.htm"

DQM_url1_9_2_1 = "hpe.htm"

DQM_url1_9_2_2 = "puseyandjones.htm"





/************************************************

****----------- PTE - Densimeters --------*******

************************************************/



DQM_sub_xy1_9_3 = "-4,2"

DQM_sub_menu_width1_9_3 = 160



DQM_subdesc1_9_3_0 = "Digital Force Gauge Line"

DQM_subdesc1_9_3_1 = "Torque Gauge Line"

DQM_subdesc1_9_3_2 = "Force/Torque Gauge Combo"

DQM_icon_index1_9_3_0 = 0

DQM_icon_index1_9_3_1 = 0

DQM_icon_index1_9_3_2 = 0

DQM_url1_9_3_0 = "forcegauge.htm"

DQM_url1_9_3_1 = "torquegauge.htm"

DQM_url1_9_3_2 = "bgitorquegauge.htm"



/************************************************

****----- PTE - Concrete NDT Equipment ---*******

************************************************/



DQM_sub_xy1_9_4 = "-4,2"

DQM_sub_menu_width1_9_4 = 165



DQM_subdesc1_9_4_0 = "Windsor HP Probe"

DQM_subdesc1_9_4_1 = "Windsor Pin System"

DQM_subdesc1_9_4_2 = "Concrete Rebound Hammers"

DQM_subdesc1_9_4_3 = "Bond Tester"

DQM_subdesc1_9_4_4 = "Anchor Test System"

DQM_subdesc1_9_4_5 = "HR Rebar Locator"

DQM_subdesc1_9_4_6 = "Rebar DataScan"

DQM_subdesc1_9_4_7 = "Gecor Systems"

DQM_subdesc1_9_4_8 = "Portable Impact-Echo System"

DQM_icon_index1_9_4_0 = 0

DQM_icon_index1_9_4_1 = 0

DQM_icon_index1_9_4_2 = 0

DQM_icon_index1_9_4_3 = 0

DQM_icon_index1_9_4_4 = 0

DQM_icon_index1_9_4_5 = 0

DQM_icon_index1_9_4_6 = 0

DQM_icon_index1_9_4_7 = 0

DQM_icon_index1_9_4_8 = 0

DQM_url1_9_4_0 = "windsorhpprobe.htm"

DQM_url1_9_4_1 = "windsorpinsystem.htm"

DQM_url1_9_4_2 = "concretehammer.htm"

DQM_url1_9_4_3 = "jamesbondtester.htm"

DQM_url1_9_4_4 = "anchortestsystem.htm"

DQM_url1_9_4_5 = "hrrebarlocator.htm"

DQM_url1_9_4_6 = "rebardatascan.htm"

DQM_url1_9_4_7 = "gecor.htm"

DQM_url1_9_4_8 = "impact-echo.htm"



/************************************************

****--------- PTE - Vibration Meters -----*******

************************************************/



DQM_sub_xy1_9_5 = "-4,2"

DQM_sub_menu_width1_9_5 = 160



DQM_subdesc1_9_5_0 = "Compact Detectors"

DQM_subdesc1_9_5_1 = "Wet Sponge Pinhole Detector"

DQM_subdesc1_9_5_2 = "High Voltage DC Crest Meter"

DQM_icon_index1_9_5_0 = 0

DQM_icon_index1_9_5_1 = 0

DQM_icon_index1_9_5_2 = 0

DQM_url1_9_5_0 = "holidaydetector.htm"

DQM_url1_9_5_1 = "wetspongepinholedetector.htm"

DQM_url1_9_5_2 = "crestmeter.htm"





/************************************************

*********-------Company--------***************

************************************************/



DQM_sub_xy2 = "-62,22"

DQM_sub_menu_width2 = 70



DQM_subdesc2_0 = "About Us"

DQM_subdesc2_1 = "Careers" 

DQM_icon_index2_0 = 0

DQM_icon_index2_1 = 0

DQM_url2_0 = "aboutus.htm"

DQM_url2_1 = "careers.htm"



/************************************************

*********-------Contact Us--------***************

************************************************/



DQM_sub_xy3 = "-65,22"

DQM_sub_menu_width3 = 90



DQM_subdesc3_0 = "How to Order"

DQM_subdesc3_1 = "Request Info"

DQM_subdesc3_2 = "Contact Info"

DQM_icon_index3_0 = 0

DQM_icon_index3_1 = 0

DQM_icon_index3_2 = 0

DQM_url3_0 = "order.htm"

DQM_url3_1 = "informationrequest.htm"

DQM_url3_2 = "contact.htm"


/*fj 01-13-06 ***********************************************

*********-------News--------***************

************************************************/



DQM_sub_xy4 = "-50,22"

DQM_sub_menu_width4 = 100



DQM_subdesc4_0 = "Exhibitions"

DQM_subdesc4_1 = "New Products"

DQM_subdesc4_2 = "Success Stories"

DQM_icon_index4_0 = 0

DQM_icon_index4_1 = 0

DQM_icon_index4_2 = 0

DQM_url4_0 = "news.htm"

DQM_url4_1 = "news.htm#news"

DQM_url4_2 = "news.htm#success"


/*fj 01-13-06 ***********************************************

*********-------Download--------***************

************************************************/



DQM_sub_xy5 = "-75,22"

DQM_sub_menu_width5 = 180



DQM_subdesc5_0 = "Hardness Tester Brochure"

DQM_subdesc5_1 = "Rubber Testing Brochure"

DQM_subdesc5_2 = "Plastics Testing Brochure"

DQM_subdesc5_3 =  "Surveying Instruments Brochure"

DQM_subdesc5_4 =  "Metal Testing Brochure"

DQM_subdesc5_5 =  "Pipe Testing Brochure"

DQM_icon_index5_0 = 0

DQM_icon_index5_1 = 0

DQM_icon_index5_2 = 0

DQM_icon_index5_3 = 0

DQM_icon_index5_4 = 0

DQM_icon_index5_5 = 0

DQM_url5_0 = "/pdf/hardnesstesters.pdf"

DQM_url5_1 = "/pdf/rubber.pdf"

DQM_url5_2 = "/pdf/plastics.pdf"

DQM_url5_3 = "/pdf/TotalStationsQTS-LowRez.pdf"

DQM_url5_4 = "/pdf/metal.pdf"

DQM_url5_5 = "/pdf/pipeline.pdf"


