//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com

/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/
	dqm__sub_menu_width = 140      		//default sub menu widths
	dqm__sub_xy = "0,0"            		//default sub x,y coordinates - defined relative
						//to the top-left corner of parent image or sub menu
   	dqm__urltarget = "_self"		//default URL target: _self, _parent, _new, or "my frame name"

	dqm__border_width = 1
	dqm__divider_height = 0

	dqm__border_color = "#999999"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#E3E3E3"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#999999"		

	dqm__mouse_off_delay = 150		//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 = "#666666"
	dqm__fontfamily = "Verdana"		//Any available system font     
	dqm__fontsize = 10			//Defined with pixel sizing  	
	dqm__fontsize_ie4 = 9			//Defined with point sizing
	dqm__textdecoration = "normal"		//set to: 'normal', or 'underline'
	dqm__fontweight = "normal"		//set to: 'normal', or 'bold'
	dqm__fontstyle = "normal"		//set to: 'normal', or 'italic' 	

    //Rollover font settings
	dqm__hl_textcolor = "#FFFFFF"
	dqm__hl_textdecoration = "normal"	//set to: 'normal', or 'underline'

    //Margins and text alignment
	dqm__text_alignment = "left"		//set to: 'left', 'center' or 'right'
	dqm__margin_top = 2	
	dqm__margin_bottom = 2
	dqm__margin_left = 3
	dqm__margin_right = 4

/*-------------------------------------------
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 = "images/dot1.gif"
	dqm__icon_rollover0 = "images/dot2.gif"
	dqm__icon_image_wh0 = "15,9"
	
/*-------------------------------------------
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 = "none"

    //Define the effect duration in seconds below.  
	dqm__sub_menu_effect_duration = .3
	dqm__sub_item_effect_duration = .4

    //Opacity and drop shadows.
	dqm__sub_menu_opacity = 100			//1 to 100
	dqm__dropshadow_color = "#999999"			//Hex color value or 'none'
	dqm__dropshadow_offx = 1			//drop shadow width
	dqm__dropshadow_offy = 1			//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 = 20
	dqm__escape_item_height0_0 = 70
	dqm__escape_item_height0_1 = 70

/*---------------------------------------------
Exposed menu events
----------------------------------------------*/
    //Reference additional onload statements here.
	dqm__onload_code = "myload()"
/**********************************************************************************************
**********************************************************************************************
                           Main Menu Rollover Images and Links  
**********************************************************************************************
**********************************************************************************************/
	dqm__url0 = "aboutus.htm";   
	dqm__url1 = "services.htm";
	dqm__url2 = "clientprofile.htm";
	dqm__url3 = "investments.htm";

/**********************************************************************************************
**********************************************************************************************
                              Sub Menu Structure and Text  
**********************************************************************************************
**********************************************************************************************/   
        //Sub Menu 1

	dqm__sub_xy0 = "-74,102"
	dqm__sub_menu_width0 = 135
	
	dqm__subdesc0_0 = "Vision & Mission"
	dqm__subdesc0_1 = "The Team"

	dqm__icon_index0_0 = 0
	dqm__icon_index0_1 = 0

	dqm__url0_0 = "aboutus.htm"
	dqm__url0_1 = "aboutus.htm#team"
	
	//Sub Menu 2
	
	dqm__sub_xy1 = "-73,102"
	dqm__sub_menu_width1 = 225
	
	dqm__subdesc1_0 = "FEMA"
	dqm__subdesc1_1 = "Income Tax"	
	dqm__subdesc1_2 = "Corporate Law"
	dqm__subdesc1_3 = "Representative Office"
	dqm__subdesc1_4 = "Corporate Financial Services"
	dqm__subdesc1_5 = "Investment Consultancy"
	dqm__subdesc1_6 = "Property Management"
	dqm__subdesc1_7 = "Start-up Ventures"
	dqm__subdesc1_8 = "India Business Advisory Services"
	dqm__subdesc1_9 = "Audit & Assurance"
	dqm__subdesc1_10 = "Settlement of Family Disputes"		
	
	dqm__icon_index1_0 = 0
	dqm__icon_index1_1 = 0
	dqm__icon_index1_2 = 0
	dqm__icon_index1_3 = 0
	dqm__icon_index1_4 = 0
	dqm__icon_index1_5 = 0
	dqm__icon_index1_6 = 0
	dqm__icon_index1_7 = 0
	dqm__icon_index1_8 = 0
	dqm__icon_index1_9 = 0
	dqm__icon_index1_10 = 0					
	dqm__icon_index1_11 = 0

	dqm__url1_0 = "services.htm#fema"
	dqm__url1_1 = "services.htm#incometax"
	dqm__url1_2 = "services.htm#corplaw"
	dqm__url1_3 = "services.htm#bpo"
	dqm__url1_4 = "services.htm#corpfinance"
	dqm__url1_5 = "services.htm#Invconsultancy"
	dqm__url1_6 = "services.htm#propertymgt"
	dqm__url1_7 = "services.htm#startup"
	dqm__url1_8 = "services.htm#indiabusiness"
	dqm__url1_9 = "services.htm#audit"
	dqm__url1_10 = "services.htm#family"

	
	    //Sub Menu 3

	dqm__sub_xy2 = "-76,102"
	dqm__sub_menu_width2 = 120
	
	dqm__subdesc2_0 = "Non-Resident"
	dqm__subdesc2_1 = "Resident"
	dqm__subdesc2_2 = "Reference"

	dqm__icon_index2_0 = 0
	dqm__icon_index2_1 = 0
	dqm__icon_index2_2 = 0	

	dqm__url2_0 = "clientprofile.htm#nri"
	dqm__url2_1 = "clientprofile.htm#resident"
	dqm__url2_2 = "clientprofile.htm#reference"
	
	     //Sub Menu 4

	dqm__sub_xy3 = "-91,102"
	dqm__sub_menu_width3 = 160
	
	dqm__subdesc3_0 = "Comparitive Analysis"
	dqm__subdesc3_1 = "Mutual Funds"
	dqm__subdesc3_2 = "Updates"
	dqm__subdesc3_3 = "Links"

	dqm__icon_index3_0 = 0
	dqm__icon_index3_1 = 0
	dqm__icon_index3_2 = 0
	dqm__icon_index3_3 = 0
	dqm__icon_index3_4 = 0

	dqm__url3_0 = "companalysis.htm"
	dqm__url3_1 = "mutualfunds.htm"
	dqm__url3_2 = "updates.htm"
	dqm__url3_3 = "links.htm"
	
	//Sub Menu 4B
	
	dqm__border_color3_1 = "#FFFFFF";     

	dqm__sub_xy3_1 = "-53,5"
	dqm__sub_menu_width3_1 = 100
	
	dqm__subdesc3_1_0 = "Performance"
	dqm__subdesc3_1_1 = "Schemes"
	dqm__subdesc3_1_2 = "FAQs"

	dqm__icon_index3_1_0 = 0
	dqm__icon_index3_1_1 = 0
	dqm__icon_index3_1_2 = 0

	dqm__url3_1_0 = "mutualfunds.htm#performance"
	dqm__url3_1_1 = "mutualfunds.htm#schemes"
	dqm__url3_1_2 = "mutualfunds.htm#faqs"
	
//	SubMenu 5

	dqm__sub_xy4 = "-57,102"
	dqm__sub_menu_width4 = 120
	
	dqm__subdesc4_0 = "Existing NRI"
	dqm__subdesc4_1 = "Returning NRI"
	dqm__subdesc4_2 = "New NRI"

	dqm__icon_index4_0 = 0
	dqm__icon_index4_1 = 0
	dqm__icon_index4_2 = 0	

	dqm__url4_0 = "existingnri.htm"
	dqm__url4_1 = "returningnri.htm"
	dqm__url4_2 = "newnri.htm"
	
	//	SubMenu 6

	dqm__sub_xy5 = "-70,102"
	dqm__sub_menu_width5 = 117
	dqm__subdesc5_0 = "Opportunities"
	dqm__icon_index5_0 = 0
	dqm__url5_0 = "careers.htm"
	
//Submenu 7

	dqm__sub_xy6 = "-125,102"
	dqm__sub_menu_width6 = 125
	
	dqm__subdesc6_0 = "Contact Details"
	dqm__subdesc6_1 = "Ask Us"
	dqm__subdesc6_2 = "Feedback"

	dqm__icon_index6_0 = 0
	dqm__icon_index6_1 = 0
	dqm__icon_index6_2 = 0

	dqm__url6_0 = "contactus.htm#"
	dqm__url6_1 = "askus.htm#"
	dqm__url6_2 = "feedback.htm#" 
	