//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com


/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/

	//rootPath = "E:/rupesh_work/project/scalent_website/www"
	dqm__sub_menu_width = 160      		//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"
	limit_multiple_users = true
	sequence = "9x88_4"

	dqm__border_width = 0
	dqm__divider_height = 0

	dqm__border_color = "#ffffff"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#838067"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#a6a584"

	dqm__mouse_off_delay = 200		//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 = "#ffffff"
	dqm__fontfamily = "arial"	//Any available system font     
	dqm__fontsize = 11	//Defined with pixel sizing  	
	//dqm__fontsize_ie4 = 7	//Defined with point sizing
	dqm__textdecoration = "none" //set to: 'normal', or 'underline'
	dqm__fontweight = "bold"	 //set to: 'normal', or 'bold'
	dqm__fontstyle = "normal"	 //set to: 'normal', or 'italic' 	


    //Rollover font settings

	dqm__hl_textcolor = "#ffffff"
	dqm__hl_textdecoration = "none"	//set to: 'normal', or 'underline'



    //Margins and text alignment

	dqm__text_alignment = "left"	//set to: 'left', 'center' or 'right'
	dqm__margin_top = 10
	dqm__margin_bottom = 10
	dqm__margin_left = 0
	dqm__margin_right =0

  //changing the submenu links according to user type
var user_type;
var ut_visitor=0;
var ut_administrator = 1;
var ut_associate =2; 

ut_client =3
code0 = 0
limit_multiple_users = true
sequence = "12345" 


/*-------------------------------------------
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_image1_0 =  rootPath + "images/jsbullet.gif"
	dqm__icon_rollover1_0 =  rootPath + "images/jsbullet.gif"
	dqm__icon_image_wh1_0 = "50,1"

	

    //Absolute positioned icon images (coordinate poitioned)

	dqm__2nd_icon_image0 =  rootPath + "/images/jsbullet.gif"
	dqm__2nd_icon_rollover0 =  rootPath + "/images/jsbullet.gif"
	dqm__2nd_icon_image_wh0 = "13,8"
	dqm__2nd_icon_image_xy0 = "0,0"

/*---------------------------------------------
Main Menu Borders Dividers and Layout
-----------------------------------------------*/


	dqm__main_horizontal = false		//align menu bar horizontally or vertically

	dqm__main_border_width = 0;		//the thickness of the border in pixels
	dqm__main_border_color = "#C0D2E1"	//HEX color or set width to 0 for no borders


	dqm__main_use_dividers = false		//When true the item gap setting is ignored
						//and the border width and color are used to
						//separate each main menu item.
						
							
	dqm__main_item_gap = 1		//the gap between main menu items in pixels
	

	dqm__align_items_bottom_and_right = true	//align items of different size to the bottom
							//or right edge of the largest main menu item
							//depending on the horizontal or vertical layout
							//of the main menu bar - false aligns items to
							//the top and left


/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

	dqm__show_urls_statusbar = true
   
	//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 = "fade"
	dqm__sub_item_effect = "fade"


    //Define the effect duration in seconds below.
   
	dqm__sub_menu_effect_duration = 0.3
	dqm__sub_item_effect_duration = 0.3


    //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 = 90			//1 to 100
	dqm__dropshadow_color = "none"			//Hex color value or 'none'
	dqm__dropshadow_offx = 5			//drop shadow width
	dqm__dropshadow_offy = 5			//drop shadow height



/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/


    //Mac offset fixes, adjust until sub menus position correctly.
   
	dqm__os9_ie5mac_offset_X = 10
	dqm__os9_ie5mac_offset_Y = 15

	dqm__osx_ie5mac_offset_X = 0
	dqm__osx_ie5mac_offset_Y = 0

	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."
   

    //Set to true if the menu is the only item on the HTML page.

	dqm__use_opera_div_detect_fix = false


    //Pre-defined sub menu item heights for the Espial Escape browser.

	//dqm__escape_item_height =50


/*---------------------------------------------
Exposed menu events
----------------------------------------------*/


    //Reference additional onload statements here.

	//dqm__onload_code = "alert('custom function - onload')"


    //The 'X' indicates the index number of the sub menu group or item.

	dqm__showmenu_codeX = "status = 'custom show menu function call - menu0'"
	dqm__hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
	dqm__clickitem_codeX_X = "alert('custom Function - Menu Item 0_0')"



/*---------------------------------------------
Specific Sub Menu Settings
----------------------------------------------*/


    //The following settings may be defined for specific sub menu groups.
    //The 'X' represents the index number of the sub menu group.

	dqm__border_widthX = 1;
	dqm__divider_heightX = 3;
	dqm__border_colorX = "#0000ff";     
	dqm__menu_bgcolorX = "#ff0000"
	dqm__hl_bgcolorX = "#00ff00"
	dqm__hl_textcolorX = "#ff0000"
	dqm__text_alignmentX = "left"


    //The following settings may be defined for specific sub menu items.
    //The 'X' represents the index number of the sub menu item.

	dqm__hl_subdescX = "custom highlight text"
	dqm__urltargetX = "_new"




/**********************************************************************************************
**********************************************************************************************

                           Main Menu Rollover Images and Links  

**********************************************************************************************
**********************************************************************************************/
   
   //Main Menu Item 0
	dqm__rollover_image0 = rootPath + "images/home_btnr.gif"
	dqm__rollover_wh0 = "90,38"
    dqm__url0 =  rootPath + "index.aspx"; 


    //Main Menu Item 1

	dqm__rollover_image1 =  rootPath + "images/aboutus_btnr.gif"
	dqm__rollover_wh1 = "89,38"
	dqm__url1 =  rootPath + "aboutus/index.aspx";


    //Main Menu Item 2

	dqm__rollover_image2 =  rootPath + "images/candidates_btnr.gif"
	dqm__rollover_wh2 = "91,38"
	dqm__url2 =  rootPath +"candidates/index.aspx";   


    //Main Menu Item 3

	dqm__rollover_image3 =  rootPath + "images/clients_btnr.gif"
	dqm__rollover_wh3 = "90,38"
	dqm__url3 =  rootPath +"clients/index.aspx";   


    //Main Menu Item 4

	dqm__rollover_image4 =  rootPath + "images/conatctus_btnr.gif"
	dqm__rollover_wh4 = "89,38"
	dqm__url4 = rootPath +"contactus/index.aspx"; 
	
	 //Main Menu Item 5

//	dqm__rollover_image5 =  rootPath + "images/tl_contactus_r.gif"
//	dqm__rollover_wh5 = "85,25"
//	dqm__url4 = rootPath +"#";
	
	//Main Menu Item 6

//	dqm__rollover_image6 =  rootPath + "images/tl_podcasts_r.gif"
	//dqm__rollover_wh6 = "76,25"
//	dqm__url4 = rootPath +"#"; 
	
	//Main Menu Item 7

/*	dqm__rollover_image7 =  rootPath + "images/BROWSEBYSIZE_BTNR.gif"
	dqm__rollover_wh7 = "85,27"
	dqm__url4 = rootPath +"#";
	
	//Main Menu Item 8
	dqm__rollover_image8 =  rootPath + "images/lascocolors_btnr.gif"
	dqm__rollover_wh8 = "78,27"
	dqm__url4 = rootPath +"#";
	
	//Main Menu Item 9
	dqm__rollover_image9 =  rootPath + "images/specifyinglasco_btnr.gif"
	dqm__rollover_wh9 = "155,27"
	dqm__url4 = rootPath +"#";
	
	//Main Menu Item 10
	dqm__rollover_image10 =  rootPath + "images/warranties_btnr.gif"
	dqm__rollover_wh10 = "66,27"
	dqm__url4 = rootPath +"#";
	
*/	

/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
   


    //Sub Menu 0

	/*dqm__sub_xy0 = "-74,23"
	dqm__sub_menu_width0 = 160

	dqm__subdesc0_0 = "Membership & Certification"
	dqm__subdesc0_1 = "Standards & Guidelines"
	dqm__subdesc0_2 = "Training & Education"
	dqm__subdesc0_3 = "Publications"


	//dqm__icon_index0_0 = 0
	//dqm__icon_index0_1 = 0
	//dqm__icon_index0_2 = 0
 

	dqm__url0_0 =  rootPath +"/aboutnadca/membershipcertification.asp"
	dqm__url0_1 =  rootPath +"/aboutnadca/standardsguidelines.asp"
	dqm__url0_2 =  rootPath +"/aboutnadca/trainingeducation.asp"
	dqm__url0_3 =  rootPath +"/aboutnadca/publications.asp"
	*/



    //Sub Menu 1

//	dqm__sub_xy1 = "-89,39"
//	dqm__sub_menu_width1 = 120

//	dqm__subdesc1_0 ="<img src='"+rootPath+"images/comman/spacer.gif' width='15' height='1'><img src='"+rootPath+"images/jsbullet.gif' height='6' width='3'><img src='"+rootPath+"images/comman/spacer.gif' width='4' height='1'>Our Mission"
//	dqm__subdesc1_1 = "Mission"
//	dqm__subdesc1_2 = "Management Team"
/*	dqm__subdesc1_3 = "Lasco Colors"+"<img src='images/comman/spacer.gif' width='114' height='1'><img src='images/arrow.gif'>"
	dqm__subdesc1_4 = "Specifying Lasco Products"+"<img src='images/comman/spacer.gif' width='48' height='1'><img src='images/arrow.gif'>"
	dqm__subdesc1_5 = "Warranties"+"<img src='images/comman/spacer.gif' width='123' height='1'><img src='images/arrow.gif'>"
	
*/	
	
	
	
    //  dqm__icon_index1_0 = 0
	
	//dqm__url1_0 = rootPath + "aboutus/aboutus.htm"
//dqm__url1_1 = rootPath + "/aboutus/mission.aspx"
//dqm__url1_2 = rootPath + "/aboutus/team.aspx"
	//dqm__url1_2 =  rootPath + "products/Super_combo_products.htm"
	//dqm__url1_3 =  rootPath + "products/super_air_compressor_systems.htm"

	
    //Sub Menu 1_0
	
	//dqm__sub_xy2 = "-90,39"
	//dqm__sub_menu_width2 = 240
  //   dqm__subdesc2_0 ="<img src='"+rootPath+"images/comman/spacer.gif' width='10' height='1'><img src='"+rootPath+"images/jsbullet.gif' height='6' width='3'><img src='"+rootPath+"images/comman/spacer.gif' width='4' height='1'>Overview"
  //  dqm__subdesc2_1 ="<img src='"+rootPath+"images/comman/spacer.gif' width='10' height='1'><img src='"+rootPath+"images/jsbullet.gif' height='6' width='3'><img src='"+rootPath+"images/comman/spacer.gif' width='4' height='1'>Managing Your Financial Career"
	//dqm__subdesc2_2 = "<img src='"+rootPath+"images/comman/spacer.gif' width='10' height='1'><img src='"+rootPath+"images/jsbullet.gif' height='6' width='3'><img src='"+rootPath+"images/comman/spacer.gif' width='4' height='1'>Finance/Accounting Job Descriptions"
	//dqm__subdesc2_3 = "<img src='"+rootPath+"images/comman/spacer.gif' width='10' height='1'><img src='"+rootPath+"images/jsbullet.gif' height='6' width='3'><img src='"+rootPath+"images/comman/spacer.gif' width='4' height='1'>Frequently Asked Questions"
	//dqm__subdesc2_3 = "Recruitment Assessment"
	//dqm__subdesc2_4 = "Workforce Management Solutions"
//	dqm__subdesc2_5 = "Human Resource Consulting"
//	dqm__subdesc2_6 = "What Our Client Say"
	//dqm__subdesc2_7 = "Resource Center"
	

	
	
	//dqm__icon_index2_0 = 0
//dqm__url2_0 = rootPath + "candidates/candidates.htm"	
//dqm__url2_1 = rootPath + "candidates/managingfinancialcareer.htm"
//dqm__url2_2 = rootPath + "candidates/financeaccountingjobdiscription.htm"
//dqm__url2_3 = rootPath + "candidates/faq.htm"
//dqm__url2_4 = rootPath + "/clientcenter/workforce.aspx"
//dqm__url2_5 = rootPath + "/clientcenter/human.aspx"
//dqm__url2_6 = rootPath + "/clientcenter/client.aspx"
		//dqm__url2_2 =  rootPath + "blueprints_for_success/marketing_materials.htm"	
	//dqm__url2_3 =  rootPath + "blueprints_for_success/links.htm"	
	
	
	//Sub Menu 1_0
	
	//dqm__sub_xy3 = "-90,39"
	//dqm__sub_menu_width3 = 230

    //dqm__subdesc3_0 ="<img src='"+rootPath+"images/comman/spacer.gif' width='19' height='1'><img src='"+rootPath+"images/jsbullet.gif' height='6' width='3'><img src='"+rootPath+"images/comman/spacer.gif' width='4' height='1'>Welcome"
	//dqm__subdesc3_1 = "<img src='"+rootPath+"images/comman/spacer.gif' width='19' height='1'><img src='"+rootPath+"images/jsbullet.gif' height='6' width='3'><img src='"+rootPath+"images/comman/spacer.gif' width='4' height='1'>Client Services"
	//dqm__subdesc3_2 = "<img src='"+rootPath+"images/comman/spacer.gif' width='19' height='1'><img src='"+rootPath+"images/jsbullet.gif' height='6' width='3'><img src='"+rootPath+"images/comman/spacer.gif' width='4' height='1'>The A&F Group Advantage"
	//dqm__subdesc3_3 = "<img src='"+rootPath+"images/comman/spacer.gif' width='19' height='1'><img src='"+rootPath+"images/jsbullet.gif' height='6' width='3'><img src='"+rootPath+"images/comman/spacer.gif' width='4' height='1'>The A&F Group Recruitment Process"
	//dqm__subdesc3_4 ="<img src='"+rootPath+"images/comman/spacer.gif' width='19' height='1'><img src='"+rootPath+"images/jsbullet.gif' height='6' width='3'><img src='"+rootPath+"images/comman/spacer.gif' width='4' height='1'>Tips on Hiring Top Talent"
	//dqm__subdesc3_5 = "My Profile"
	//dqm__subdesc3_6 = "Job Agent"
//	dqm__subdesc3_7 = "Resume Wizard"
	//dqm__subdesc3_6 = "Resource Center"
	
	
//	dqm__icon_index3_0 = 0

	//dqm__url3_0 = rootPath + "/clients/clients.htm"
	//dqm__url3_1 = rootPath + "#"
	//dqm__url3_2 = rootPath + "/clients/andfgroupadvantage.htm"
	//dqm__url3_3 = rootPath + "#"
    //dqm__url3_4 = rootPath + "/clients/hiringtoptalent.htm"
//dqm__url3_8 = rootPath + "/associatecenter/resources/index.aspx"
	//dqm__url2_2 =  rootPath + "blueprints_for_success/marketing_materials.htm"	
	//dqm__url2_3 =  rootPath + "blueprints_for_success/links.htm"	
	//dqm__url2_4 =  rootPath + "blueprints_for_success/training.htm"	
	

	
	
	
	//Sub Menu 1_0
	
	/*dqm__sub_xy4 = "-113,25"
	dqm__sub_menu_width4 = 200

    dqm__subdesc4_0 = "Welcome"
	dqm__subdesc4_1 = "Client Services"
	dqm__subdesc4_2 = "Newsletter Archives"
	dqm__subdesc4_3 = "Important News & Articles"
	dqm__subdesc4_4 = "Client Tools"
	dqm__subdesc4_5 = "Associate Tools"
	
	
	dqm__icon_index4_0 = 0
	
	dqm__url4_0 =  rootPath + "#"	
	dqm__url4_1 =  rootPath + "#"	
	dqm__url4_2 =  rootPath + "#"	
	dqm__url4_3 =  rootPath + "#"	
	dqm__url4_4 =  rootPath + "#"	

*/	


/*	

	dqm__sub_xy1_0 = "2,0"
                   dqm__sub_xy4 = "-41,31"
					dqm__sub_menu_width4 = 120
					
					dqm__subdesc4_0 = "#"
					dqm__subdesc4_1 = "#"
					
					
					
					//dqm__icon_index1_0 = 0
					
					dqm__url4_0 =  rootPath + "whats_new/newsletter.htm "	
					dqm__url4_1 =  rootPath + "whats_new/bye_cell_center.htm"	


     
*/

/*	
	
	//Sub Menu 1_1
// first link
//0

	dqm__sub_xy1_0 = "1,0"
	dqm__sub_menu_width1_0 =200

	dqm__subdesc1_0_0 = "Radius Spa Baths"
	dqm__subdesc1_0_1 = "Radius Showers"
	dqm__subdesc1_0_2 = "Estate Series Whirlpools"
	dqm__subdesc1_0_3 = "Champagne Bubblers"
	dqm__subdesc1_0_4 = "Builders’ Choice Acrylic Baths"
	dqm__subdesc1_0_5 = "Builders’ Choice Lascoat Baths"
	dqm__subdesc1_0_6 = "Builders’ Choice Lascoat Tub-Showers"
	dqm__subdesc1_0_7 = "Builders’ Choice Lascoat Tub & Shower Suite"
	dqm__subdesc1_0_7 = "Builders’ Choice Showers"
	dqm__subdesc1_0_8 = "Builders Choice Showers Bases"
	dqm__subdesc1_0_9 = "Remodeline"
	dqm__subdesc1_0_10 = "Freedomline"
	dqm__subdesc1_0_11 = "Shower Doors"


	



	                dqm__url1_0_0 = rootPath +"#";
					dqm__url1_0_1 = rootPath +"#";
					dqm__url1_0_2 = rootPath +"#";


//1


		            dqm__sub_xy1_1 = "1,0"
					dqm__sub_menu_width1_1 =200
				
					dqm__subdesc1_1_0 = "Air-Whirlpool Combination Systems"
					dqm__subdesc1_1_1 = "Whirlpools"
					dqm__subdesc1_1_2 = "Air Baths"
					dqm__subdesc1_1_3 = "Soakers"
					dqm__subdesc1_1_4 = "Showers"
					dqm__subdesc1_1_5 = "Steam Showers"
					dqm__subdesc1_1_6 = "Tub-shower"
					dqm__subdesc1_1_7 = "Tub & Shower Suite"
					dqm__subdesc1_1_8 = "Bases"
					dqm__subdesc1_1_9 = "Sectional Bathware"
					dqm__subdesc1_1_10 = "Accessible Bathware"
					dqm__subdesc1_1_11 = "Shower Doors"
					
					
	



					/*dqm__url1_1_0 = rootPath +"products/superinspector_v_manual_inspection_system.htm";;
					dqm__url1_1_1 = rootPath +"products/supertrac_v_robotic_inspectionandcleaning_system.htm";*/

   //2

	
/*

  //3 sub-sub menu
                            dqm__sub_xy2_3 = "1,0"
							dqm__sub_menu_width2_0 =210
						
							dqm__subdesc2_3_0 = "Wholesale Distributors"
						    dqm__subdesc2_3_1 = "Retail Home Centers"
							//dqm__subdesc2_3_2 = "48”Models"
							//dqm__subdesc2_3_3 = "54”Models"
							
						
						    //dqm__url2_3_0 = rootPath +"products/super_combo_products.htm";
							//dqm__url2_3_1 = rootPath +"products/super_rbs.htm";
							//dqm__url2_0_2 = rootPath +"products/super_reach_systems.htm";
							
//3 sub-sub menu	

//4 sub-sub menu
                            dqm__sub_xy3_0 = "1,0"
							dqm__sub_menu_width3_0 =150
						
							dqm__subdesc3_0_0 = "Company Overview"
						    dqm__subdesc3_0_1 = "Manufacturing Locations"
							dqm__subdesc3_0_2 = "Career Opportunities"
							dqm__subdesc3_0_3 = "Contact Us"
							
						
							//dqm__url3_1_0 = rootPath +"products/super_combo_products.htm";
							//dqm__url3_2_1 = rootPath +"products/super_rbs.htm";
							//dqm__url2_0_2 = rootPath +"products/super_reach_systems.htm";
							
//4 sub-sub menu


//4 sub-sub menu
                            dqm__sub_xy3_1 = "1,0"
							dqm__sub_menu_width3_1 =150
						
							dqm__subdesc3_1_0 = "News / Calendar"
						    dqm__subdesc3_1_1 = "Press Releases"
							dqm__subdesc3_1_2 = "Branding Tools"
							//dqm__subdesc2_3_3 = "54”Models"
							
						
							//dqm__url3_1_0 = rootPath +"products/super_combo_products.htm";
							//dqm__url3_1_1 = rootPath +"products/super_rbs.htm";
							//dqm__url2_0_2 = rootPath +"products/super_reach_systems.htm";
							
//4 sub-sub menu
							

						<!--sub Super Combo Brush Systems sublink-->
						    dqm__sub_xy1_2_0 = "1,0"
							dqm__sub_menu_width1_2_0 =150
							dqm__subdesc1_2_0_0 = "32” - 38” shower"
							dqm__subdesc1_2_0_1 = "32” - 38” Shower Bases"
						
						
							//dqm__url1_2_0_0 = rootPath +"products/super_combo_products.htm";
							//dqm__url1_2_0_1 = rootPath +"products/super_combo_products.htm";
						
						<!--sub-sublink-->
						<!--sub Super Combo Brush Systems sublink-->
						    dqm__sub_xy1_2_1 = "1,0"
							dqm__sub_menu_width1_2_1 =150
							dqm__subdesc1_2_1_0 = "42” shower"
							dqm__subdesc1_2_1_1 = "42” Shower Bases"
							///////dqm__url1_2_0_0 = rootPath +"products/super_combo_products.htm";
							///////dqm__url1_2_0_1 = rootPath +"products/super_combo_products.htm";
						
						<!--sub-sublink-->	
						<!--sub Super Combo Brush Systems sublink-->
						    dqm__sub_xy1_2_2 = "1,0"
							dqm__sub_menu_width1_2_2 =150
							dqm__subdesc1_2_2_0 = "48” shower"
							dqm__subdesc1_2_2_1 = "48” Shower Bases"
							///////dqm__url1_2_0_0 = rootPath +"products/super_combo_products.htm";
							///////dqm__url1_2_0_1 = rootPath +"products/super_combo_products.htm";
						
						<!--sub-sublink-->
						
						<!--sub Super Combo Brush Systems sublink-->
						    dqm__sub_xy1_2_3 = "1,0"
							dqm__sub_menu_width1_2_3 =150
							dqm__subdesc1_2_3_0 =  "54” Soakers (Baths?)"
							dqm__subdesc1_2_3_1 ="54” shower"
							dqm__subdesc1_2_3_2 ="54” Tub - shower"
							///////dqm__url1_2_0_0 = rootPath +"products/super_combo_products.htm";
							///////dqm__url1_2_0_1 = rootPath +"products/super_combo_products.htm";
						
						<!--sub-sublink-->
						<!--sub Super Combo Brush Systems sublink-->
						    dqm__sub_xy1_2_4 = "1,0"
							dqm__sub_menu_width1_2_4 =150
							dqm__subdesc1_2_4_0 ="60” Baths"
							dqm__subdesc1_2_4_1 ="60” shower"
							dqm__subdesc1_2_4_2 ="60” Tub - shower"
							dqm__subdesc1_2_4_3 ="60” shower Bases"
							///////dqm__url1_2_0_0 = rootPath +"products/super_combo_products.htm";
							///////dqm__url1_2_0_1 = rootPath +"products/super_combo_products.htm";
						
						<!--sub-sublink-->
						<!--sub Super Combo Brush Systems sublink-->
						     dqm__sub_xy1_2_5 = "1,0"
							dqm__sub_menu_width1_2_5 =150
							dqm__subdesc1_2_5_0 ="66” Baths"
							///////dqm__url1_2_0_0 = rootPath +"products/super_combo_products.htm";
							///////dqm__url1_2_0_1 = rootPath +"products/super_combo_products.htm";
						
						<!--sub-sublink-->
						<!--sub Super Combo Brush Systems sublink-->
						    dqm__sub_xy1_2_6 = "1,0"
							dqm__sub_menu_width1_2_6 =150
							dqm__subdesc1_2_6_0 ="72” - 74”Baths"
							dqm__subdesc1_2_6_1 ="72” - 74” Tub - shower"
							dqm__subdesc1_2_6_2 ="72” - 74” shower Bases"
							///////dqm__url1_2_0_0 = rootPath +"products/super_combo_products.htm";
							///////dqm__url1_2_0_1 = rootPath +"products/super_combo_products.htm";
						
						<!--sub-sublink-->
						<!--sub Super Combo Brush Systems sublink-->
						    dqm__sub_xy1_2_7 = "1,0"
							dqm__sub_menu_width1_2_7 =180
							dqm__subdesc1_2_7_0 ="102” - 114”Tub & Shower Suite"
							///////dqm__url1_2_0_0 = rootPath +"products/super_combo_products.htm";
							///////dqm__url1_2_0_1 = rootPath +"products/super_combo_products.htm";
						
						<!--sub-sublink-->


 //3
	

                            dqm__sub_xy1_2 = "1,0"
							dqm__sub_menu_width1_2 =200
						
							dqm__subdesc1_2_0 = "32” - 38” Models"+"<img src='images/comman/spacer.gif' width='100' height='1'><img src='images/arrow.gif'>"
						    dqm__subdesc1_2_1 = "42”Models"+"<img src='images/comman/spacer.gif' width='128' height='1'><img src='images/arrow.gif'>"
							dqm__subdesc1_2_2 = "48”Models"+"<img src='images/comman/spacer.gif' width='128' height='1'><img src='images/arrow.gif'>"
							dqm__subdesc1_2_3 = "54”Models"+"<img src='images/comman/spacer.gif' width='127' height='1'><img src='images/arrow.gif'>"
							dqm__subdesc1_2_4 = "60”Models"+"<img src='images/comman/spacer.gif' width='127' height='1'><img src='images/arrow.gif'>"
							dqm__subdesc1_2_5 = "66”Models"+"<img src='images/comman/spacer.gif' width='127' height='1'><img src='images/arrow.gif'>"
							dqm__subdesc1_2_6 = "72” - 74” Models"+"<img src='images/comman/spacer.gif' width='99' height='1'><img src='images/arrow.gif'>"
							dqm__subdesc1_2_7 = "102” - 114” Models"+"<img src='images/comman/spacer.gif' width='88' height='1'><img src='images/arrow.gif'>" */
					
							//dqm__url1_2_0 = rootPath +"products/super_combo_products.htm";
							//dqm__url1_2_1 = rootPath +"products/super_rbs.htm";
							//dqm__url1_2_2 = rootPath +"products/super_reach_systems.htm";
							

						<!--sub Super Combo Brush Systems sublink-->
						
							
						
						
							//dqm__url1_2_0_0 = rootPath +"products/super_combo_products.htm";
							//dqm__url1_2_0_1 = rootPath +"products/super_combo_products.htm";
						
						<!--sub-sublink-->
						<!--sub Super Combo Brush Systems sublink-->
						
							
							///////dqm__url1_2_0_0 = rootPath +"products/super_combo_products.htm";
							///////dqm__url1_2_0_1 = rootPath +"products/super_combo_products.htm";
						
						<!--sub-sublink-->	
						



					//4
					
	/*					dqm__sub_xy1_3 = "0,0"
						dqm__sub_menu_width1_3 =200
					
						dqm__subdesc1_3_0 = "Super Air 1.5 hp Electric Compressor"
						dqm__subdesc1_3_1 = "Super Air 5 hp Electric Compressor"
						dqm__subdesc1_3_2 = "Super Air 8 hp Gas Compressor"
						dqm__subdesc1_3_3 = "Super Air 13 hp Gas Compressor"

						//dqm__url1_3_0 = rootPath +"products/super_air_compressor_systems.htm";
						//dqm__url1_3_1 = rootPath +"products/super_air_compressor_systems.htm";
						
//5
					
						dqm__sub_xy1_4 = "0,0"
						dqm__sub_menu_width1_4 =180
					
						//dqm__subdesc1_4_0 = "Duct Accessing Tools/Products"
						//dqm__url1_4_0 = rootPath +"products/duct_accessing_products.htm";




///6


				dqm__sub_xy1_5 = "0,0"
					dqm__sub_menu_width1_5 =170
				
					dqm__subdesc1_5_0 = "Super Cart Spray System"
					dqm__subdesc1_5_1 = "Mini Cart Spray System"
					dqm__subdesc1_5_2 = "Super Trac III Robotic System"
				
				
				
					dqm__url1_5_0 = rootPath +"products/supercart_spray_system.htm";
					dqm__url1_5_1 = rootPath +"products/supercartmini_spray_system.htm";
					dqm__url1_5_2 = rootPath +"products/supercartvtrac_spray_system.htm";

///7

					dqm__sub_xy1_6 = "0,0"
					dqm__sub_menu_width1_6 =300
				
					dqm__subdesc1_6_0 = "Surface Treatments (sanitizers, coil cleaner, degreaser etc)"
					dqm__subdesc1_6_1 = "Coatings/Replacing Damaged Insulation"
				
				
				
					dqm__url1_6_0 = rootPath +"products/coatings_chemicalsandclosed_cell_insulation.htm";
					dqm__url1_6_1 = rootPath +"products/coatings_chemicalsandclosed_cell_insulation.htm";


<!--sub Coatings/Replacing Damaged Insulation sublink-->

					dqm__subdesc1_6_1_0 = "Tough Coat"
					dqm__subdesc1_6_1_1 = "Safe Encasement"
					dqm__subdesc1_6_1_2 = "IMCOA Closed Cell Insulation "
				
					dqm__url1_6_1_0 = rootPath +"products/coatings_chemicalsandclosed_cell_insulation.htm";
					dqm__url1_6_1_1 = rootPath +"products/coatings_chemicalsandclosed_cell_insulation.htm";
					dqm__url1_6_1_2 = rootPath +"products/coatings_chemicalsandclosed_cell_insulation.htm";
<!--sub-sublink-->	
	
	
	*/
	


    //Sub Menu 2

	/*dqm__sub_xy2 = "-62,23"
	dqm__sub_menu_width2 = 230

	dqm__subdesc2_0 = "Annual Meeting (Indoor Environments) information + appropriate links to exhibitor prospectus." 
	dqm__subdesc2_1 = "Fall Technical Seminar information + appropriate links to calendar of events, etc." 
	dqm__subdesc2_2 = "International Meeting information + appropriate links to calendar of events, etc."

	//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__url2_0 =  rootPath + "#"
	dqm__url2_1 =  rootPath + "#"
	dqm__url2_2 =  rootPath + "#"


    //Sub Menu 3

	dqm__sub_xy3 = "-78,23"
	dqm__sub_menu_width3 = 210

	dqm__subdesc3_0 = "Air Systems Cleaning Specialist"
	dqm__subdesc3_1 = "Certified Ventilation System Inspector"
	dqm__subdesc3_2 = "Ventilation System Mold Remediator"
	dqm__subdesc3_3 = "ASCS Renewal"

	//dqm__icon_index3_0 = 0
	//dqm__icon_index3_1 = 0
	//dqm__icon_index3_2 = 0
	//dqm__icon_index3_3 = 0

	dqm__url3_0 =  rootPath + "#"
	dqm__url3_1 =  rootPath + "#"
	dqm__url3_2 =  rootPath + "#"
	dqm__url3_3 =  rootPath + "#"

	//Level 3 Sub Menu 3_0
	dqm__menu_bgcolor3_0 = "#BB2016"
	dqm__hl_bgcolor3_0 = "#A80B06"
	dqm__border_color3_0 = "#C2372E"

	dqm__sub_xy3_0 = "0,0"
	dqm__sub_menu_width3_0 = 160

	dqm__subdesc3_0_0 = "FAQs"
	dqm__subdesc3_0_1 = "ASCS Application form"
	dqm__subdesc3_0_2 = "Candidate’s Guide"

	//dqm__icon_index3_0_0 = 0
	//dqm__icon_index3_0_1 = 0
	//dqm__icon_index3_0_2 = 0

	dqm__url3_0_0 = "#"
	dqm__url3_0_1 = "#"
	dqm__url3_0_2 = "#"
	
	//Level 3 Sub Menu 3_1
	dqm__menu_bgcolor3_1 = "#BB2016"
	dqm__hl_bgcolor3_1 = "#A80B06"
	dqm__border_color3_1 = "#C2372E"

	dqm__sub_xy3_1 = "0,0"
	dqm__sub_menu_width3_1 = 160

	dqm__subdesc3_1_0 = "FAQs"
	dqm__subdesc3_1_1 = "CVI Application form"

	//dqm__icon_index3_1_0 = 0
	//dqm__icon_index3_1_1 = 0

	dqm__url3_1_0 = "#"
	dqm__url3_1_1 = "#"
	
	//Level 3 Sub Menu 3_2
	dqm__menu_bgcolor3_2 = "#BB2016"
	dqm__hl_bgcolor3_2 = "#A80B06"
	dqm__border_color3_2 = "#C2372E"

	dqm__sub_xy3_2 = "0,0"
	dqm__sub_menu_width3_2 = 160

	dqm__subdesc3_2_0 = "FAQs"
	dqm__subdesc3_2_1 = "VSMR Application form"

	//dqm__icon_index3_2_0 = 0
	//dqm__icon_index3_2_1 = 0

	dqm__url3_2_0 = "#"
	dqm__url3_2_1 = "#"
	
	//Level 3 Sub Menu 3_3
	dqm__menu_bgcolor3_3 = "#BB2016"
	dqm__hl_bgcolor3_3 = "#A80B06"
	dqm__border_color3_3 = "#C2372E"

	dqm__sub_xy3_3 = "0,0"
	dqm__sub_menu_width3_3 = 160

	dqm__subdesc3_3_0 = "Renewal Application form"
	dqm__subdesc3_3_1 = "List of Qualifying CECs"
	dqm__subdesc3_3_2 = "Request for CEC Approval"

	//dqm__icon_index3_3_0 = 0
	//dqm__icon_index3_3_1 = 0
	//dqm__icon_index3_3_2 = 0

	dqm__url3_3_0 = "#"
	dqm__url3_3_1 = "#"
	dqm__url3_3_2 = "#"
	
    //Sub Menu 4
	dqm__sub_xy4 = "-123,23"
	dqm__sub_menu_width4 = 220

	dqm__subdesc4_0 = "Become a NADCA International Member"
	dqm__subdesc4_1 = "International Meeting"


	//dqm__icon_index3_0 = 0
	//dqm__icon_index3_1 = 0


	dqm__url4_0 =  rootPath + "#"
	dqm__url4_1 =  rootPath + "#"

     //Sub Menu 5

	dqm__sub_xy5 = "-89,23"
	dqm__sub_menu_width5 = 180

	dqm__subdesc5_0 = "Quality Assurance Program"
	dqm__subdesc5_1 = "Find a Member"
	dqm__subdesc5_2 = "How to Select a Qualified Residential Contractor"
	dqm__subdesc5_3 = "Residential Pre-Cleaning Checklist"
	dqm__subdesc5_4 = "Residential Post-Cleaning Checklist"
	dqm__subdesc5_5 = "How to Select a Qualified Commercial Contractor"
	dqm__subdesc5_5 = "Disclaimer"

	//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 =  rootPath + ""
	dqm__url5_1 =  rootPath + ""
	dqm__url5_2 =  rootPath + ""
	dqm__url5_3 =  rootPath + ""
	dqm__url5_4 =  rootPath + ""
	dqm__url5_5 =  rootPath + ""
	
	//Level 3 Sub Menu 5_1
	dqm__menu_bgcolor5_1 = "#BB2016"
	dqm__hl_bgcolor5_1 = "#A80B06"
	dqm__border_color5_1 = "#C2372E"

	dqm__sub_xy5_1 = "0,0"
	dqm__sub_menu_width5_1 = 160

	dqm__subdesc5_1_0 = "Air Duct Cleaner "
	dqm__subdesc5_1_1 = "Certified Ventilation System Inspector "
	dqm__subdesc5_1_2 = "Ventilation System Mold Remediator "
	dqm__subdesc5_1_3 = "Search by State or Country"
	
	//dqm__icon_index5_1_0 = 0
	//dqm__icon_index5_1_1 = 0
	//dqm__icon_index5_1_2 = 0
	//dqm__icon_index5_1_2 = 0

	dqm__url5_1_0 = "#"
	dqm__url5_1_1 = "#"
	dqm__url5_1_2 = "#"
	dqm__url5_1_2 = "#"
	
     //Sub Menu 6

	dqm__sub_xy6 = "-142,23"
	dqm__sub_menu_width6 = 255

	dqm__subdesc6_0 = "How to Select a Qualified Residential Contractor"
	dqm__subdesc6_1 = "Residential Pre-Cleaning Checklist"
	dqm__subdesc6_2 = "Residential Post-Cleaning Checklist"
	dqm__subdesc6_3 = "How to Select a Qualified Commercial Contractor"
	dqm__subdesc6_4 = "Member Search "
	dqm__subdesc6_5 = "Standards & Publications "

	//dqm__icon_index6_0 = 0
	//dqm__icon_index6_1 = 0
	//dqm__icon_index6_2 = 0
	//dqm__icon_index6_3 = 0
	//dqm__icon_index6_4 = 0
	//dqm__icon_index6_5 = 0

	dqm__url6_0 =  rootPath + ""
	dqm__url6_1 =  rootPath + ""
	dqm__url6_2 =  rootPath + ""
	dqm__url6_3 =  rootPath + ""
	dqm__url6_4 =  rootPath + ""
	dqm__url6_5 =  rootPath + ""

	
	
	//Sub Menu 7

	dqm__sub_xy7 = "-58,23"
	dqm__sub_menu_width7 = 115

	dqm__subdesc7_0 = "Training Schedule"
	dqm__subdesc7_1 = "Training Programs Offered"
	dqm__subdesc7_2 = "Bring NADCA Training to You"
	dqm__subdesc7_2 = "Training Program & Exam Registration "

	//dqm__icon_index7_0 = 0
	//dqm__icon_index7_1 = 0
	//dqm__icon_index7_2 = 0
	//dqm__icon_index7_2 = 0

	dqm__url7_0 =  rootPath + "#"
	dqm__url7_1 =  rootPath + "#"
	dqm__url7_2 =  rootPath + "#"
	dqm__url7_2 =  rootPath + "#"*/
