﻿

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

//  

//

//  QuickMenu Pro is Compatible With....

//

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

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

//      IE4 & up (other platforms)

//      NS4.x (All Platforms)

//      NS5/6.x (All Platforms)

//      NS7 (All Platforms)

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

//      Mozilla 0.6 & up (All Platforms)

//      Konqueror 2.2 & up (Linux)

//      Espial Escape 4.x & up (All Platforms)

//      Ice Browser 5.x & up (All Platforms)

//      Safari 1.0 (Mac only browser)

//      Degrades gracefully in older browsers 

//

//  

//  To customize QuickMenu Pro open this file in a simple text 

//  editor (Notepad or similar). Modify and add parameters (all 

//  customizable parameters start with 'dqm__'), save this file,

//  and open 'sample.htm' in a browser to view your menu. View

//  the source for sample.htm for information on connecting 

//  sub menus to HTML images or build your page around the

//  included sample.htm file.

//

//  QuickMenu conditionally loads the necessary JavaScript

//  files (.js) depending on the browser and platform the user

//  is viewing the menu on. The total file size for each

//  browser / platform scenario is no larger than 12K.

//

//  This sample data file contains comments and help information

//  to assist in the initial customization of your drop down 

//  menu. If you base your implementation on this documented template

//  we recommend the removal of the comments before using on the web, as 

//  to optimize the overall file size and load time of the menu for 

//  the end user.  With the comments removed this sample data files

//  size may be reduced by as much as 50%. Note: To simplify comment 

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

//  offered in the 'samples' folder.

//

//

//  NOTE: Parameters prefixed with '//' are commented out,

//        delete the '//' to activate the parameter. 

//

//        Commenting out required parameters will cause errors.

//

//        Text values, except TRUE and FALSE statements, must be

//        enclosed by double quotes (").

//  

//        Each parameter value should appear on its own line.

//

//        This data file may also be placed within your HTML page

//        by enclosing between JavaScript tags.

//

//        Due to browser limitations, DHTML menus will not appear

//        on top of Flash objects (unless the flash objects 'wmode'

//        parameter is set to transparent, however this may be buggy), 

//        across frames, or over certain form field elements. A hide 

//        and show workaround for form fields is included with this menu

//        (see the FAQ for additional information).         







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

Colors, Borders, Dividers, and more...

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





	dqm__sub_menu_width = 135      		//default sub menu widths

	dqm__sub_xy = "0,0"            		//default sub x,y coordinates - defined relative

						//to the top-left corner of parent image or sub menu

   



	dqm__urltarget = "_self"		//default URL target: _self, _parent, _new, or "my frame name"



	dqm__border_width = 1

	dqm__divider_height = 1



	dqm__border_color = "#778899"		//Hex color or 'transparent'

	dqm__menu_bgcolor = "#efcdad"		//Hex color or 'transparent'

	dqm__hl_bgcolor = "#fff8dc"		



	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 = 10			//Defined with pixel sizing  	

	dqm__fontsize_ie4 = 8			//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 = "normal"	//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



   





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

Bullet and Icon image library - Unlimited bullet

or icon images may be defined below and then associated

with any sub menu items within the 'Sub Menu Structure 

and Text' section of this data file.

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





    //Relative positioned icon images (flow with sub item text)



	dqm__icon_image0 = "images/bullet.gif"

	dqm__icon_rollover0 = "images/bullet_hl.gif"

	dqm__icon_image_wh0 = "13,8"



	



    //Absolute positioned icon images (coordinate poitioned)



	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

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



	dqm__show_urls_statusbar = false

   

	//dqm__status_text0 = "Sample text - Main Menu Item 0"

	//dqm__status_text1 = "Sample text - Main Menu Item 1"



	//dqm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"	

	//dqm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 1"	









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

Internet Explorer Transition Effects

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





    //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch



	dqm__sub_menu_effect = "none"

	dqm__sub_item_effect = "none"





    //Define the effect duration in seconds below.

   

	dqm__sub_menu_effect_duration = .4

	dqm__sub_item_effect_duration = .4





    //Specific settings for various transitions.



	dqm__effect_pixelate_maxsqare = 25

	dqm__effect_iris_irisstyle = "CIRCLE"		//CROSS, CIRCLE, PLUS, SQUARE, or STAR

	dqm__effect_checkerboard_squaresx = 14

	dqm__effect_checkerboard_squaresY = 14

	dqm__effect_checkerboard_direction = "RIGHT"	//UP, DOWN, LEFT, RIGHT





    //Opacity and drop shadows.



	dqm__sub_menu_opacity = 100			//1 to 100

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

	dqm__dropshadow_offx = 5			//drop shadow width

	dqm__dropshadow_offy = 5			//drop shadow height







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

Browser Bug fixes and Workarounds

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





    //Mac offset fixes, adjust until sub menus position correctly.

   

	dqm__ie4mac_offset_X = -8

	dqm__ie4mac_offset_Y = -50





    //Netscape 4 resize bug workaround.



	dqm__nn4_reaload_after_resize = true

	dqm__nn4_resize_prompt_user = false

	dqm__nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button."

   



    //Opera 5 & 6, set to true if the menu is the only item on the HTML page.



	dqm__use_opera_div_detect_fix = true





    //Pre-defined sub menu item heights for the Espial Escape browser.



	dqm__escape_item_height = 20

	dqm__escape_item_height0_0 = 70

	dqm__escape_item_height0_1 = 70





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

Exposed menu events

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





    //Reference additional onload statements here.



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





    //The 'X' indicates the index number of the sub menu group or item.

    //The 'X_X' indicates the index number of the sub menu item.



	dqm__showmenu_codeX = "status = 'custom show menu function call - menu0'"

	dqm__hidemenu_codeX = "status = 'custom hide menu function call - menu0'"

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







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

Specific Sub Menu Settings

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





    //The following settings may be defined for specific sub menu groups.

    //The 'X' represents the index number of the sub menu group.



	dqm__border_widthX = 10;

	dqm__divider_heightX = 5;		

	dqm__border_colorX = "#006400";     

	dqm__menu_bgcolorX = "#e6e6e6"

	dqm__hl_bgcolorX = "#8fbc8f"

	dqm__hl_textcolorX = "#ff0000"

	dqm__text_alignmentX = "left"





    //The following settings may be defined for specific sub menu items.

    //The 'X_X' represents the index number of the sub menu item.



	dqm__hl_subdescX_X = "custom highlight text"

	dqm__urltargetX_X = "_new"









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

**********************************************************************************************



                           Main Menu Rollover Images and Links  



**********************************************************************************************

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

limit_multiple_users = true

restrict_access = true

sequence = '9x44_5'





    //Main Menu Item 0



	dqm__rollover_image0 = "images/11revover.jpg"

	dqm__rollover_wh0 = "118,33"

	dqm__url0 = "http://www.microcutusa.com/products.php";   



  





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

**********************************************************************************************



                              Sub Menu Structure and Text  



**********************************************************************************************

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

   



    //Sub Menu 0



	dqm__sub_xy0 = "-130,33"

	dqm__sub_menu_width0 = 190



	dqm__subdesc0_0 = "Carbide End Mills"

	dqm__subdesc0_1 = "Carbide End Mills - High Performance"

	dqm__subdesc0_2 = "Diamond End Mills"

	dqm__subdesc0_3 = "Carbide Milling Cutters"

	dqm__subdesc0_4 = "82 & 90 Degree Countersinks"

	dqm__subdesc0_5 = "Miniature Carbide Combined Drill & Countersinks"

	dqm__subdesc0_6 = "Plastic Cutting Carbide Routers"

	dqm__subdesc0_7 = "Aluminum Routers"

	dqm__subdesc0_8 = "Shear Hog for Aluminum & Inserts"

	dqm__subdesc0_9 = "End Mill Extension Holders"

	dqm__subdesc0_10 = "Surgical/Dental Tools"

	dqm__subdesc0_11 = "Special Cutting Tools"

	dqm__subdesc0_12 = "Abrasion Resistant Coatings"
	
	dqm__subdesc0_13 = "Suggested Speeds & Feeds"	

	dqm__subdesc0_14 = "How To Order"

	

	dqm__icon_index0_0 = 0

	dqm__icon_index0_1 = 0

	dqm__icon_index0_2 = 0

	dqm__icon_index0_3 = 0

	dqm__icon_index0_4 = 0

	dqm__icon_index0_5 = 0

	dqm__icon_index0_6 = 0

	dqm__icon_index0_7 = 0

	dqm__icon_index0_8 = 0

	dqm__icon_index0_9 = 0

	dqm__icon_index0_10 = 0

	dqm__icon_index0_11 = 0

	dqm__icon_index0_12 = 0

	dqm__icon_index0_13 = 0

	dqm__icon_index0_14 = 0

	

	dqm__2nd_icon_index0_0 = 0

	dqm__2nd_icon_index0_1 = 0

	dqm__2nd_icon_index0_2 = 0

	dqm__2nd_icon_index0_3 = 0

	dqm__2nd_icon_index0_4 = 0
	
	dqm__2nd_icon_index0_13 = 0

	

	dqm__url0_2 = "http://www.microcutusa.com/grxandcvd.php"

	dqm__url0_5 = "http://www.microcutusa.com/mindrillcountersink.php"

	dqm__url0_6 = "http://www.microcutusa.com/plasticcutrouter.php"

	dqm__url0_7 = "http://www.microcutusa.com/aluminumrouter.php"

	dqm__url0_8 = "http://www.microcutusa.com/alummillingcutters.php"

	dqm__url0_9 = "http://www.microcutusa.com/holder.php"

	dqm__url0_10 = "http://www.microcutusa.com/surgical.php"

	dqm__url0_11 = "http://www.microcutusa.com/specials.php"

	dqm__url0_12 = "http://www.microcutusa.com/coatings.php"

	dqm__url0_14 = "http://www.microcutusa.com/htorder.php"

	

    //Sub Menu 0_0



	dqm__sub_xy0_0 = "-1,-1"

	dqm__sub_menu_width0_0 = 170



	dqm__subdesc0_0_0 = "Decimal End Mills"

	dqm__subdesc0_0_1 = "Fractional End Mills"

	dqm__subdesc0_0_2 = "Long Reach Decimal"

	dqm__subdesc0_0_3 = "Metric Miniature End Mills"

	dqm__subdesc0_0_4 = "Long Flute Long Shank .015&quot; to .500&quot;"

	dqm__subdesc0_0_5 = "Long Flute Long Shank<br>Long Reach .015&quot; to .125&quot;"

	dqm__subdesc0_0_6 = "Stub Flute Long Shank"

	dqm__subdesc0_0_7 = "Drill Mills"

	dqm__subdesc0_0_8 = "Corner Rounding"

	dqm__subdesc0_0_9 = "Miniature Tapered"
	
	dqm__subdesc0_0_10 = "Flat Bottom Counterbores"


	

	dqm__icon_index0_0_0 = 0

	dqm__icon_index0_0_1 = 0

	dqm__icon_index0_0_2 = 0

	dqm__icon_index0_0_3 = 0

	dqm__icon_index0_0_4 = 0

	dqm__icon_index0_0_5 = 0

	dqm__icon_index0_0_6 = 0

	dqm__icon_index0_0_7 = 0

	dqm__icon_index0_0_8 = 0

	dqm__icon_index0_0_9 = 0
	
	dqm__icon_index0_0_10 = 0



	dqm__2nd_icon_index0_0_0 = 0	

	dqm__2nd_icon_index0_0_1 = 0

	dqm__2nd_icon_index0_0_2 = 0

	dqm__2nd_icon_index0_0_3 = 0

	dqm__2nd_icon_index0_0_4 = 0

	dqm__2nd_icon_index0_0_5 = 0

	dqm__2nd_icon_index0_0_6 = 0

	dqm__2nd_icon_index0_0_7 = 0

	dqm__2nd_icon_index0_0_8 = 0

	

	dqm__url0_0_9 = "http://www.microcutusa.com/miniaturetapered.php"
	
	dqm__url0_0_10 = "http://www.microcutusa.com/counterbore.php"

	

 //Sub Menu 0_0_0



	dqm__sub_xy0_0_0 = "-1,-1"

	dqm__sub_menu_width0_0_0 = 200



	dqm__subdesc0_0_0_0 = "2 Flute"

	dqm__subdesc0_0_0_1 = "4 Flute"

	dqm__subdesc0_0_0_2 = "4 Flute TiCN"

	dqm__subdesc0_0_0_3 = "4 Flute TiAln"

	dqm__subdesc0_0_0_4 = "Stub Length Square End"

	dqm__subdesc0_0_0_5 = "Stub Length Ball End"
	
	dqm__subdesc0_0_0_6 = "Stub Length Long Reach"

	dqm__subdesc0_0_0_7 = "Stub Length High Performance"

	

	dqm__icon_index0_0_0_0 = 0

	dqm__icon_index0_0_0_1 = 0

	dqm__icon_index0_0_0_2 = 0

	dqm__icon_index0_0_0_3 = 0

	dqm__icon_index0_0_0_4 = 0

	dqm__icon_index0_0_0_5 = 0
	
	dqm__icon_index0_0_0_6 = 0
	
	dqm__icon_index0_0_0_7 = 0

	

	dqm__url0_0_0_0 = "http://www.microcutusa.com/decimal2flute.php"

	dqm__url0_0_0_1 = "http://www.microcutusa.com/decimal4flute.php"

	dqm__url0_0_0_2 = "http://www.microcutusa.com/decimal4flute.php"

	dqm__url0_0_0_3 = "http://www.microcutusa.com/decimal4flutetialn.php"

	dqm__url0_0_0_4 = "http://www.microcutusa.com/stub.php"

	dqm__url0_0_0_5 = "http://www.microcutusa.com/stubball.php"
	
	dqm__url0_0_0_6 = "http://www.microcutusa.com/stublengthlong.php"

	dqm__url0_0_0_7 = "http://www.microcutusa.com/stubhighperformance.php"

	
//Sub Menu 0_0_1



	dqm__sub_xy0_0_1 = "-1,-1"

	dqm__sub_menu_width0_0_1 = 180



	dqm__subdesc0_0_1_0 = "Standard 2 Flute"

	dqm__subdesc0_0_1_1 = "Standard 4 Flute"

	dqm__subdesc0_0_1_2 = "Extra Long Reach & Shank 4 Flute"
	
	dqm__subdesc0_0_1_3 = "Extra Long Reach & Shank 2 Flute"
	
	dqm__subdesc0_0_1_4 = "Standard 2 Flute AlTiN"
	
	dqm__subdesc0_0_1_5 = "Standard 4 Flute AlTiN"

	

	dqm__icon_index0_0_1_0 = 0

	dqm__icon_index0_0_1_1 = 0

	dqm__icon_index0_0_1_2 = 0
	
	dqm__icon_index0_0_1_3 = 0
	
	dqm__icon_index0_0_1_4 = 0
	
	dqm__icon_index0_0_1_5 = 0

	

	dqm__url0_0_1_0 = "http://www.microcutusa.com/standard2flute.php"

	dqm__url0_0_1_1 = "http://www.microcutusa.com/fractional.php"

	dqm__url0_0_1_2 = "http://www.microcutusa.com/fractextralongreach.php"
	
	dqm__url0_0_1_3 = "http://www.microcutusa.com/fractextralongreach2.php"
	
	dqm__url0_0_1_4 = "http://www.microcutusa.com/fract2fltaltin.php"
	
	dqm__url0_0_1_5 = "http://www.microcutusa.com/fract4fltaltin.php"


 //Sub Menu 0_0_2



	dqm__sub_xy0_0_2 = "-1,-1"

	dqm__sub_menu_width0_0_2 = 100



	dqm__subdesc0_0_2_0 = "2 Flute"

	dqm__subdesc0_0_2_1 = "2 Flute TiAln"

	dqm__subdesc0_0_2_2 = "4 Flute"

	dqm__subdesc0_0_2_3 = "4 Flute TiAln"

	

	dqm__icon_index0_0_2_0 = 0

	dqm__icon_index0_0_2_1 = 0

	dqm__icon_index0_0_2_2 = 0

	dqm__icon_index0_0_2_3 = 0

	

	dqm__url0_0_2_0 = "http://www.microcutusa.com/longrchmini2flute.php"

	dqm__url0_0_2_1 = "http://www.microcutusa.com/longrchmini2flutetialn.php"

	dqm__url0_0_2_2 = "http://www.microcutusa.com/longrchmini4flute.php"

	dqm__url0_0_2_3 = "http://www.microcutusa.com/longrchmini4flutetialn.php"

    


	

//Sub Menu 0_0_3



	dqm__sub_xy0_0_3 = "-1,-1"

	dqm__sub_menu_width0_0_3 = 140



	dqm__subdesc0_0_3_0 = "2 & 4 Flute Metric"

	dqm__subdesc0_0_3_1 = "2 & 4 Flute Long Reach Metric"

	

	dqm__icon_index0_0_3_0 = 0

	dqm__icon_index0_0_3_1 = 0

	

	dqm__url0_0_3_0 = "http://www.microcutusa.com/metric24flute.php"

	dqm__url0_0_3_1 = "http://www.microcutusa.com/metric24flutelr.php"


//Sub Menu 0_0_4



	dqm__sub_xy0_0_4 = "-1,-1"

	dqm__sub_menu_width0_0_4 = 140



	dqm__subdesc0_0_4_0 = "4 Flute"

	dqm__subdesc0_0_4_1 = "4 Flute TiAlN"

	

	dqm__icon_index0_0_4_0 = 0

	dqm__icon_index0_0_4_1 = 0

	

	dqm__url0_0_4_0 = "http://www.microcutusa.com/longflongs.php"

	dqm__url0_0_4_1 = "http://www.microcutusa.com/longflute.php"



//Sub Menu 0_0_5



	dqm__sub_xy0_0_5 = "-1,-1"

	dqm__sub_menu_width0_0_5 = 140



	dqm__subdesc0_0_5_0 = "4 Flute"

	dqm__subdesc0_0_5_1 = "4 Flute Tialn"

	

	dqm__icon_index0_0_5_0 = 0

	dqm__icon_index0_0_5_1 = 0

	

	dqm__url0_0_5_0 = "http://www.microcutusa.com/fractionallong.php"

	dqm__url0_0_5_1 = "http://www.microcutusa.com/lfsrtialn.php"



//Sub Menu 0_0_6



	dqm__sub_xy0_0_6 = "-1,-1"

	dqm__sub_menu_width0_0_6 = 180



	dqm__subdesc0_0_6_0 = "Long Shank"

	dqm__subdesc0_0_6_1 = "Long Shank TiAlN Coated"

	dqm__subdesc0_0_6_2 = "Long Shank & Reach"

	

	dqm__icon_index0_0_6_0 = 0

	dqm__icon_index0_0_6_1 = 0

	dqm__icon_index0_0_6_2 = 0

	

	dqm__url0_0_6_0 = "http://www.microcutusa.com/stublong.php"

	dqm__url0_0_6_1 = "http://www.microcutusa.com/stublongtialn.php"

	dqm__url0_0_6_2 = "http://www.microcutusa.com/stublongreach.php"

	

//Sub Menu 0_0_7



	dqm__sub_xy0_0_7 = "-1,-1"

	dqm__sub_menu_width0_0_7 = 130



	dqm__subdesc0_0_7_0 = "2 Flute 90 Degrees"

	dqm__subdesc0_0_7_1 = "2 Flute 60 Degrees"
	
	dqm__subdesc0_0_7_2 = "4 Flute 90 Degrees"

	dqm__subdesc0_0_7_3 = "4 Flute 120 Degrees"

	dqm__subdesc0_0_7_4 = "Order Special Drill Mills"

	

	dqm__icon_index0_0_7_0 = 0

	dqm__icon_index0_0_7_1 = 0

	dqm__icon_index0_0_7_2 = 0

	dqm__icon_index0_0_7_3 = 0
	
	dqm__icon_index0_0_7_3 = 0

	

	dqm__url0_0_7_0 = "http://www.microcutusa.com/2flute90deg.php"

	dqm__url0_0_7_1 = "http://www.microcutusa.com/2flute60deg.php"
	
	dqm__url0_0_7_2 = "http://www.microcutusa.com/drillmill.php"

	dqm__url0_0_7_3 = "http://www.microcutusa.com/fourflute120deg.php"

	dqm__url0_0_7_4 = "http://www.microcutusa.com/orderspecial.php"
	

//Sub Menu 0_0_8



	dqm__sub_xy0_0_8 = "-1,-1"

	dqm__sub_menu_width0_0_8 = 130



	dqm__subdesc0_0_8_0 = "2 Flute"

	dqm__subdesc0_0_8_1 = "2 Flute Flared"

	dqm__subdesc0_0_8_2 = "4 Flute Flared"
	
	dqm__subdesc0_0_8_3 = "2 Flute TiALN/TiCN"

	dqm__subdesc0_0_8_4 = "4 Flute Fractional"

	

	dqm__icon_index0_0_8_0 = 0

	dqm__icon_index0_0_8_1 = 0

	dqm__icon_index0_0_8_2 = 0

	dqm__icon_index0_0_8_3 = 0
	
	dqm__icon_index0_0_8_4 = 0


	

	dqm__url0_0_8_0 = "http://www.microcutusa.com/cornertwo.php"

	dqm__url0_0_8_1 = "http://www.microcutusa.com/flaredcorner.php"

	dqm__url0_0_8_2 = "http://www.microcutusa.com/flaredcorner4flt.php"
	
	dqm__url0_0_8_3 = "http://www.microcutusa.com/cornermillsticn.php"

	dqm__url0_0_8_4 = "http://www.microcutusa.com/cornerfour.php"



 //Sub Menu 0_1



	dqm__sub_xy0_1 = "-1,-1"

	dqm__sub_menu_width0_1 = 190



	dqm__subdesc0_1_0 = "Undercutting End Mills"

	dqm__subdesc0_1_1 = "HP Corner Radius End Mills AlTiN Coated"

	dqm__subdesc0_1_2 = "Variable Helix End Mills"

	dqm__subdesc0_1_3 = "6-Flute End Mills For Hardened Steel"

	dqm__subdesc0_1_4 = "3-Flute 45 & 60 Degree Helix"

	dqm__subdesc0_1_5 = "5-Flute 45 Degree Helix - Stub & Standard"

	dqm__subdesc0_1_6 = "2-Flute for Nonferrous Metals - Standard & Long Length"

	dqm__subdesc0_1_7 = "3-Flute for Nonferrous Metals - Standard & Long Length"

	dqm__subdesc0_1_8 = "Fine Pitch Rougher AlTiN Coated & Uncoated"

	dqm__subdesc0_1_9 = "Rougher/Finisher TiAlN Coated"
	
	dqm__subdesc0_1_10 = "High Velocity 2 & 4 Flute Stub"
	
	dqm__subdesc0_1_11 = "HP Profile Cutters for Deep Cavity"


	

	dqm__icon_index0_1_0 = 0

	dqm__icon_index0_1_1 = 0

	dqm__icon_index0_1_2 = 0

	dqm__icon_index0_1_3 = 0

	dqm__icon_index0_1_4 = 0

	dqm__icon_index0_1_5 = 0

	dqm__icon_index0_1_6 = 0

	dqm__icon_index0_1_7 = 0

	dqm__icon_index0_1_8 = 0
	
	dqm__icon_index0_1_9 = 0
	
	dqm__icon_index0_1_10 = 0
	
	dqm__icon_index0_1_11 = 0


	

	dqm__2nd_icon_index0_1_0 = 0
	
	dqm__2nd_icon_index0_1_6 = 0
	
	dqm__2nd_icon_index0_1_7 = 0

	

	dqm__url0_1_1 = "http://www.microcutusa.com/variablehelix.php"

	dqm__url0_1_2 = "http://www.microcutusa.com/hpcornerradaltin.php"
	
	dqm__url0_1_3 = "http://www.microcutusa.com/hp6flutealtin.php"

	dqm__url0_1_4 = "http://www.microcutusa.com/hp3flutealtin.php"

	dqm__url0_1_5 = "http://www.microcutusa.com/hp5flutealtin.php"

	dqm__url0_1_8 = "http://www.microcutusa.com/hprougheraltin.php"

	dqm__url0_1_9 = "http://www.microcutusa.com/hprougherfinisher.php"
	
	dqm__url0_1_10 = "http://www.microcutusa.com/hphighvel.php"
	
	dqm__url0_1_11 = "http://www.microcutusa.com/hpprofile2flt.php"

	


//Sub Menu 0_1_0



	dqm__sub_xy0_1_0 = "-1,-1"

	dqm__sub_menu_width0_1_0 = 180



	dqm__subdesc0_1_0_0 = "Spherical"

	dqm__subdesc0_1_0_1 = "Long Reach Spherical"


	

	dqm__icon_index0_1_0_0 = 0

	dqm__icon_index0_1_0_1 = 0


	

	dqm__url0_1_0_0 = "http://www.microcutusa.com/undercutting.php"

	dqm__url0_1_0_1 = "http://www.microcutusa.com/undercutlongreach4flute.php"
	
	
	//Sub Menu 0_1_6



	dqm__sub_xy0_1_6 = "-1,-1"

	dqm__sub_menu_width0_1_6 = 180



	dqm__subdesc0_1_6_0 = "ZRN Coated"

	dqm__subdesc0_1_6_1 = "Uncoated"


	

	dqm__icon_index0_1_6_0 = 0

	dqm__icon_index0_1_6_1 = 0


	

	dqm__url0_1_6_0 = "http://www.microcutusa.com/hp2flutezrn.php"

	dqm__url0_1_6_1 = "http://www.microcutusa.com/hp2fltuncoat.php"
	
	
	//Sub Menu 0_1_7



	dqm__sub_xy0_1_7 = "-1,-1"

	dqm__sub_menu_width0_1_7 = 180



	dqm__subdesc0_1_7_0 = "ZRN Coated"

	dqm__subdesc0_1_7_1 = "Uncoated"


	

	dqm__icon_index0_1_7_0 = 0

	dqm__icon_index0_1_7_1 = 0


	

	dqm__url0_1_7_0 = "http://www.microcutusa.com/hp3flutezrn.php"

	dqm__url0_1_7_1 = "http://www.microcutusa.com/hp3fltuncoat.php"








 //Sub Menu 0_2



	dqm__sub_xy0_2 = "-1,-1"

	dqm__sub_menu_width0_2 = 180



	dqm__subdesc0_2_0 = "Decimal & Fractional"

	dqm__subdesc0_2_1 = "Long Reach"

	dqm__subdesc0_2_2 = "Long Shank"

	dqm__subdesc0_2_3 = "Carbide CVD Diamond"
	
	dqm__subdesc0_2_4 = "PCD Diamond"


	

	dqm__icon_index0_2_0 = 0

	dqm__icon_index0_2_1 = 0

	dqm__icon_index0_2_2 = 0

	dqm__icon_index0_2_3 = 0
	
	dqm__icon_index0_2_4 = 0


	

	dqm__2nd_icon_index0_2_1 = 0

	dqm__2nd_icon_index0_2_2 = 0

	

	dqm__url0_2_0 = "http://www.microcutusa.com/24flute.php"

	dqm__url0_2_3 = "http://www.microcutusa.com/carbidecvd.php"
	
	dqm__url0_2_4 = "http://www.microcutusa.com/pcddiamond.php"


	

	

	//Sub Menu 0_2_1



	dqm__sub_xy0_2_1 = "-1,-1"

	dqm__sub_menu_width0_2_1 = 220



	dqm__subdesc0_2_1_0 = "2 Flute Decimal"

	dqm__subdesc0_2_1_1 = "4 Flute Fractional"

	

	dqm__icon_index0_2_1_0 = 0

	dqm__icon_index0_2_1_1 = 0

	

	dqm__url0_2_1_0 = "http://www.microcutusa.com/2long.php"

	dqm__url0_2_1_1 = "http://www.microcutusa.com/minfractional.php"





	//Sub Menu 0_2_2



	dqm__sub_xy0_2_2 = "-1,-1"

	dqm__sub_menu_width0_2_2 = 260



	dqm__subdesc0_2_2_0 = "4 Flute Long Flute Square & Ball End"

	dqm__subdesc0_2_2_1 = "4 Flute Long Reach Square & Ball End"

	dqm__subdesc0_2_2_2 = "4 Flute Stub Length Long Reach"

	

	dqm__icon_index0_2_2_0 = 0

	dqm__icon_index0_2_2_1 = 0

	dqm__icon_index0_2_2_2 = 0

	

	dqm__url0_2_2_0 = "http://www.microcutusa.com/graphite4long.php"

	dqm__url0_2_2_1 = "http://www.microcutusa.com/diamondlong.php"

	dqm__url0_2_2_2 = "http://www.microcutusa.com/diamondlongstub.php"


	

	

	//Sub Menu 0_3



	dqm__sub_xy0_3 = "-1,-1"

	dqm__sub_menu_width0_3 = 190



	dqm__subdesc0_3_0 = "Helical Thread Milling Cutters"

	dqm__subdesc0_3_1 = "Helical Metric Thread Milling Cutters"
	
	dqm__subdesc0_3_2 = "Single Form Thread Milling Cutters"

	dqm__subdesc0_3_3 = "Chamfer Cutters"

	dqm__subdesc0_3_4 = "Double Angle Cutters"

	dqm__subdesc0_3_5 = "Dovetail Cutters"

	dqm__subdesc0_3_6 = "Engraving Cutters"

	dqm__subdesc0_3_7 = "Spot Drills"

	dqm__subdesc0_3_8 = "10 Degree Tapered End Mills"

	dqm__subdesc0_3_9 = "Miniature Boring Bars"

	dqm__subdesc0_3_10 = "T Slot Cutters"

	

	dqm__icon_index0_3_0 = 0

	dqm__icon_index0_3_1 = 0

	dqm__icon_index0_3_2 = 0

	dqm__icon_index0_3_3 = 0

	dqm__icon_index0_3_4 = 0

	dqm__icon_index0_3_5 = 0

	dqm__icon_index0_3_6 = 0

	dqm__icon_index0_3_7 = 0

	dqm__icon_index0_3_8 = 0

	dqm__icon_index0_3_9 = 0
	
	dqm__icon_index0_3_10 = 0

	

	dqm__2nd_icon_index0_3_3 = 0

	dqm__2nd_icon_index0_3_4 = 0
	
	dqm__2nd_icon_index0_3_7 = 0

	

	dqm__url0_3_0 = "http://www.microcutusa.com/helical.php"
	
	dqm__url0_3_1 = "http://www.microcutusa.com/metrichelical.php"

	dqm__url0_3_2 = "http://www.microcutusa.com/threadmill.php"

	dqm__url0_3_5 = "http://www.microcutusa.com/dovetail.php"

	dqm__url0_3_6 = "http://www.microcutusa.com/engraving.php"

	dqm__url0_3_8 = "http://www.microcutusa.com/runnerbal.php"

	dqm__url0_3_9 = "http://www.microcutusa.com/boring.php"

	dqm__url0_3_10 = "http://www.microcutusa.com/tslot.php"

	

   

    //Sub Menu 0_3_3



	dqm__sub_xy0_3_3 = "-1,-1"

	dqm__sub_menu_width0_3_3 = 140



	dqm__subdesc0_3_3_0 = "Single End"


	dqm__subdesc0_3_3_1 = "Double End"

	

	dqm__icon_index0_3_3_0 = 0

	dqm__icon_index0_3_3_1 = 0

	

	dqm__url0_3_3_0 = "http://www.microcutusa.com/chamfersng.php"

	dqm__url0_3_3_1 = "http://www.microcutusa.com/chamferdbl.php"

	

	 //Sub Menu 0_3_4



	dqm__sub_xy0_3_4 = "-1,-1"

	dqm__sub_menu_width0_3_4 = 140



	dqm__subdesc0_3_4_0 = "60 Degree"

	dqm__subdesc0_3_4_1 = "90 Degree"
	
	dqm__subdesc0_3_4_2 = "Long Reach 90 Degree"

	

	dqm__icon_index0_3_4_0 = 0

	dqm__icon_index0_3_4_1 = 0
	
	dqm__icon_index0_3_4_2 = 0

	

	dqm__url0_3_4_0 = "http://www.microcutusa.com/dblangle.php"

	dqm__url0_3_4_1 = "http://www.microcutusa.com/dblangle90.php"
	
	dqm__url0_3_4_2 = "http://www.microcutusa.com/lngrchdbangle90.php"

	

	 //Sub Menu 0_3_7



	dqm__sub_xy0_3_7 = "-1,-1"

	dqm__sub_menu_width0_3_7 = 140



	dqm__subdesc0_3_7_0 = "90 & 120 Degree"

	dqm__subdesc0_3_7_1 = "Extended Reach"
	
	

	dqm__icon_index0_3_7_0 = 0

	dqm__icon_index0_3_7_1 = 0
	

	

	dqm__url0_3_7_0 = "http://www.microcutusa.com/spot.php"

	dqm__url0_3_7_1 = "http://www.microcutusa.com/exreachspot.php"
	

	//Sub Menu 0_4



	dqm__sub_xy0_4 = "-1,-1"

	dqm__sub_menu_width0_4 = 165
	

	dqm__subdesc0_4_0 = "Single End"

	dqm__subdesc0_4_1 = "Double End"

	dqm__subdesc0_4_2 = "90 Degree Drill Point"

	

	dqm__icon_index0_4_0 = 0

	dqm__icon_index0_4_1 = 0

	dqm__icon_index0_4_2 = 0

	

	dqm__url0_4_0 = "http://www.microcutusa.com/singleendsinks.php"

	dqm__url0_4_1 = "http://www.microcutusa.com/countersink.php"

	dqm__url0_4_2 = "http://www.microcutusa.com/drillsink90.php"
	
	
	
	//Sub Menu 0_13



	dqm__sub_xy0_13 = "-1,-1"

	dqm__sub_menu_width0_13 = 165
	
	dqm__ultraget0_13_1 = "_new"
	
	dqm__ultraget0_13_2 = "_new"

	dqm__subdesc0_13_0 = "Thread Milling Cutters"

	dqm__subdesc0_13_1 = "Side Milling"

	dqm__subdesc0_13_2 = "Slotting"

	

	dqm__icon_index0_13_0 = 0

	dqm__icon_index0_13_1 = 0

	dqm__icon_index0_13_2 = 0

	

	dqm__url0_13_0 = "http://www.microcutusa.com/helical.php"

	dqm__url0_13_1 = "http://www.microcutusa.com/cuttingcond.html"

	dqm__url0_13_2 = "http://www.microcutusa.com/slotcuttingcond.html"

	

 