//  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 = "#72706f"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#e4a700"

	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 = "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/common/arrow.gif"
//	dqm__icon_rollover1_0 =  rootPath + "images/common/arrow02.gif"
//	dqm__icon_image_wh1_0 = "-10,10"

	

    //Absolute positioned icon images (coordinate poitioned)

    dqm__2nd_icon_image0 =  rootPath + "images/common/arrow.gif"
	dqm__2nd_icon_rollover0 =  rootPath + "images/common/arrow_over.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/homebtn_ro.gif"
	dqm__rollover_wh0 = "86,40"
    dqm__url0 =  rootPath + "index.htm"; 


    //Main Menu Item 1

	dqm__rollover_image1 =  rootPath + "images/aboutusbtn_ro.gif"
	dqm__rollover_wh1 = "113,40"
	dqm__url1 =  rootPath +"about.htm";


    //Main Menu Item 2

	dqm__rollover_image2 =  rootPath + "images/projectsbtn_ro.gif"
	dqm__rollover_wh2 = "112,40"
	dqm__url2 =  rootPath +"";   


    //Main Menu Item 3

	dqm__rollover_image3 =  rootPath + "images/servicesbtn_ro.gif"
	dqm__rollover_wh3 = "111,40"
	dqm__url3 =  rootPath +"html/services.htm";   


    //Main Menu Item 4

	dqm__rollover_image4 =  rootPath + "images/clientelebtn_ro.gif"
	dqm__rollover_wh4 = "118,40"
	dqm__url4 = rootPath +"html/clients.htm"; 
	
	 //Main Menu Item 5

	dqm__rollover_image5 =  rootPath + "images/enquirybtn_ro.gif"
	dqm__rollover_wh5 = "106,40"
	dqm__url5 = rootPath +"enquiry.aspx";
	
	//Main Menu Item 6

	dqm__rollover_image6 =  rootPath + "images/careerbtn_ro.gif"
	dqm__rollover_wh6 = "93,40"
	dqm__url6 = rootPath +"html/career.php"; 
	
	//Main Menu Item 7

	dqm__rollover_image7 =  rootPath + "images/contactusbtn_ro.gif"
	dqm__rollover_wh7 = "126,40"
	dqm__url7 = rootPath +"contactus.htm";
	
	//Main Menu Item 8
	dqm__rollover_image8 =  rootPath + "images/sitemapbtn_ro.gif"
	dqm__rollover_wh8 = "105,40"
	dqm__url8 = rootPath +"html/sitemap.htm";
	
	//Main Menu Item 9
/*	dqm__rollover_image9 =  rootPath + "../images/image.gif"
	dqm__rollover_wh9 = "155,27"
	dqm__url9 = rootPath +"#";
	
	//Main Menu Item 10
	dqm__rollover_image10 =  rootPath + "../images/image.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 = "dummy text"
	dqm__subdesc0_1 = "dummy text"
	dqm__subdesc0_2 = "dummy text"
	dqm__subdesc0_3 = "dummy text"


	dqm__icon_index0_0 = 0
	dqm__icon_index0_1 = 0
	dqm__icon_index0_2 = 0
 

	dqm__url0_0 =  rootPath +"#"
	dqm__url0_1 =  rootPath +"#"
	dqm__url0_2 =  rootPath +"#"
	dqm__url0_3 =  rootPath +"#"
	*/





	
    //Sub Menu 2_0
	
	dqm__sub_xy2 = "-112,40"
	dqm__sub_menu_width2 = 170

    dqm__subdesc2_0 = "<img src='"+rootPath+"images/common/spacer.gif' width='20' height='1'>CURRENT PROJECTS"
	dqm__subdesc2_1 = "<img src='"+rootPath+"images/common/spacer.gif' width='20' height='1'>PLOTTED PROJECTS"
	dqm__subdesc2_2 = "<img src='"+rootPath+"images/common/spacer.gif' width='20' height='1'>UPCOMING PROJECTS"
//	dqm__subdesc2_7 = "Specifying Lasco Products"


	
	//dqm__icon_index1_0 = 0
	
	dqm__url2_0 =  rootPath + "currpro.htm"	
	dqm__url2_1 =  rootPath + "plotedpro.htm"	
	dqm__url2_2 =  rootPath + "upcomingprojectsdetails.htm"	
//	dqm__url2_7 =  rootPath + "#"	
	//Sub Menu 3
	
	/*dqm__sub_xy3 = "-111,40"
	dqm__sub_menu_width3 = 130

    dqm__subdesc3_0 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>Current Projects"
	dqm__subdesc3_1 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>Completed Projects"
	dqm__subdesc3_2 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>Future Plans"
	//dqm__subdesc3_3 = "Where to Buy"

	//dqm__icon_index1_0 = 0
	
	dqm__url3_0 =  rootPath + "#"	
	dqm__url3_1 =  rootPath + "#"	
	dqm__url2_2 =  rootPath + "#"	
	//dqm__url2_3 =  rootPath + "#"	
	//dqm__url2_4 =  rootPath + "#"	*/
	
	
	
	
	
	//Sub Menu 4
	
	/*dqm__sub_xy4 = "-50,40"
	dqm__sub_menu_width4 = 230

    dqm__subdesc4_0 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
	dqm__subdesc4_1 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
	dqm__subdesc4_2 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"*/
	//dqm__subdesc3_3 = "Where to Buy"
	
	
	//dqm__icon_index1_0 = 0
	
	//dqm__url2_0 =  rootPath + "#"	
	//dqm__url2_1 =  rootPath + "#"	
	//dqm__url2_2 =  rootPath + "#"	
	//dqm__url2_3 =  rootPath + "#"	
	//dqm__url2_4 =  rootPath + "#"	

	
	
	 //Sub Menu 5
/*
	dqm__sub_xy5 = "60,40"
	dqm__sub_menu_width5 = 238
 
    dqm__subdesc5_0 = "dummy text"
	dqm__subdesc5_1 = "dummy text"
	dqm__subdesc5_2 = "dummy text"
	dqm__subdesc5_3 = "dummy text"
	dqm__subdesc5_4 = "dummy text"
	dqm__subdesc5_5 = "dummy text"
	dqm__subdesc5_6 = "dummy text"
	dqm__subdesc5_7 = "dummy text"
	dqm__subdesc5_8 = "dummy text"
	dqm__subdesc5_9 = "dummy text"
	dqm__subdesc5_10 = "dummy text"
	dqm__subdesc5_11 = "dummy text"
	dqm__subdesc5_12 = "dummy text"


	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 = "dummy text"
	dqm__subdesc6_1 = "dummy text"
	dqm__subdesc6_2 = "dummy text"
	dqm__subdesc6_3 = "dummy text"
	dqm__subdesc6_4 = "dummy text"
	dqm__subdesc6_5 = "dummy text"
	dqm__subdesc6_6 = "dummy text"
	dqm__subdesc6_7 = "dummy text"
	dqm__subdesc6_8 = "Bdummy text"
	dqm__subdesc6_9 = "dummy text"
	dqm__subdesc6_10 = "dummy text"
	dqm__subdesc6_11 = "dummy text"
	dqm__subdesc6_12 = "dummy text"


	//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 + "#"	
					dqm__url4_1 =  rootPath + "#"	


     */


	
	
	//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/common/spacer.gif' width='8' height='1'>dummy text"
	dqm__subdesc1_0_1 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
	dqm__subdesc1_0_2 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
	dqm__subdesc1_0_3 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
	dqm__subdesc1_0_4 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
	dqm__subdesc1_0_5 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
	dqm__subdesc1_0_6 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
	dqm__subdesc1_0_7 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
	dqm__subdesc1_0_8 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
	dqm__subdesc1_0_9 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
	dqm__subdesc1_0_10 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
	dqm__subdesc1_0_11 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
	dqm__subdesc1_0_12 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"


	



	                dqm__url1_0_0 = rootPath +"#";
					dqm__url1_0_1 = rootPath +"#";
					dqm__url1_0_2 = rootPath +"#";
                    dqm__url1_0_3 = rootPath +"#";
                    dqm__url1_0_4 = rootPath +"#";
					dqm__url1_0_5 = rootPath +"#";
					dqm__url1_0_6 = rootPath +"#";
					dqm__url1_0_7 = rootPath +"#";
					dqm__url1_0_8 = rootPath +"#";
					dqm__url1_0_9 = rootPath +"#";
					dqm__url1_0_10 = rootPath +"#";
					dqm__url1_0_11 = rootPath +"#";
					dqm__url1_0_12 = rootPath +"#";
//1


		            dqm__sub_xy1_1 = "1,0"
					dqm__sub_menu_width1_1 =200
				
					dqm__subdesc1_1_0 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
					dqm__subdesc1_1_1 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
					dqm__subdesc1_1_2 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
					dqm__subdesc1_1_3 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
					dqm__subdesc1_1_4 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
					dqm__subdesc1_1_5 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
					dqm__subdesc1_1_6 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
					dqm__subdesc1_1_7 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
					dqm__subdesc1_1_8 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
					dqm__subdesc1_1_9 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
					dqm__subdesc1_1_10 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>Adummy text"
					dqm__subdesc1_1_11 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
					
					
					
					dqm__url1_1_0 = rootPath +"#";
					dqm__url1_1_1 = rootPath +"#";
					dqm__url1_1_2 = rootPath +"#";
                    dqm__url1_1_3 = rootPath +"#";
                    dqm__url1_1_4 = rootPath +"#";
					dqm__url1_1_5 = rootPath +"#";
					dqm__url1_1_6 = rootPath +"#";
					dqm__url1_1_7 = rootPath +"#";
					dqm__url1_1_8 = rootPath +"#";
					dqm__url1_1_9 = rootPath +"#";
					dqm__url1_1_10 = rootPath +"#";
					dqm__url1_1_11 = rootPath +"#";
					dqm__url1_1_12 = rootPath +"#";*/
	



					/*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/common/spacer.gif' width='8' height='1'>dummy text"
						    dqm__subdesc1_2_1 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
							dqm__subdesc1_2_2 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
							dqm__subdesc1_2_3 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
							dqm__subdesc1_2_4 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
							dqm__subdesc1_2_5 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
							dqm__subdesc1_2_6 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
							dqm__subdesc1_2_7 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
							
							
	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 +"#";
					dqm__url1_2_1 = rootPath +"#";
					dqm__url1_2_2 = rootPath +"#";
                    dqm__url1_2_3 = rootPath +"#";
                    dqm__url1_2_4 = rootPath +"#";
					dqm__url1_2_5 = rootPath +"#";
					dqm__url1_2_6 = rootPath +"#";
					dqm__url1_2_7 = rootPath +"#";

	


  //3 sub-sub menu
                            dqm__sub_xy2_3 = "1,0"
							dqm__sub_menu_width2_3 =130
						
							dqm__subdesc2_3_0 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
						    dqm__subdesc2_3_1 = "<img src='"+rootPath+"images/common/spacer.gif' width='8' height='1'>dummy text"
							//dqm__subdesc2_3_2 = "48”Models"
							//dqm__subdesc2_3_3 = "54”Models"
							
						dqm__url2_3_0 = rootPath +"#";
					    dqm__url2_3_1 = rootPath +"#";
						    //dqm__url2_3_0 = rootPath +"#";
							//dqm__url2_3_1 = rootPath +"#";
							//dqm__url2_0_2 = rootPath +"#";*/
							
//3 sub-sub menu	



					
						
							
