//  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 = 1

	dqm__border_color = "#F2E8DF"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#ffffff"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#F2E8DF"

	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 = "#000000"
	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 = "#EA3700"
	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 = 5
	dqm__margin_bottom = 4
	dqm__margin_left = 10
	dqm__margin_right = 5

   


/*-------------------------------------------
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 =  rootPath + "/images/trans.gif"
	//dqm__icon_rollover0 =  rootPath + "/images/trans.gif"
	//dqm__icon_image_wh0 = "13,1"

	

    //Absolute positioned icon images (coordinate poitioned)

	//dqm__2nd_icon_image0 =  rootPath + "/images/sample2_arrow.gif"
	//dqm__2nd_icon_rollover0 =  rootPath + "/images/sample2_arrow.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 = 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 = 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__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/homepage_btn_r.gif"
	dqm__rollover_wh0 = "49,19"
	dqm__url0 =  rootPath + "index.htm";   


    //Main Menu Item 1

	dqm__rollover_image1 =  rootPath + "images/aboutus_btn_r.gif"
	dqm__rollover_wh1 = "73,19"
	dqm__url1 =  rootPath +"html/aboutus/index.htm";


    //Main Menu Item 2

	dqm__rollover_image2 =  rootPath + "images/services_btn_r.gif"
	dqm__rollover_wh2 = "70,19"
	dqm__url2 =  rootPath +"html/services/index.htm";   


    //Main Menu Item 3

	dqm__rollover_image3 =  rootPath + "images/projects_btn_r.gif"
	dqm__rollover_wh3 = "73,19"
	dqm__url3 =  rootPath +"html/projects/index.htm";   


    //Main Menu Item 4

	dqm__rollover_image4 =  rootPath + "images/manufacturing_btn_r.gif"
	dqm__rollover_wh4 = "114,19"
	dqm__url4 = rootPath +"html/manufacturing/index.htm";   


    //Main Menu Item 5
	
	dqm__rollover_image5 =  rootPath + "images/career_btn_r.gif"
	dqm__rollover_wh5 = "60,19"
	dqm__url5 =  rootPath +"html/career/index.htm";
	
	//Main Menu Item 6
	
	dqm__rollover_image6 =  rootPath + "images/contactus_btn_r.gif"
	dqm__rollover_wh6 = "86,19"
	dqm__url6 = rootPath +"html/contactus/index.htm";
	
	//Main Menu Item 7
	
	dqm__rollover_image7 =  rootPath + "images/login_btn_r.gif"
	dqm__rollover_wh7 = "59,19"
	
	
	
	
	
	
	


/**********************************************************************************************
**********************************************************************************************

                              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__subdesc0_4 = "Safety Awards"
	dqm__subdesc0_5 = "Quality Assurance Program"
	dqm__subdesc0_6 = "Annual Meeting"
	dqm__subdesc0_7 = "Fall Technical Seminars"
	dqm__subdesc0_8 = "Board of Directors"
	dqm__subdesc0_9 = "Committees"
	dqm__subdesc0_10 = "Management & Staff"

	//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__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"
	dqm__url0_4 =  rootPath +"/aboutnadca/safetyawards.asp"
	dqm__url0_5 =  rootPath +"/aboutnadca/qualityassurance.asp"
	dqm__url0_6 =  rootPath +"/aboutnadca/annualmeeting.asp"
	dqm__url0_7 =  rootPath +"/aboutnadca/falltechnicalseminars.asp"
	dqm__url0_8 =  rootPath +"/aboutnadca/boardofdirectors.asp"
	dqm__url0_9 =  rootPath +"/aboutnadca/committees.asp"
	dqm__url0_10 = rootPath + "/aboutnadca/managementstaff.asp"*/



    //Sub Menu 1

	dqm__sub_xy1 = "-73,23"
	dqm__sub_menu_width1 = 140

	dqm__subdesc1_0 = "Company"
	dqm__subdesc1_1 = "Team"
	dqm__subdesc1_2 = "Clients"
	dqm__subdesc1_3 = "News"
	dqm__subdesc1_4 = "Group Companies"
	
	//dqm__icon_index1_0 = 0
	
	dqm__url1_0 =  rootPath + "html/aboutus/index.htm"
	dqm__url1_1 =  rootPath + "html/aboutus/team.htm"
	dqm__url1_2 =  rootPath + "html/aboutus/clients.htm"
	dqm__url1_3 =  rootPath + "html/aboutus/news.htm"
	dqm__url1_4 =  rootPath + "html/aboutus/groupcompanies.htm"

	
    //Sub Menu 1_0
	
	dqm__sub_xy2 = "-70,23"
	dqm__sub_menu_width2 = 140

    dqm__subdesc2_0 = "Transmission Lines"
	dqm__subdesc2_1 = "Substations"
	dqm__subdesc2_2 = "Rural Electrification"
	dqm__subdesc2_3 = "Survey"
	dqm__subdesc2_4 = "GIS Services"
	dqm__subdesc2_5 = "Consultancy"
	
	
	//dqm__icon_index1_0 = 0
	
	dqm__url2_0 =  rootPath + "html/services/index.htm"	
	dqm__url2_1 =  rootPath + "html/services/substations.htm"	
	dqm__url2_2 =  rootPath + "html/services/rural.htm"	
	dqm__url2_3 =  rootPath + "html/services/survey.htm"	
	dqm__url2_4 =  rootPath + "html/services/gisservices.htm"	
	dqm__url2_5 =  rootPath + "html/services/consultancy.htm"	
	

	//dqm__sub_xy1_0 = "2,0"
	dqm__sub_xy3 = "-73,23"
	dqm__sub_menu_width3 = 140
	
	//dqm__subdesc3_0 = "On-Going"//
	//dqm__subdesc3_1 = "Completed"//
	
	
	
	//dqm__icon_index1_0 = 0
	
	dqm__url3_0 =  rootPath + "#"	
	dqm__url3_1 =  rootPath + "#"	
	dqm__url3_2 =  rootPath + "#"	
	dqm__url3_3 =  rootPath + "#"
	dqm__url3_4 =  rootPath + "#"
	//dqm__sub_menu_width1_0 = 160

	//dqm__subdesc1_0_0 = ""
	//dqm__subdesc1_0_1 = ""
	//dqm__subdesc1_0_2 = ""
	//dqm__subdesc1_0_3 = ""

	//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__url1_0_0 = "#"
	//dqm__url1_0_1 = "#"
	//dqm__url1_0_2 = "#"
	//dqm__url1_0_3 = "#"



    //Sub Menu 1_1

	//dqm__sub_xy1_1 = "2,0"
	//dqm__sub_menu_width1_1 = 160

	//dqm__subdesc1_1_0 = ""
	//dqm__subdesc1_1_1 = ""
	//dqm__subdesc1_1_2 = ""

	//dqm__icon_index1_1_0 = 0
	//dqm__icon_index1_1_1 = 0
	//dqm__icon_index1_1_2 = 0

	//dqm__url1_1_0 = "#"
	//dqm__url1_1_1 = "#"
	//dqm__url1_1_2 = "#"



    //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 + "#"*/
