//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com
/*----------Colors, Borders, Dividers, and more...-------------*/
code0 = 1623
code1 = 1220
code2 = 1399
code3 = 996
sequence = '9x44_5'
	dqm__sub_menu_width = 130      		//default sub menu widths
	dqm__sub_xy = "0,0"            		//default sub x,y coordinates - defined relative to the top-left corner of parent image or sub menu   
	dqm__urltarget = "_self"		//default URL target: _self, _parent, _new, or "my frame name"
	dqm__border_width = 1
	dqm__divider_height = 0
	dqm__border_color = "#35846F"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#E9F5F2"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#C9E9E0"		
	dqm__mouse_off_delay = 50		//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 60		//defined in milliseconds (activated after leaving sub)
/*------------Font settings and margins---------*/
   
	dqm__textcolor = "#006394"
	dqm__fontfamily = "Verdana, Arial"		//Any available system font     
	dqm__fontsize = 12			//Defined with pixel sizing  	
	dqm__fontsize_ie4 = 11			//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__text_alignment = "left"		//set to: 'left', 'center' or 'right'
	dqm__margin_top = 5
	dqm__margin_bottom = 4
	dqm__margin_left = 5
	dqm__margin_right = 4
       //Relative positioned icon images (flow with sub item text)
	dqm__icon_image0 = "images/menu/dot.gif"
	dqm__icon_rollover0 = "images/menu/dot2.gif"
	dqm__icon_image_wh0 = "13,8"
	dqm__icon_image1 = "images/menu/dotin.gif"
	dqm__icon_rollover1 = "images/menu/dot2in.gif"
	dqm__icon_image_wh1 = "20,8"
    //Absolute positioned icon images (coordinate poitioned)
	dqm__2nd_icon_image0 = "images/menu/arrow.gif"
	dqm__2nd_icon_rollover0 = "images/menu/arrow.gif"
	dqm__2nd_icon_image_wh0 = "15,16"
	dqm__2nd_icon_image_xy0 = "0,4"
/*-------------Optional Status Bar Text----------------*/

	dqm__show_urls_statusbar = false
/*---------Internet Explorer Transition Effects------------*/

dqm__sub_menu_effect = "fade"
	dqm__sub_item_effect = "fade"  
	dqm__sub_menu_effect_duration = .1
	dqm__sub_item_effect_duration = .1
	dqm__effect_pixelate_maxsqare = 25
	dqm__sub_menu_opacity = 100
	dqm__dropshadow_color = "none"	
	dqm__dropshadow_offx = 5	
	dqm__dropshadow_offy = 5
/*-----------Browser Bug fixes and Workarounds----------------*/   
	dqm__ie4mac_offset_X = -8
	dqm__ie4mac_offset_Y = -50
	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."   
	dqm__use_opera_div_detect_fix = false
	dqm__escape_item_height = 20
	dqm__escape_item_height0_0 = 70
	dqm__escape_item_height0_1 = 70

/*-------Exposed menu events-------------*/
	//dqm__onload_code = "alert('custom function - onload')"
	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----------*/
	dqm__border_widthX = 10;
	dqm__divider_heightX = 5;		
	dqm__border_colorX = "#0000ff";     
	dqm__menu_bgcolorX = "#ff0000"
	dqm__hl_bgcolorX = "#00ff00"
	dqm__hl_textcolorX = "#ff0000"
	dqm__text_alignmentX = "left"
	dqm__menu_bgcolor2_0 = "#ffffff"
	dqm__menu_bgcolor2_1 = "#ffffff"
	dqm__menu_bgcolor2_2 = "#ffffff"
	dqm__menu_bgcolor2_3 = "#ffffff"
	dqm__menu_bgcolor2_4 = "#ffffff"
	dqm__menu_bgcolor3_1 = "#C7DEE9"
	dqm__menu_bgcolor3_2 = "#FFCD56"	
	dqm__menu_bgcolor4_1 = "#C7DEE9"
	dqm__menu_bgcolor4_2 = "#FFCD56"
    //The following settings may be defined for specific sub menu items.
    //The 'X' represents the index number of the sub menu item.
	dqm__hl_subdescX = "custom highlight text"
	dqm__urltargetX = "_new"

/*************Main Menu Rollover Images and Links********************/
//Main Menu Item 0
	dqm__rollover_image0 = "images/menu/home2.gif"
	dqm__rollover_wh0 = "43,16"
	dqm__url0 = "index.html";
//Main Menu Item 1
	dqm__rollover_image1 = "images/menu/news2.gif"
	dqm__rollover_wh1 = "43,16"
	dqm__url1 = "news.html";
//Main Menu Item 2
	dqm__rollover_image2 = "images/menu/valves2.gif" 
	dqm__rollover_wh2 = "44,16"
	dqm__url2 = "valve.html"; 
//Main Menu Item 3
	dqm__rollover_image3 = "images/menu/mp2.gif" 
	dqm__rollover_wh3 = "96,16"
	dqm__url3 = "mount.html";	
//Main Menu Item 4
	dqm__rollover_image4 = "images/menu/fit2.gif" 
	dqm__rollover_wh4 = "50,16"
	dqm__url4 = "fittings.html"; 	
//Main Menu Item 5
	dqm__rollover_image5 = "images/menu/acc2.gif" 
	dqm__rollover_wh5 = "74,16"
	dqm__url5 = "acc.html";	
//Main Menu Item 6
	dqm__rollover_image6 = "images/menu/pl2.gif" 
	dqm__rollover_wh6 = "59,16"
	dqm__url6 = "pl.html";	
//Main Menu Item 7
	dqm__rollover_image7 = "images/menu/about2.gif" 
	dqm__rollover_wh7 = "44,16"
	dqm__url7 = "about.html"; 	
  
/**************Sub Menu Structure and Text****************/
//Sub Menu 0
	dqm__sub_xy0 = "-62,22"
	dqm__sub_menu_width0 = 175
//Sub Menu 1
	dqm__sub_xy1 = "-35,20"
	dqm__sub_menu_width1 = 180
	dqm__subdesc1_0 = "Fittings & Valves Price Increase"
	dqm__subdesc1_1 = "Announcement Archives"
	dqm__subdesc1_2 = "VacuSweep"	
	dqm__icon_index1_0 = 0
	dqm__icon_index1_1 = 0
	dqm__icon_index1_2 = 0	
	dqm__url1_0 = "news.html#increase"
    dqm__url1_1 = "news.html#arc"
    dqm__url1_2 = "news.html#vs"
//Sub Menu 2
	dqm__sub_xy2 = "-35,20"
	dqm__sub_menu_width2 = 200
	dqm__2nd_icon_index2_1 = 0
	dqm__2nd_icon_index2_2 = 0
	dqm__2nd_icon_index2_3 = 0
	dqm__2nd_icon_index2_5 = 0
	dqm__subdesc2_0 = "Intro"
	dqm__subdesc2_1 = "VacuSweep<sup>®</sup> Inlet Valve"
	dqm__subdesc2_2 = "ElectraValve<sup>®</sup>"
	dqm__subdesc2_3 = "VacuValve<sup>®</sup>"
	dqm__subdesc2_4 = "Metal Inlet Valve"
	dqm__subdesc2_5 = "ES Valve<sup>®</sup>"
	dqm__subdesc2_6 = "SuperValve<sup>®</sup>"
	dqm__subdesc2_7 = "Canister Utility Valve"
	dqm__subdesc2_8 = "Cyclonic Valve"
	dqm__subdesc2_9 = "Utility Valve"
	dqm__subdesc2_10 = "Inlet Kits"
	dqm__subdesc2_11 = "Installation Manual"
	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__icon_index2_10 = 0
	dqm__icon_index2_11 = 0
	dqm__icon_index2_12 = 0
	dqm__url2_0 = "valve.html"
	dqm__url2_1 = "sweep.html"
	dqm__url2_2 = "electra.html"
	dqm__url2_3 = "vacu.html"
	dqm__url2_4 = "metal.html"
	dqm__url2_5 = "es.html"
	dqm__url2_6 = "elec.html"
	dqm__url2_7 = "canister.html"
	dqm__url2_8 = "cyclonic.html"
	dqm__url2_9 = "utility.html"
	dqm__url2_10 = "kits.html"
	dqm__url2_11 = "manual.html"
		//Sub Menu 2_1
	dqm__sub_xy2_1 = "-5,3"
	dqm__sub_menu_width2_1 = 185
	dqm__subdesc2_1_0 = "Product Testing"
	dqm__subdesc2_1_1 = "<font color=#000000>» <u>Features & Benefits</u></font>"
	dqm__subdesc2_1_2 = "<font size=1>Rear Access For Piping</font>"
	dqm__subdesc2_1_3 = "<font size=1>Short Profile Design</font>"
	dqm__subdesc2_1_4 = "<font size=1>Spring Loaded Wire Connector</font>"
	dqm__subdesc2_1_5 = "<font size=1>Flanged Body Design</font>"
	dqm__subdesc2_1_6 = "<font size=1>Sculptured Corners</font>"
	dqm__subdesc2_1_7 = "<font size=1>Attractive Contemporary Design</font>"
	dqm__subdesc2_1_8 = "<font size=1>Valve Is Activated & Turned Off With Ease</font>"
	dqm__subdesc2_1_9 = "<font size=1>Large Opening To Accept Debris</font>"
	dqm__subdesc2_1_10 = "Play VacuSweep<sup>®</sup> Video"
	dqm__subdesc2_1_11 = "Download VacuSweep<sup>®</sup> Video"
	dqm__subdesc2_1_12 = "Installation Diagrams"
	dqm__subdesc2_1_13 = "Specification Diagrams"
	dqm__subdesc2_1_14 = "Ordering Information"
	dqm__subdesc2_1_15 = "Comparison"
	dqm__icon_index2_1_0 = 0
	dqm__icon_index2_1_2 = 1
	dqm__icon_index2_1_3 = 1
	dqm__icon_index2_1_4 = 1
	dqm__icon_index2_1_5 = 1
	dqm__icon_index2_1_6 = 1
	dqm__icon_index2_1_7 = 1
	dqm__icon_index2_1_8 = 1
	dqm__icon_index2_1_9 = 1
	dqm__icon_index2_1_10 = 0
	dqm__icon_index2_1_11 = 0
	dqm__icon_index2_1_12 = 0
	dqm__icon_index2_1_13 = 0
	dqm__icon_index2_1_14 = 0
	dqm__icon_index2_1_15 = 0
	dqm__url2_1_0 = "sweeptest.html"
	dqm__url2_1_2 = "javascript:openAWindow('s_f1.html','newWin',600,250,1)"
	dqm__url2_1_3 = "javascript:openAWindow('s_f2.html','newWin',600,250,1)"
	dqm__url2_1_4 = "javascript:openAWindow('s_f3.html','newWin',600,250,1)"
	dqm__url2_1_5 = "javascript:openAWindow('s_f4.html','newWin',600,250,1)"
	dqm__url2_1_6 = "javascript:openAWindow('s_f5.html','newWin',600,250,1)"
	dqm__url2_1_7 = "javascript:openAWindow('s_f6.html','newWin',600,250,1)"
	dqm__url2_1_8 = "javascript:openAWindow('s_f7.html','newWin',600,250,1)"
	dqm__url2_1_9 = "javascript:openAWindow('s_f8.html','newWin',600,250,1)"
	dqm__url2_1_10 = "video/vacusweep.asf"
	dqm__url2_1_11 = "video/vacusweep.zip"
	dqm__url2_1_12 = "javascript:openAWindow('sw_inst_pop.html','newWin',630,280,1)"
	dqm__url2_1_13 = "javascript:openAWindow('sw_spec_pop.html','newWin',610,445,1)"
	dqm__url2_1_14 = "javascript:openAWindow('sw_ordering_pop.html','newWin',485,355,1)"
	dqm__url2_1_15 = "vacu_comp.html"
//Sub Menu 2_2
	dqm__sub_xy2_2 = "-5,3"
	dqm__sub_menu_width2_2 = 150
	dqm__subdesc2_2_0 = "UL Letter"
	dqm__icon_index2_2_0 = 0
	dqm__url2_2_0 = "pdf/ElectravalveULLetter.pdf"
//Sub Menu 2_3
	dqm__sub_xy2_3 = "-5,3"
	dqm__sub_menu_width2_3 = 150
	dqm__subdesc2_3_0 = "Paintability"
	dqm__icon_index2_3_0 = 0
	dqm__url2_3_0 = "javascript:openAWindow('v-p-main.html','newWin',500,355,1)"
//Sub Menu 2_5
	dqm__sub_xy2_5 = "-5,3"
	dqm__sub_menu_width2_5 = 150
	dqm__subdesc2_5_0 = "Paintability"
	dqm__icon_index2_5_0 = 0
	dqm__url2_5_0 = "javascript:openAWindow('v-p-main.html','newWin',500,355,1)"
//Sub Menu 3	
	dqm__sub_xy3 = "-85,20"
	dqm__sub_menu_width3 = 155
	dqm__subdesc3_0 = "Intro"
	dqm__subdesc3_1 = "All Purpose"
	dqm__subdesc3_2 = "All Plastic"
	dqm__subdesc3_3 = "Additional Types"
	dqm__subdesc3_4 = "Plasterguards"
	dqm__subdesc3_5 = "Installation Manual"	
	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__icon_index3_6 = 0
	dqm__url3_0 = "mount.html"
	dqm__url3_1 = "mount_ap.html"
	dqm__url3_2 = "mount_pl.html"
	dqm__url3_3 = "mount_add.html"
	dqm__url3_4 = "mount_pg.html"
	dqm__url3_5 = "manual.html"	

//Sub Menu 4
	dqm__sub_xy4 = "-40,20"
	dqm__sub_menu_width4 = 165
	dqm__subdesc4_0 = "Intro"
	dqm__subdesc4_1 = "Elbow Fittings"
	dqm__subdesc4_2 = "Tee & Wye Fittings"
	dqm__subdesc4_3 = "Flanged Fittings"	
	dqm__subdesc4_4 = "Couplings & Adapters"
	dqm__subdesc4_5 = "Installation Manual"
	dqm__icon_index4_0 = 0
	dqm__icon_index4_1 = 0
	dqm__icon_index4_2 = 0
	dqm__icon_index4_3 = 0
	dqm__icon_index4_4 = 0
	dqm__icon_index4_5 = 0
	dqm__icon_index4_6 = 0
	dqm__url4_0 = "fittings.html"
	dqm__url4_1 = "elbow.html"
	dqm__url4_2 = "teewye.html"
	dqm__url4_3 = "flanged.html"
	dqm__url4_4 = "coupada.html"
	dqm__url4_5 = "manual.html"
	//Sub Menu 5
	dqm__sub_xy5 = "-59,20"
	dqm__sub_menu_width5 = 155
	dqm__subdesc5_0 = "Intro"
		dqm__icon_index5_0 = 0
	dqm__icon_index5_1 = 0
	dqm__url5_0 = "acc.html"
	//Sub Menu 6
	dqm__sub_xy6 = "-50,20"
	dqm__sub_menu_width6 = 95
	dqm__subdesc6_0 = "Canadian"
	dqm__subdesc6_1 = "American"
	dqm__icon_index6_0 = 0
	dqm__icon_index6_1 = 0	
	dqm__url6_0 = "pdf/c767705.pdf"
	dqm__url6_1 = "pdf/ip767705.pdf"
//Sub Menu 7
	dqm__sub_xy7 = "-35,20"
	dqm__sub_menu_width7 = 80
	dqm__subdesc7_0 = "About"
	dqm__subdesc7_1 = "Contact"
	dqm__icon_index7_0 = 0
	dqm__icon_index7_1 = 0	
	dqm__url7_0 = "about.html"
	dqm__url7_1 = "contact.html"