﻿
//  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 = "#191970"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#d3d3d3"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#f5deb3"		

	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 = 4
	dqm__margin_bottom = 5
	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/shieldover_03.jpg"
	dqm__rollover_wh0 = "93,20"
	dqm__url0 = "../index.html";   


    //Main Menu Item 1

	dqm__rollover_image1 = "images/shieldover_04.jpg"
	dqm__rollover_wh1 = "155,20"
	dqm__url1 = "index.html";


    //Main Menu Item 2

	dqm__rollover_image2 = "images/shieldover_05.jpg" 
	dqm__rollover_wh2 = "143,20"
	dqm__url2 = "../photoetch/index.html";   


    //Main Menu Item 3

	dqm__rollover_image3 = "images/shieldover_06.jpg" 
	dqm__rollover_wh3 = "136,20"
	dqm__url3 = "../flex/index.html";   
  


/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
   

    //Sub Menu 0

	dqm__sub_xy0 = "-93,20"
	dqm__sub_menu_width0 = 140

	dqm__subdesc0_0 = "About Us"
	dqm__subdesc0_1 = "Facilities"
	dqm__subdesc0_2 = "Markets"
	dqm__subdesc0_3 = "ISO"
	dqm__subdesc0_4 = "RoHS"
	dqm__subdesc0_5 = "Sales"
	dqm__subdesc0_6 = "Directions"
	dqm__subdesc0_7 = "Employment"
	dqm__subdesc0_8 = "Home"
	
	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__url0_0 = "../history.html"
	dqm__url0_1 = "../te.html"
	dqm__url0_2 = "../markets.html"
	dqm__url0_3 = "../iso.html"
	dqm__url0_4 = "../rohs.html"
	dqm__2nd_icon_index0_5 = 0
	dqm__url0_6 = "../map.html"
	dqm__url0_7 = "../jobs.html"
	dqm__url0_8 = "../index.html"

    //Sub Menu 0_5

	dqm__sub_xy0_5 = "-1,-1"
	dqm__sub_menu_width0_5 = 165

	dqm__subdesc0_5_0 = "Sales Representatives"
	dqm__subdesc0_5_1 = "Worldwide Distributors"
	dqm__subdesc0_5_2 = "Trade Show Schedule"
	dqm__subdesc0_5_3 = "News Releases"
	
	dqm__icon_index0_5_0 = 0
	dqm__icon_index0_5_1 = 0
	dqm__icon_index0_5_2 = 0
	dqm__icon_index0_5_3 = 0
	
	dqm__url0_5_0 = "../reps.html"
	dqm__url0_5_1 = "../distributors.html"
	dqm__url0_5_2 = "../shows.html"
	dqm__url0_5_3 = "../news.html"
   


    //Sub Menu 1

	dqm__sub_xy1 = "-133,20"
	dqm__sub_menu_width1 = 140

	dqm__subdesc1_0 = "Shielding Products"
	dqm__subdesc1_1 = "Shielding Glossary"
	dqm__subdesc1_2 = "Contact Us"
	
	dqm__icon_index1_0 = 0
	dqm__icon_index1_1 = 0
	dqm__icon_index1_2 = 0

	dqm__2nd_icon_index1_0 = 0
	dqm__url1_1 = "glossary.html"
	dqm__2nd_icon_index1_2 = 0

   

    //Sub Menu 1_0

	dqm__sub_xy1_0 = "-1,-1"
	dqm__sub_menu_width1_0 = 178

	dqm__subdesc1_0_0 = "Finger Stock Gaskets"
	dqm__subdesc1_0_1 = "Metalized Fabric Gaskets"
	dqm__subdesc1_0_2 = "Conductive Foam Gaskets"
	dqm__subdesc1_0_3 = "Conductive Elastomers"
	dqm__subdesc1_0_4 = "Mesh Gaskets"
	dqm__subdesc1_0_5 = "Vents & Filters"
	dqm__subdesc1_0_6 = "Board Level Shielding"
	dqm__subdesc1_0_7 = "Contact Rings"
	dqm__subdesc1_0_8 = "D Connector Gaskets"
	dqm__subdesc1_0_9 = "Expansion Slot Gaskets"
	
	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__2nd_icon_index1_0_0 = 0
	dqm__2nd_icon_index1_0_1 = 0
	dqm__2nd_icon_index1_0_3 = 0
	dqm__2nd_icon_index1_0_4 = 0
	dqm__2nd_icon_index1_0_5 = 0
	dqm__2nd_icon_index1_0_6 = 0
	dqm__2nd_icon_index1_0_7 = 0
	dqm__2nd_icon_index1_0_8 = 0

	dqm__url1_0_2 = "2700series.html"
	dqm__url1_0_9 = "expanslot.html"

    //Sub Menu 1_0_0

	dqm__sub_xy1_0_0 = "-1,-1"
	dqm__sub_menu_width1_0_0 = 140

	dqm__subdesc1_0_0_0 = "General Information"
	dqm__subdesc1_0_0_1 = "Materials"
	dqm__subdesc1_0_0_2 = "Mounting Options"
	dqm__subdesc1_0_0_3 = "Finger Stock Gaskets"
	dqm__subdesc1_0_0_4 = "Standard Part Number Directory"
	dqm__subdesc1_0_0_5 = "How To Order"
	
	dqm__icon_index1_0_0_0 = 0
	dqm__icon_index1_0_0_1 = 0
	dqm__icon_index1_0_0_2 = 0
	dqm__icon_index1_0_0_3 = 0
	dqm__icon_index1_0_0_4 = 0
	dqm__icon_index1_0_0_5 = 0
	
	dqm__url1_0_0_0 = "shielding.html"
	dqm__url1_0_0_1 = "fsmaterials.html"
	dqm__url1_0_0_2 = "install.html"
	dqm__url1_0_0_3 = "fsgaskets.html"
	dqm__url1_0_0_4 = "directory.html"
	dqm__url1_0_0_5 = "htordermain.html"

    //Sub Menu 1_0_1

	dqm__sub_xy1_0_1 = "-1,-1"
	dqm__sub_menu_width1_0_1 = 150

	dqm__subdesc1_0_1_0 = "Standard Series 2400"
	dqm__subdesc1_0_1_1 = "Custom Series 2600"
	
	dqm__icon_index1_0_1_0 = 0
	dqm__icon_index1_0_1_1 = 0
	
	dqm__url1_0_1_0 = "2400series.html"
	dqm__url1_0_1_1 = "2600series.html"

    //Sub Menu 1_0_3

	dqm__sub_xy1_0_3 = "-1,-1"
	dqm__sub_menu_width1_0_3 = 160

	dqm__subdesc1_0_3_0 = "Multishield Series 4000"
	dqm__subdesc1_0_3_1 = "Monoshield Series 5000"
	dqm__subdesc1_0_3_2 = "Weaveshield Series 5500"
	dqm__subdesc1_0_3_3 = "Supershield Series 1000"
	dqm__subdesc1_0_3_4 = "Connector & Waveguide Gaskets"
	
	dqm__icon_index1_0_3_0 = 0
	dqm__icon_index1_0_3_1 = 0
	dqm__icon_index1_0_3_2 = 0
	dqm__icon_index1_0_3_3 = 0
	dqm__icon_index1_0_3_4 = 0
	
	dqm__url1_0_3_0 = "4000series.html"
	dqm__url1_0_3_1 = "5000series.html"
	dqm__url1_0_3_2 = "5500series.html"
	dqm__url1_0_3_3 = "1000series.html"
	dqm__url1_0_3_4 = "stddiecut.html"

    //Sub Menu 1_0_4

	dqm__sub_xy1_0_4 = "-1,-1"
	dqm__sub_menu_width1_0_4 = 160

	dqm__subdesc1_0_4_0 = "General Information"
	dqm__subdesc1_0_4_1 = "Mesh Core Series 2000"
	dqm__subdesc1_0_4_2 = "Elastomer Core Series 2000"
	dqm__subdesc1_0_4_3 = "Silvershield Series 2200"
	dqm__subdesc1_0_4_4 = "Twinseal Series 3000"
	dqm__subdesc1_0_4_5 = "Shieldwrap Series 6000"
	dqm__subdesc1_0_4_6 = "Trimshield Series 9000"
	
	dqm__icon_index1_0_4_0 = 0
	dqm__icon_index1_0_4_1 = 0
	dqm__icon_index1_0_4_2 = 0
	dqm__icon_index1_0_4_3 = 0
	dqm__icon_index1_0_4_4 = 0
	dqm__icon_index1_0_4_5 = 0
	dqm__icon_index1_0_4_6 = 0
	
	dqm__url1_0_4_0 = "shieldingmaterials.html"
	dqm__url1_0_4_1 = "2000meshcore.html"
	dqm__url1_0_4_2 = "elast2000series.html"
	dqm__url1_0_4_3 = "2200series.html"
	dqm__url1_0_4_4 = "3000series.html"
	dqm__url1_0_4_5 = "6000series.html"
	dqm__url1_0_4_6 = "9000series.html"

    //Sub Menu 1_0_5

	dqm__sub_xy1_0_5 = "-1,-1"
	dqm__sub_menu_width1_0_5 = 160

	dqm__subdesc1_0_5_0 = "General Information"
	dqm__subdesc1_0_5_1 = "Honeycomb Vents Series 8000"
	dqm__subdesc1_0_5_2 = "Shielded Fan Vents Series 8200"
	dqm__subdesc1_0_5_3 = "Quiet Vents Series 8300"
	dqm__subdesc1_0_5_4 = "Shielded Filters Series 8500"
	dqm__subdesc1_0_5_5 = "Thin Screen Filters Series 8900"
	
	dqm__icon_index1_0_5_0 = 0
	dqm__icon_index1_0_5_1 = 0
	dqm__icon_index1_0_5_2 = 0
	dqm__icon_index1_0_5_3 = 0
	dqm__icon_index1_0_5_4 = 0
	dqm__icon_index1_0_5_5 = 0
	
	dqm__url1_0_5_0 = "specs.html"
	dqm__url1_0_5_1 = "8000series.html"
	dqm__url1_0_5_2 = "8200series.html"
	dqm__url1_0_5_3 = "8300series.html"
	dqm__url1_0_5_4 = "8500series.html"
	dqm__url1_0_5_5 = "8900series.html"

    //Sub Menu 1_0_6

	dqm__sub_xy1_0_6 = "-1,-1"
	dqm__sub_menu_width1_0_6 = 160

	dqm__subdesc1_0_6_0 = "General Information"
	dqm__subdesc1_0_6_1 = "One Piece Standard BLS"
	dqm__subdesc1_0_6_2 = "Two Piece Standard BLS"
	dqm__subdesc1_0_6_3 = "Multicavity & Custom BLS"
	dqm__subdesc1_0_6_4 = "Configurable PDFs"
	
	dqm__icon_index1_0_6_0 = 0
	dqm__icon_index1_0_6_1 = 0
	dqm__icon_index1_0_6_2 = 0
	dqm__icon_index1_0_6_3 = 0
	dqm__icon_index1_0_6_4 = 0
	
	dqm__url1_0_6_0 = "boardlevelshield.html"
	dqm__url1_0_6_1 = "onepiecebls.html"
	dqm__url1_0_6_2 = "twopiecebls.html"
	dqm__url1_0_6_3 = "custombls.html"
	dqm__url1_0_6_4 = "blspdf.html"

    
    //Sub Menu 1_0_7

	dqm__sub_xy1_0_7 = "-1,-1"
	dqm__sub_menu_width1_0_7 = 160

	dqm__subdesc1_0_7_0 = "General Information"
	dqm__subdesc1_0_7_1 = "Pitch .060, .093, .122, & .165"
	dqm__subdesc1_0_7_2 = "Pitch .075"
	dqm__subdesc1_0_7_3 = "Pitch .134"
	dqm__subdesc1_0_7_4 = "Pitch .060"
	
	dqm__icon_index1_0_7_0 = 0
	dqm__icon_index1_0_7_1 = 0
	dqm__icon_index1_0_7_2 = 0
	dqm__icon_index1_0_7_3 = 0
	dqm__icon_index1_0_7_4 = 0
	
	dqm__url1_0_7_0 = "contactrings.html"
	dqm__url1_0_7_1 = "rings.html"
	dqm__url1_0_7_2 = "rings075.html"
	dqm__url1_0_7_3 = "rings134.html"
	dqm__url1_0_7_4 = "rings6051.html"

    //Sub Menu 1_0_8

	dqm__sub_xy1_0_8 = "-1,-1"
	dqm__sub_menu_width1_0_8 = 150

	dqm__subdesc1_0_8_0 = "9DXX 9-Pin Gaskets"
	dqm__subdesc1_0_8_1 = "15DXX 15-Pin Gaskets"
	dqm__subdesc1_0_8_2 = "25DXX 25-Pin Gaskets"
	dqm__subdesc1_0_8_3 = "37DXX 37-Pin Gaskets"
	dqm__subdesc1_0_8_4 = "50DXX 50-Pin Gaskets"
	
	dqm__icon_index1_0_8_0 = 0
	dqm__icon_index1_0_8_1 = 0
	dqm__icon_index1_0_8_2 = 0
	dqm__icon_index1_0_8_3 = 0
	dqm__icon_index1_0_8_4 = 0
	
	dqm__url1_0_8_0 = "dconn.html"
	dqm__url1_0_8_1 = "15dconn.html"
	dqm__url1_0_8_2 = "25dconn.html"
	dqm__url1_0_8_3 = "37dconn.html"
	dqm__url1_0_8_4 = "50dconn.html"

   //Sub Menu 1_2

	dqm__sub_xy2_5 = "-1,-1"
	dqm__sub_menu_width1_2 = 166

	dqm__subdesc1_2_0 = "The Shielding Team"
	dqm__subdesc1_2_1 = "E-Mail"
	dqm__subdesc1_2_2 = "How to Send CAD Files"
	dqm__subdesc1_2_3 = "Request Literature and Samples"
	
	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__url1_2_0 = "team.html"
	dqm__url1_2_1 = "contact.html"
	dqm__url1_2_2 = "cadfiles.html"
	dqm__url1_2_3 = "shieldlit.html"



    //Sub Menu 2

	dqm__sub_xy2 = "-130,20"
	dqm__sub_menu_width2 = 160

	dqm__subdesc2_0 = "Capabilities" 
	dqm__subdesc2_1 = "MicroEtch Screens"
	dqm__subdesc2_2 = "Fuel Cell Plates"
	dqm__subdesc2_3 = "Board Level Shielding"
	dqm__subdesc2_4 = "Polyimide Film"
	dqm__subdesc2_5 = "Design Guide"
	dqm__subdesc2_6 = "Materials"
	dqm__subdesc2_7 = "Photo Gallery"
	dqm__subdesc2_8 = "Plant Tour"
	dqm__subdesc2_9 = "Contact Us"
	
	dqm__icon_index2_0 = 0
	dqm__icon_index2_1 = 0
	dqm__icon_index2_2 = 0
	dqm__icon_index2_3 = 0
	dqm__icon_index2_4 = 0
	dqm__icon_index2_5 = 0
	dqm__icon_index2_6 = 0
	dqm__icon_index2_7 = 0
	dqm__icon_index2_8 = 0
	dqm__icon_index2_9 = 0
	
	dqm__2nd_icon_index2_3 = 0
	dqm__2nd_icon_index2_5 = 0
	dqm__2nd_icon_index2_8 = 0
	dqm__2nd_icon_index2_9 = 0

	dqm__url2_0 = "../photoetch/index.html"
	dqm__url2_1 = "../photoetch/microscreens.html"
	dqm__url2_2 = "../photoetch/fuelcell.html"
	dqm__url2_4 = "../photoetch/polyi.html"
	dqm__url2_6 = "../photoetch/materials.html"
	dqm__url2_7 = "../photoetch/pegallery.html"
	dqm__url2_8 = "../photoetch/petour.html"
	dqm__url2_9 = "../photoetch/pemail.html"
   
   //Sub Menu 2_3

	dqm__sub_xy2_3 = "-1,-1"
	dqm__sub_menu_width2_3 = 160

	dqm__subdesc2_3_0 = "General Information"
	dqm__subdesc2_3_1 = "One Piece Standard BLS"
	dqm__subdesc2_3_2 = "Two Piece Standard BLS"
	dqm__subdesc2_3_3 = "Multicavity & Custom BLS"
	dqm__subdesc2_3_4 = "Configurable PDFs"
	
	dqm__icon_index2_3_0 = 0
	dqm__icon_index2_3_1 = 0
	dqm__icon_index2_3_2 = 0
	dqm__icon_index2_3_3 = 0
	dqm__icon_index2_3_4 = 0
	
	dqm__url2_3_0 = "boardlevelshield.html"
	dqm__url2_3_1 = "onepiecebls.html"
	dqm__url2_3_2 = "twopiecebls.html"
	dqm__url2_3_3 = "custombls.html"
	dqm__url2_3_4 = "blspdf.html"
   
   //Sub Menu 2_5

	dqm__sub_xy2_5 = "-1,-1"
	dqm__sub_menu_width2_5 = 166

	dqm__subdesc2_5_0 = "Flat Parts Design Guide"
	dqm__subdesc2_5_1 = "Formed Parts Design Guide"
	
	dqm__icon_index2_5_0 = 0
	dqm__icon_index2_5_1 = 0
	
	dqm__url2_5_0 = "../photoetch/flatguide.html"
	dqm__url2_5_1 = "../photoetch/formedguide.html"


   //Sub Menu 2_8

	dqm__sub_xy2_8 = "-1,-1"
	dqm__sub_menu_width2_8 = 166

	dqm__subdesc2_8_0 = "Engineering"
	dqm__subdesc2_8_1 = "Material"
	dqm__subdesc2_8_2 = "Drill"
	dqm__subdesc2_8_3 = "Exposing"
	dqm__subdesc2_8_4 = "Wet Process"
	dqm__subdesc2_8_5 = "Lay-up Lamination"
	dqm__subdesc2_8_6 = "Finishing"
	dqm__subdesc2_8_7 = "Tool and Die"
	dqm__subdesc2_8_8 = "Assembly"
	dqm__subdesc2_8_9 = "Quality and Inspection"
	
	dqm__icon_index2_8_0 = 0
	dqm__icon_index2_8_1 = 0
	dqm__icon_index2_8_2 = 0
	dqm__icon_index2_8_3 = 0
	dqm__icon_index2_8_4 = 0
	dqm__icon_index2_8_5 = 0
	dqm__icon_index2_8_6 = 0
	dqm__icon_index2_8_7 = 0
	dqm__icon_index2_8_8 = 0
	dqm__icon_index2_8_9 = 0
	
	dqm__url2_8_0 = "../photoetch/petour.html"
	dqm__url2_8_1 = "../photoetch/pematerialtour.html"
	dqm__url2_8_2 = "../photoetch/pedrilltour.html"
	dqm__url2_8_3 = "../photoetch/peexposingtour.html"
	dqm__url2_8_4 = "../photoetch/pewetprocesstour.html"
	dqm__url2_8_5 = "../photoetch/pelaminationtour.html"
	dqm__url2_8_6 = "../photoetch/pefinishingtour.html"
	dqm__url2_8_7 = "../photoetch/petooldietour.html"
	dqm__url2_8_8 = "../photoetch/peassemblytour.html"
	dqm__url2_8_9 = "../photoetch/pequalitytour.html"


   //Sub Menu 2_9

	dqm__sub_xy2_9 = "-1,-1"
	dqm__sub_menu_width2_9 = 166

	dqm__subdesc2_9_0 = "E-Mail"
	dqm__subdesc2_9_1 = "Request Literature"
	dqm__subdesc2_9_2 = "How to Send CAD Files"
	
	dqm__icon_index2_9_0 = 0
	dqm__icon_index2_9_1 = 0
	dqm__icon_index2_9_2 = 0
	
	dqm__url2_9_0 = "../photoetch/pemail.html"
	dqm__url2_9_1 = "../photoetch/pelit.html"
	dqm__url2_9_2 = "../photoetch/pecad.html"



     //Sub Menu 3

	dqm__sub_xy3 = "-125,20"
	dqm__sub_menu_width3 = 140

	dqm__subdesc3_0 = "Tolerances" 
	dqm__subdesc3_1 = "Capabilities"
	dqm__subdesc3_2 = "Photo Gallery"
	dqm__subdesc3_3 = "Plant Tour"
	dqm__subdesc3_4 = "Flex Circuit Glossary"
	dqm__subdesc3_5 = "Contact Us"
	
	dqm__icon_index3_0 = 0
	dqm__icon_index3_1 = 0
	dqm__icon_index3_2 = 0
	dqm__icon_index3_3 = 0
	dqm__icon_index3_4 = 0
	dqm__icon_index3_5 = 0
	
	dqm__2nd_icon_index3_1 = 0
	dqm__2nd_icon_index3_2 = 0
	dqm__2nd_icon_index3_3 = 0
	dqm__2nd_icon_index3_5 = 0

	dqm__url3_0 = "../flex/capabilities.html"
	dqm__url3_4 = "../flex/glossary.html"

   //Sub Menu 3_1

	dqm__sub_xy3_1 = "-1,-1"
	dqm__sub_menu_width3_1 = 165

	dqm__subdesc3_1_0 = "Construction"
	dqm__subdesc3_1_1 = "Circuit Layer Generation, Drilling, Plating & Outlining"
	dqm__subdesc3_1_2 = "Integral Fingers"
	dqm__subdesc3_1_3 = "SMT Assembly"
	
	dqm__icon_index3_1_0 = 0
	dqm__icon_index3_1_1 = 0
	dqm__icon_index3_1_2 = 0
	dqm__icon_index3_1_3 = 0
	
	dqm__url3_1_0 = "../flex/materials.html"
	dqm__url3_1_1 = "../flex/drill.html"
	dqm__url3_1_2 = "../flex/fingers.html"
	dqm__url3_1_3 = "../flex/smt.html"

   //Sub Menu 3_2

	dqm__sub_xy3_2 = "-1,-1"
	dqm__sub_menu_width3_2 = 165

	dqm__subdesc3_2_0 = "Two Layer Flex, Standard Zif Termination, GEM Foil"
	dqm__subdesc3_2_1 = "Spring Finger Flex, Connector Pins, Polyimide Windows, Power Flex"
	dqm__subdesc3_2_2 = "Leads"
	dqm__subdesc3_2_3 = "SMT on Miniature Circuit"
	
	dqm__icon_index3_2_0 = 0
	dqm__icon_index3_2_1 = 0
	dqm__icon_index3_2_2 = 0
	dqm__icon_index3_2_3 = 0
	
	dqm__url3_2_0 = "../flex/2layer.html"
	dqm__url3_2_1 = "../flex/spring.html"
	dqm__url3_2_2 = "../flex/leads.html"
	dqm__url3_2_3 = "../flex/smtflex.html"

   //Sub Menu 3_3

	dqm__sub_xy3_3 = "-1,-1"
	dqm__sub_menu_width3_3 = 166

	dqm__subdesc3_3_0 = "Drill"
	dqm__subdesc3_3_1 = "Exposing"
	dqm__subdesc3_3_2 = "Wet Process"
	dqm__subdesc3_3_3 = "Lay-up Lamination"
	dqm__subdesc3_3_4 = "Finishing"
	dqm__subdesc3_3_5 = "Assembly"
	
	dqm__icon_index3_3_0 = 0
	dqm__icon_index3_3_1 = 0
	dqm__icon_index3_3_2 = 0
	dqm__icon_index3_3_3 = 0
	dqm__icon_index3_3_4 = 0
	dqm__icon_index3_3_5 = 0
	
	dqm__url3_3_0 = "../flex/drilltour.html"
	dqm__url3_3_1 = "../flex/exposingtour.html"
	dqm__url3_3_2 = "../flex/wetprocesstour.html"
	dqm__url3_3_3 = "../flex/laminationtour.html"
	dqm__url3_3_4 = "../flex/finishingtour.html"
	dqm__url3_3_5 = "../flex/assemblytour.html"


 //Sub Menu 3_5

	dqm__sub_xy3_5 = "-1,-1"
	dqm__sub_menu_width3_5 = 166

	dqm__subdesc3_5_0 = "The Flex Team"
	dqm__subdesc3_5_1 = "E-Mail"
	dqm__subdesc3_5_2 = "How to Send CAD Files"
	dqm__subdesc3_5_3 = "Request Literature"
	
	dqm__icon_index3_5_0 = 0
	dqm__icon_index3_5_1 = 0
	dqm__icon_index3_5_2 = 0
	dqm__icon_index3_5_3 = 0
	
	dqm__url3_5_0 = "../flex/team.html"
	dqm__url3_5_1 = "../flex/contact.html"
	dqm__url3_5_2 = "../flex/cadfiles.html"
	dqm__url3_5_3 = "../flex/flexlit.html"


