//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com


/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/
    //alert(rootPath);
	//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 = "#8aacb6"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#32566d"

	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 = "Microsoft Sans Serif"	//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 = "normal"	 //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



/*-------------------------------------------
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/comman/arrow.gif"
//	dqm__icon_rollover1_0 =  rootPath + "images/comman/arrow02.gif"
//	dqm__icon_image_wh1_0 = "-10,10"

	

    //Absolute positioned icon images (coordinate poitioned)

    dqm__2nd_icon_image0 =  rootPath + "images/comman/arrow1.gif"
	dqm__2nd_icon_rollover0 =  rootPath + "images/comman/arrow_over1.gif"
	dqm__2nd_icon_image_wh0 = "4,7"
	dqm__2nd_icon_image_xy0 = "-10,14"

/*---------------------------------------------
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 = "#ffffff"	//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 = 0	//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 = 85			//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 = 2;
	dqm__border_colorX = "#ffffff";     
	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/comman/home_btnr.gif"
	dqm__rollover_wh0 = "33,10"
    dqm__url0 =  rootPath + "indexnf.htm"; 


    //Main Menu Item 1

	dqm__rollover_image1 =  rootPath + "images/comman/product_btnr.gif"
	dqm__rollover_wh1 = "64,10"
	dqm__url1 =  rootPath +"products/bathwareproducts.htm";


    //Main Menu Item 2

	dqm__rollover_image2 =  rootPath + "images/comman/support_btnr.gif"
	dqm__rollover_wh2 = "57,10"
	dqm__url2 =  rootPath +"support/aialearning.htm";   


    //Main Menu Item 3

	dqm__rollover_image3 =  rootPath + "images/comman/company_btnr.gif"
	dqm__rollover_wh3 = "60,10"
	dqm__url3 =  rootPath +"company/aboutlasco.htm";   


    //Main Menu Item 4

	dqm__rollover_image4 =  rootPath + "images/comman/store_btnr.gif"
	dqm__rollover_wh4 = "40,10"
	dqm__url4 = rootPath +"#"; 
	
	 //Main Menu Item 5

/*	dqm__rollover_image5 =  rootPath + ""
	dqm__rollover_wh5 = ""
	dqm__url5 = rootPath +"#";
	
	//Main Menu Item 6

	dqm__rollover_image6 =  rootPath + ""
	dqm__rollover_wh6 = ""
	dqm__url6 = rootPath +"#"; 
	
	//Main Menu Item 7

	dqm__rollover_image7 =  rootPath + "images/comman/BROWSEBYSIZE_BTNR.gif"
	dqm__rollover_wh7 = "85,27"
	dqm__url7 = rootPath +"#";
	
	//Main Menu Item 8
	dqm__rollover_image8 =  rootPath + "images/comman/lascocolors_btnr.gif"
	dqm__rollover_wh8 = "78,27"
	dqm__url8 = rootPath +"#";
	
	//Main Menu Item 9
	dqm__rollover_image9 =  rootPath + "images/comman/specifyinglasco_btnr.gif"
	dqm__rollover_wh9 = "155,27"
	dqm__url9 = rootPath +"#";
	
	//Main Menu Item 10
	dqm__rollover_image10 =  rootPath + "images/comman/warranties_btnr.gif"
	dqm__rollover_wh10 = "66,27"
	dqm__url10 = 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 = "-75,31"
	dqm__sub_menu_width1 = 200

    dqm__subdesc1_0 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Browse by Series"
	dqm__subdesc1_1 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Browse by Type"
	dqm__subdesc1_2 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Browse by Size"
	dqm__subdesc1_3 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Lasco Colors"
	dqm__subdesc1_4 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Specifying Lasco Products"
	dqm__subdesc1_5 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Warranties"

	dqm__2nd_icon_index1_0 = 0
	dqm__2nd_icon_index1_1 = 0
	dqm__2nd_icon_index1_2 = 0

	  
	
	dqm__url1_0 =  rootPath + "products/browsebyseries.htm"
	dqm__url1_1 =  rootPath + "products/browsebytype.htm"
	dqm__url1_2 =  rootPath + "products/browsebysize.htm"
	dqm__url1_3 =  rootPath + "products/lascocolors.htm"
	dqm__url1_4 =  rootPath + "products/specifyinglascoproducts.htm"
	dqm__url1_5 =  rootPath + "products/warranties.htm"
	//dqm__url1_2 =  rootPath + "products/Super_combo_products.htm"
	//dqm__url1_3 =  rootPath + "products/super_air_compressor_systems.htm"

	
    //Sub Menu 2_0
	
	dqm__sub_xy2 = "-66,31"
	dqm__sub_menu_width2 = 205

    dqm__subdesc2_0 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>AIA Learning"
	dqm__subdesc2_1 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Technical Downloads"
	dqm__subdesc2_2 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Care & Maintenance"
	dqm__subdesc2_3 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Where to Buy"
	dqm__subdesc2_4 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Frequently Asked Questions"
	dqm__subdesc2_5 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Technical Enquiries"
	dqm__subdesc2_6 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Literature Request"
//	dqm__subdesc2_7 = "Specifying Lasco Products"

	dqm__2nd_icon_index2_3 = 0

	
	//dqm__icon_index1_0 = 0
	
	dqm__url2_0 =  rootPath + "support/aialearning.htm"	
	dqm__url2_1 =  rootPath + "support/technicaldownloads.htm"	
	dqm__url2_2 =  rootPath + "support/caremaintenance.htm"	
	dqm__url2_3 =  rootPath + "support/wheretobuy.htm"	
	dqm__url2_4 =  rootPath + "support/faqs.htm"	
	dqm__url2_5 =  rootPath + "support/technicalenquiries.htm"	
	dqm__url2_6 =  rootPath + "support/literaturerequest.htm"	
//	dqm__url2_7 =  rootPath + "support/specifyinglasco.htm"	
	//Sub Menu 3
	
	dqm__sub_xy3 = "-70,31"
	dqm__sub_menu_width3 = 120

    dqm__subdesc3_0 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>About Lasco"
	dqm__subdesc3_1 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Media Room"
	//dqm__subdesc3_2 = "Care & Maintenance"
	//dqm__subdesc3_3 = "Where to Buy"
	
	dqm__2nd_icon_index3_0 = 0
	dqm__2nd_icon_index3_1 = 0
	
	//dqm__icon_index1_0 = 0
	
	dqm__url3_0 =  rootPath + "company/aboutlasco.htm"	
	dqm__url3_1 =  rootPath + "company/mediaroom.htm"	
	//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 4
	
	dqm__sub_xy4 = "-50,31"
	dqm__sub_menu_width4 = 230

    dqm__subdesc4_0 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Promotional Items"
	dqm__subdesc4_1 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Accessories (Coming Soon)"
	dqm__subdesc4_2 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Payment, Ordering & Shipping Information"
	//dqm__subdesc3_3 = "Where to Buy"
	
	
	//dqm__icon_index1_0 = 0
	
	//dqm__url2_0 =  rootPath + "#"	
	//dqm__url2_1 =  rootPath + "#"	
	//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 5
/*
	dqm__sub_xy5 = "60,31"
	dqm__sub_menu_width5 = 238
 
    dqm__subdesc5_0 = "Radius Spa Baths"
	dqm__subdesc5_1 = "Radius Showers"
	dqm__subdesc5_2 = "Estate Series Whirlpools"
	dqm__subdesc5_3 = "Champagne Bubblers"
	dqm__subdesc5_4 = "Builders’ Choice Acrylic Baths"
	dqm__subdesc5_5 = "Builders’ Choice Lascoat Baths"
	dqm__subdesc5_6 = "Builders’ Choice Lascoat Tub-Showers"
	dqm__subdesc5_7 = "Builders’ Choice Lascoat Tub & Shower Suite"
	dqm__subdesc5_8 = "Builders’ Choice Showers"
	dqm__subdesc5_9 = "Builders Choice Showers Bases"
	dqm__subdesc5_10 = "Remodeline"
	dqm__subdesc5_11 = "Freedomline"
	dqm__subdesc5_12 = "Shower Doors"


	dqm__icon_index5_0 = 0
	
	dqm__url5_0 =  rootPath + "#"	
	dqm__url5_1 =  rootPath + "#"
	
	
	//sub menu 6
	
	dqm__sub_xy6 = "-90,60"
	dqm__sub_menu_width6 = 238
 
    dqm__subdesc6_0 = "Radius Spa Baths"
	dqm__subdesc6_1 = "Radius Showers"
	dqm__subdesc6_2 = "Estate Series Whirlpools"
	dqm__subdesc6_3 = "Champagne Bubblers"
	dqm__subdesc6_4 = "Builders’ Choice Acrylic Baths"
	dqm__subdesc6_5 = "Builders’ Choice Lascoat Baths"
	dqm__subdesc6_6 = "Builders’ Choice Lascoat Tub-Showers"
	dqm__subdesc6_7 = "Builders’ Choice Lascoat Tub & Shower Suite"
	dqm__subdesc6_8 = "Builders’ Choice Showers"
	dqm__subdesc6_9 = "Builders Choice Showers Bases"
	dqm__subdesc6_10 = "Remodeline"
	dqm__subdesc6_11 = "Freedomline"
	dqm__subdesc6_12 = "Shower Doors"


	//dqm__icon_index5_0 = 0
	
	dqm__url6_0 =  rootPath + "#"	
	dqm__url6_1 =  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 =240

	dqm__subdesc1_0_0 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Radius Spa Baths"
	dqm__subdesc1_0_1 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Radius Showers"
	dqm__subdesc1_0_2 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Estate Series Whirlpools"
	dqm__subdesc1_0_3 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Champagne Bubblers"
	dqm__subdesc1_0_4 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Builder's Choice Acrylic Baths"
	dqm__subdesc1_0_5 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Builder's Choice Lascoat Baths"
	dqm__subdesc1_0_6 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Builder's Choice Lascoat Tub-Showers"
	dqm__subdesc1_0_7 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Builder's Choice Lascoat Tub & Shower Suite"
	dqm__subdesc1_0_8 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Builder's Choice Showers"
	dqm__subdesc1_0_9 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Builder's Choice Showers Bases"
	dqm__subdesc1_0_10 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Remodeline"
	dqm__subdesc1_0_11 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Freedomline"
	dqm__subdesc1_0_12 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Shower Doors"


	



	                dqm__url1_0_0 = rootPath +"products/series/radiusspabaths.htm";
					dqm__url1_0_1 = rootPath +"products/series/radiusspabaths.htm";
					dqm__url1_0_2 = rootPath +"products/series/radiusspabaths.htm";
                    dqm__url1_0_3 = rootPath +"products/series/champagnebubblers.htm";
                    dqm__url1_0_4 = rootPath +"products/series/champagnebubblers.htm";
					dqm__url1_0_5 = rootPath +"products/series/champagnebubblers.htm";
					dqm__url1_0_6 = rootPath +"products/series/champagnebubblers.htm";
					dqm__url1_0_7 = rootPath +"products/series/champagnebubblers.htm";
					dqm__url1_0_8 = rootPath +"products/series/champagnebubblers.htm";
					dqm__url1_0_9 = rootPath +"products/series/champagnebubblers.htm";
					dqm__url1_0_10 = rootPath +"products/series/champagnebubblers.htm";
					dqm__url1_0_11 = rootPath +"products/series/champagnebubblers.htm";
					dqm__url1_0_12 = rootPath +"products/series/champagnebubblers.htm";
//1


		            dqm__sub_xy1_1 = "1,0"
					dqm__sub_menu_width1_1 =200
				
					dqm__subdesc1_1_0 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Air-Whirlpool Combination Systems"
					dqm__subdesc1_1_1 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Whirlpools"
					dqm__subdesc1_1_2 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Air Baths"
					dqm__subdesc1_1_3 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Soakers"
					dqm__subdesc1_1_4 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Showers"
					dqm__subdesc1_1_5 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Steam Showers"
					dqm__subdesc1_1_6 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Tub-shower"
					dqm__subdesc1_1_7 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Tub & Shower Suite"
					dqm__subdesc1_1_8 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Bases"
					dqm__subdesc1_1_9 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Sectional Bathware"
					dqm__subdesc1_1_10 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Accessible Bathware"
					dqm__subdesc1_1_11 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Shower Doors"
					
					
					
					dqm__url1_1_0 = rootPath +"products/series/radiusspabaths.htm";
					dqm__url1_1_1 = rootPath +"products/series/radiusspabaths.htm";
					dqm__url1_1_2 = rootPath +"products/series/radiusspabaths.htm";
                    dqm__url1_1_3 = rootPath +"products/series/champagnebubblers.htm";
                    dqm__url1_1_4 = rootPath +"products/series/champagnebubblers.htm";
					dqm__url1_1_5 = rootPath +"products/series/champagnebubblers.htm";
					dqm__url1_1_6 = rootPath +"products/series/champagnebubblers.htm";
					dqm__url1_1_7 = rootPath +"products/series/champagnebubblers.htm";
					dqm__url1_1_8 = rootPath +"products/series/champagnebubblers.htm";
					dqm__url1_1_9 = rootPath +"products/series/champagnebubblers.htm";
					dqm__url1_1_10 = rootPath +"products/series/champagnebubblers.htm";
					dqm__url1_1_11 = rootPath +"products/series/champagnebubblers.htm";
					dqm__url1_1_12 = rootPath +"products/series/champagnebubblers.htm";
	



					/*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
   
   
                            dqm__sub_xy1_2 = "1,0"
							dqm__sub_menu_width1_2 =200
						
							dqm__subdesc1_2_0 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>32&quot; - 38&quot; Models"
						    dqm__subdesc1_2_1 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>42&quot; Models"
							dqm__subdesc1_2_2 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>48&quot; Models"
							dqm__subdesc1_2_3 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>54&quot; Models"
							dqm__subdesc1_2_4 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>60&quot; Models"
							dqm__subdesc1_2_5 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>66&quot; Models"
							dqm__subdesc1_2_6 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>72&quot; - 74&quot; Models"
							dqm__subdesc1_2_7 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>102&quot; - 114&quot; Models"
							
							
	dqm__2nd_icon_index1_2_0 = 0
	dqm__2nd_icon_index1_2_0 = 0
	dqm__2nd_icon_index1_2_1 = 0
	dqm__2nd_icon_index1_2_2 = 0
	dqm__2nd_icon_index1_2_3 = 0
	dqm__2nd_icon_index1_2_4 = 0
	dqm__2nd_icon_index1_2_5 = 0
	dqm__2nd_icon_index1_2_6 = 0
	dqm__2nd_icon_index1_2_7 = 0						
						
					dqm__url1_2_0 = rootPath +"products/series/radiusspabaths.htm";
					dqm__url1_2_1 = rootPath +"products/series/radiusspabaths.htm";
					dqm__url1_2_2 = rootPath +"products/series/radiusspabaths.htm";
                    dqm__url1_2_3 = rootPath +"products/series/champagnebubblers.htm";
                    dqm__url1_2_4 = rootPath +"products/series/champagnebubblers.htm";
					dqm__url1_2_5 = rootPath +"products/series/champagnebubblers.htm";
					dqm__url1_2_6 = rootPath +"products/series/champagnebubblers.htm";
					dqm__url1_2_7 = rootPath +"products/series/champagnebubblers.htm";

	


  //3 sub-sub menu
                            dqm__sub_xy2_3 = "1,0"
							dqm__sub_menu_width2_3 =130
						
							dqm__subdesc2_3_0 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Wholesale Distributors"
						    dqm__subdesc2_3_1 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Retail Home Centers"
							//dqm__subdesc2_3_2 = "48”Models"
							//dqm__subdesc2_3_3 = "54”Models"
							
						dqm__url2_3_0 = rootPath +"support/wholesaledistributers.htm";
					    dqm__url2_3_1 = rootPath +"support/retailhomecenters.htm";
						    //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 =160
						
							dqm__subdesc3_0_0 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Company Overview"
							dqm__subdesc3_0_1 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Environmental Responsibility"
						    dqm__subdesc3_0_2 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Manufacturing Locations"
							dqm__subdesc3_0_3 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Career Opportunities"
							dqm__subdesc3_0_4 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Contact Us"
							
						
							dqm__url3_0_0 = rootPath +"company/companyoverview.htm";
							dqm__url3_0_1 = rootPath +"company/environmentalresponsibility.htm";
							dqm__url3_0_2 = rootPath +"company/manufacturinglocations.htm";
							dqm__url3_0_3 = rootPath +"company/careerapportunities.htm";
							dqm__url3_0_4 = rootPath +"company/contactlasco.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 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>News / Calendar"
						    dqm__subdesc3_1_1 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Press Releases"
							dqm__subdesc3_1_2 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>Branding Tools"
							//dqm__subdesc2_3_3 = "54”Models"
							
						
							dqm__url3_1_0 = rootPath +"company/newscalendar.htm";
							dqm__url3_1_1 = rootPath +"company/pressreleases.htm";
							dqm__url3_1_2 = rootPath +"company/brandingtools.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 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>32&quot; - 38&quot; Shower"
							dqm__subdesc1_2_0_1 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>32&quot; - 38&quot; 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 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>42&quot; Shower"
							dqm__subdesc1_2_1_1 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>42&quot; 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 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>48&quot; Shower"
							dqm__subdesc1_2_2_1 = "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>48&quot; 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 =  "<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>54&quot; Soakers (Baths?)"
							dqm__subdesc1_2_3_1 ="<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>54&quot; Shower"
							dqm__subdesc1_2_3_2 ="<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>54&quot; 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 ="<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>60&quot; Baths"
							dqm__subdesc1_2_4_1 ="<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>60&quot; Shower"
							dqm__subdesc1_2_4_2 ="<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>60&quot; Tub - Shower"
							dqm__subdesc1_2_4_3 ="<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>60&quot; 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 ="<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>66&quot; 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 ="<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>72&quot; - 74&quot; Baths"
							dqm__subdesc1_2_6_1 ="<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>72&quot; - 74&quot; Tub - Shower"
							dqm__subdesc1_2_6_2 ="<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>72&quot; - 74&quot; 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 ="<img src='"+rootPath+"images/comman/spacer.gif' width='8' height='1'>102&quot; - 114&quot; 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__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 = "15,15"
		//			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 = "1,0"
	dqm__sub_menu_width5 = 238

	dqm__subdesc5_0 = "Radius Spa Baths"
	dqm__subdesc5_1 = "Radius Showers"
	dqm__subdesc5_2 = "Estate Series Whirlpools"
	dqm__subdesc5_3 = "Champagne Bubblers"
	dqm__subdesc5_4 = "Builders’ Choice Acrylic Baths"
	dqm__subdesc5_5 = "Builders’ Choice Lascoat Baths"
	dqm__subdesc5_6 = "Builders’ Choice Lascoat Tub-Showers"
	dqm__subdesc5_7 = "Builders’ Choice Lascoat Tub & Shower Suite"
	dqm__subdesc5_8 = "Builders’ Choice Showers"
	dqm__subdesc5_9 = "Builders Choice Showers Bases"
	dqm__subdesc5_10 = "Remodeline"
	dqm__subdesc5_11 = "Freedomline"
	dqm__subdesc5_12 = "Shower Doors"

	dqm__icon_index5_0 = 1
	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 + "#"
*/