	//  QuickMenu, Copyright (c) - 2002
//  QuickMenu Works With....
//
//      IE4, IE5.x, IE6 (Win 95, 98, ME, 2000, NT, XP)
//      IE4, IE5.x, &up (Mac)
//      NS4.x (All Platforms)
//      NS5/6.x (All Platforms)
//      ns7 - beta (All Platforms)
//      Opera 5 & 6 (All Platforms)
//      Mozilla 1.0 & up


/*-------------------------------------------
required menu Settings
--------------------------------------------*/


   SS_sub_menu_width = 160     //default sub menu widths
   SS_sub_xy = "-12,5"            //default sub x,y coordinates
   
   
   SS_codebase = "/"             //relative location of .js files
   SS_urltarget = "_self"       //set to: _self, _parent, _new, or "my frame name"

   SS_border_width = 1
   SS_divider_height = 1

   SS_border_color = "#26559b"  //Hex color value or 'transparent'
   SS_menu_bgcolor = "#f0ffc9"  //Hex color value or 'transparent'
   SS_hl_bgcolor = "#f9fbf3"    //Hex color value
   

   /*---The following parameter defines the delay
   -----time between the mouse moving outside of
   -----a sub menu and the sub menu actually closing.
   -----In all browsers except Netscape 4.x this time 
   -----period starts after the mouse leaves the sub 
   -----menu and the user stops moving the mouse. 
   -----This setting is useful for reducing end-user 
   -----error in the selection of sub menus. Defined 
   -----in milliseconds (1/1000s)---*/

   SS_mouse_off_delay = 100
   
  
   /*---Internet Explorer Mac Offset Fix - The following
   -----parameters correct position reporting bugs in
   -----ie4.x and ie5.x on the Mac OS9 and OSX platforms.
   -----Adjust the offsets below until the first level
   -----sub menus pop up in the correct location.*/
   
   SS_os9_ie5mac_offset_X = 10
   SS_os9_ie5mac_offset_Y = 15

   SS_osx_ie5mac_offset_X = 0
   SS_osx_ie5mac_offset_Y = 0

   SS_ie4mac_offset_X = -8
   SS_ie4mac_offset_Y = -50


   /*---Netscape 4.x fix option - bugs in Netscape 4.x
   -----can cause layers (sub menus) to be rendered
   -----incorrectly upon resizing the browser window.
   -----The only way to work around this issue is to reload
   -----the page after a resize. The following parameters allow
   -----the menu to automatically reload the page for the user
   -----after a resize, prompts the user to reload the page
   -----manually after resize, or attempts to correct the menu
   -----after a resize without reloading.-----*/
   
   SS_nn4_reaload_after_resize = true

   SS_nn4_resize_prompt_user = false
   SS_nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button."
   

   /*---Opera 4 & up fix - The following parameter option
   -----corrects div mouse detection bugs on Opera. Set the
   -----parameter value to true if your sub menus are located
   -----at the lowest point on the HTML page.---*/

   SS_use_opera_div_detect_fix = true;


/*-------------------------------------------
Internet Explorer Transition Effects - IE5.5 & UP

Note: All non supporting browsers will ignore
the effect settings below while retaining the
complete sub menu functionality and look.
--------------------------------------------*/

	
   /*----Options include - none | fade | pixelate |
   ------iris | slide | gradientwipe | checkerboard |
   ------radialwipe | randombars | randomdissolve |stretch */
	
	SS_sub_menu_effect = "fade"
 	SS_sub_item_effect = "fade"


   /*----Define the effect duration in seconds below---*/
   
	SS_sub_menu_effect_duration = .4
	SS_sub_item_effect_duration = .4

  
   /*----Customization option settings for the various effect
   ------transitions may be defined below---*/

   SS_effect_pixelate_maxsqare = 25
   SS_effect_iris_irisstyle = "CIRCLE"          //CROSS, CIRCLE, PLUS, SQUARE, or STAR
   SS_effect_checkerboard_squaresx = 14
   SS_effect_checkerboard_squaresY = 14
   SS_effect_checkerboard_direction = "RIGHT"   //UP, DOWN, LEFT, RIGHT
   

   /*----Note: Due to browser limitations, when using a 
   ------drop shadow effect or sub menu opacity values
   ------less than 100, combined with sub menu and or
   ------sub menu item transitions, undesirable transition
   ------results may occur. To remedy the issue use
   ------semi transparent sub menus or borders without
   ------transition effects or use transition effects without
   ------borders and set the sub menu opacity value to 100.---*/
   
   /*----Opacity is defined with a value between
   ------1 and 100 with 100 being opaque---*/   	

   SS_sub_menu_opacity = 100

   SS_dropshadow_color = "none"                //Hex color value or 'none'
   SS_dropshadow_offx = 0                      //drop shadow width
   SS_dropshadow_offy = 0	                //drop shadow height



/*---------------------------------------------
Optional event triggered custom function calls
----------------------------------------------*/


   /*----This menu uses the documents onload event to
   ------initially generate the menus. If your HTML page requires
   ------the onload statement for calling other script functions
   ------or statements you may execute your code using the
   ------parameter below------*/

   //SS_onload_code = "alert('custom function - onload')"


   /*----the following parameters may be used to execute
   ------custom code upon menu pop-up and hide.
   ------These are useful for hiding drop down boxes which
   ------may not be displayed under the menus due to
   ------browser limitations with certain form fields.---*/

   //SS_showmenu_code0 = "status = 'custom show menu function call - menu0'"
   //SS_showmenu_code1 = "status = 'custom show menu function call - menu1'"

   //SS_hidemenu_code0 = "status = 'custom hide menu function call - menu0'"
   //SS_hidemenu_code1 = "status = 'custom hide menu function call - menu1'"

 
   /*----the following parameters may be used to execute
   ------custom code upon clicking a menu item. If a URL link 
   ------and custom code are both defined the code will be 
   ------executed first, then the URL link will be loaded. This 
   ------parameter option is useful for opening custom pop up windows.---*/

   //SS_clickitem_code0_0 = "alert('custom Function - Menu Item 0_0')"
   //SS_clickitem_code1_0 = "alert('custom Function - Menu Item 1_0')"



/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   SS_textcolor = "#26559b"
   SS_fontfamily = "arial"            //Any available system font     
   SS_fontsize = 11		         //Defined with pixel sizing  	
   SS_fontsize_ie4 = 9		         //Defined with point sizing
   SS_textdecoration = "normal"         //set to: 'normal', or 'underline'
   SS_fontweight = "normal"             //set to: 'normal', or 'bold'
   SS_fontstyle = "normal"	         //set to: 'normal', or 'italic' 	
   SS_hl_textcolor = "#878a90"
   SS_hl_textdecoration = "normal"   //set to: 'normal', or 'underline'

   SS_margin_top = 6
   SS_margin_bottom = 6
   SS_margin_left = 5
   SS_margin_right = 4

   SS_text_alignment = "left"           //set to: 'left', 'center' or 'right'
   



/*---------------------------------------------
Optional Icon Images - Relative Positioning

The relative positioned icon images are automatically
placed directly before or after the sub menu items
text (placement is determined by text alignment). 
By adding transparent space to the left or right
of the icon image itself, a custom image to text gap
may be obtained (Note: The gap space between icon
images and text may also be achieved by using the
menus optional 2nd icon image, see the 'optional 2nd
icon images' section for more information). The 
relative positioned icons are useful for creating
text bullets for aesthetic purposes or symbolic icons
for different sub menu items.
-----------------------------------------------*/


   /*----Unlimited icon images may be defined and associated with any sub menu
   ------item by specifying the icons index with the 'SS_icon_index' parameter 
   ------see the 'sub menu customization' section below for examples---------*/


   SS_icon_image0 = ""
   SS_icon_rollover0 = ""
   SS_icon_image_wh0 = "13,8"


   SS_icon_image1 = ""
   SS_icon_rollover1 = ""
   SS_icon_image_wh1 = "8,8"


/*---------------------------------------------
Optional 2nd Icon Images - Absolute Positioning

The 2nd absolute positioned icons may be positioned 
anywhere within the sub menu items bounding area. 
These icon images are useful for creating arrows 
or other symbols which indicate the existence of a 
child sub menu. Sub menu text alignment or length 
will not affect the images placement.  If your images 
undesirably appear over the top of sub menu text 
items then adjust the icons coordinates, sub menu 
widths, or margins accordingly.

Note: Icon image coordinates are defined relative to
the top right corner of the sub menu item when the
sub menu text is left aligned, or relative to the
top left corner when the sub menus text is right
aligned.
-----------------------------------------------*/


   /*----Unlimited icon images may be defined and associated with any sub menu
   ------item by specifying the icons index with the 'SS_2nd_icon_index' parameter 
   ------see the 'sub menu customization' section below for examples---------*/

   
/*---------------------------------------------
Optional Status Bar Text

Note: Custom defined status bar text for a menu item 
will be displayed in place of the URL when the 
'SS_show_urls_statusbar' parameter is set to true.
-----------------------------------------------*/

   SS_show_urls_statusbar = true;
   
   //SS_status_text0 = "Sample text - Main Menu Item 0"
   //SS_status_text1 = "Sample text - Main Menu Item 1"

   //SS_status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"	
   //SS_status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 1"	




/*********************************************************************/
/*                                                                   */
/*                       MAIN MENU CUSTOMIZATION                     */
/*                                                                   */ 
/*********************************************************************/

/*--------------------------------------------------------------------

The following parameters define the main menu items rollover images and 
URL's. Each rollover image is connected to a pre-defined HTML image within
your web page by matching the rollover parameters index to the defined
index of your html pages menu image (See the documentation or view the
source of 'sample.htm' for information on setting up HTML image tags 
as menu items). The rollover image parameters are provided as an optional 
effect and are not required in order for the menu to function.

Note: To define URL links for a main menu image, define both a URL link
      parameter below (i.e. "SS_url0 = 'myurl.htm'") and attach a
      hyperlink tag (<a href='myurl.htm'>...<a>) to the menu's associated
      image within your HTML page. This redundancy is required for 
      complete cross browser functionality of main menu URL links.

      Specific main menu image URL targets may also be defined by defining
      a 'SS_urltargetX' parameter, where X is the the associated main
      menu items index number. Allowable 'SS_urltarget' param values
      include... _self, _parent, _new, or "my frame name".

---------------------------------------------------------------------*/
  
  
  
/************************************************
*********-------Main Menu 0--------**************
************************************************/
  
  
//  SS_rollover_image0 = "/images/btn_home2.gif"
//  SS_rollover_wh0 = "146,27" 
//  SS_url0 = "/index.asp"; 
  
/************************************************
*********-------Main Menu 1--------**************
************************************************/

 //  SS_rollover_image1 = "/images/btn_about2.gif"
 //  SS_rollover_wh1 = "132,27"

  
  
/************************************************
*********-------Main Menu 2--------**************
************************************************/
  
 //  SS_rollover_image2 = "/images/btn_investor2.gif"
  // SS_rollover_wh2 = "138,27"
   

/************************************************
*********-------Main Menu 3--------**************
************************************************/
   
 //  SS_rollover_image3 = "/images/btn_tea2.gif"
 //  SS_rollover_wh3 = "100,27"
   
   
/************************************************
*********-------Main Menu 4--------**************
************************************************/
   
 //  SS_rollover_image4 = "/images/btn_bndtea2.gif"
 //  SS_rollover_wh4 = "148,27"
   
      
/************************************************
*********-------Main Menu 5--------**************
************************************************/
   
 //  SS_rollover_image5 = "/images/btn_certi2.gif"
 //  SS_rollover_wh5 = "126,27"
 //  SS_url5 = "/certification.asp";

/************************************************
*********-------Main Menu 6--------**************
************************************************/
   
 //  SS_rollover_image6 = "/images/btn_contact2.gif"
 //  SS_rollover_wh6 = "145,27"
 //  SS_url6 = "/contact/contact.asp";
 
   

/*********************************************************************/
/*                                                                   */
/*                       SUB MENU CUSTOMIZATION                      */
/*                                                                   */ 
/*********************************************************************/

/*--------------------------------------------------------------------

The parameters below define the menus tree structure, text descriptions, 
associated icon images, URL links, and sub menu positioning. An infinite 
number of sub menu items and levels may be defined for each main menu item
by appending the appropriate index values to the 'SS_subdesc' parameter. 
The included sample menus ('sample.htm') tree structure is defined below and
may be used as a simple guide for how to index your items.

The sub menu items text descriptions may be defined using plain text or
HTML. To use HTML simply place the entire string on one line and replace
all double quotes with single quotes.



ADDITIONAL SUB MENU CUSTOMIZATION OPTIONS:

The following parameters are referenced for documentation purposes and are 
additional customizable features which may be included as part of the sample 
sub menus defined below. (Note: to use these parameters add them to the sub 
menu sections below, they are not active when inside this comment field.)


Sub Menu Group Options:

The following setting apply to individual sub menu groups. Reference a sub
menu group within the parameter by appending the index value of the group
to the parameter name.
   
 1---The following parameters define unique colors, highlight colors
   border sizes, and divider heights for a sub menu. The X at the end
   of the parameter name represents the index of the sub menu. Child sub
   menus may also be referenced, i.e. 'SS_menu_bgcolor1_0' refers to the
   2nd main menus, 1st sub menu items, child sub menu.
   
   SS_border_widthX = 10;
   SS_divider_heightX = 5;		
 
   SS_border_colorX = "#0000ff";     
   SS_menu_bgcolorX = "#ff0000"
   SS_hl_bgcolorX = "#00ff00"
   SS_textcolorX = "#00ff00"	 
   SS_hl_textcolorX = "#878a90"

 2---For more information on the following two parameter options see the 
   section above labeled 'Optional event triggered custom function calls'

   SS_showmenu_codeX = "status = 'custom show menu function call'"
   SS_hidemenu_codeX = "status = 'custom hide menu function call'"

 3---Define the text alignment of the sub menu as 'left', 'center', or 'right'

   SS_text_alignmentX = "left"



Sub Menu Item Options:

The following settings apply to individual sub menu items, reference a sub
menu item within the parameter by appending the index value of the item
to the parameter name.

 1---The following parameter creates custom highlight text, any html tags
   may also be used to create formatted text and images. (Note: when using
   HTML convert all double quotes to single quotes and keep to one line.)
   Any number of 'SS_hl_subdescX' parameters may be defined so long as there
   is a corresponding 'SS_subdescX' parameter. The X at the end of the
   parameters name is variable and represents the index of the sub menu item.

   SS_hl_subdescX = "custom highlight text"

 2---For more information on the following parameter option see the 
   section above labeled 'Optional event triggered custom function calls'

   SS_clickitem_codeX = "alert('Sample onclick function call.')"

 3---Unique sub menu item URL targets may be defined with the 
   following parameter option. Allowable 'SS_urltargetX' param values
   include... _self, _parent, _new, or "my frame name".

   SS_urltargetX = "_new"


---------------------------------------------------------------------*/
/************************************************
*********-------Sub Menu 0--------***************
************************************************/

SS_sub_xy0 = "-50,28"
SS_sub_menu_width0 = 150
SS_sub_menu_width0_10 = 95

SS_subdesc0_0 = "Profile"
SS_url0_0 = "/aboutus/profile.aspx"

SS_subdesc0_1 = "Pioneers in Power"
SS_url0_1 = "/aboutus/pioneers-power.aspx"

SS_subdesc0_2 = "Board of Directors"
SS_url0_2 = "/aboutus/board-of-directors.aspx"

SS_subdesc0_3 = "Corporate Governance"
SS_url0_3 = "/aboutus/corporate-governance.aspx"

SS_subdesc0_4 = "Vision, Mission and Values "
SS_url0_4 = "/aboutus/vision-mission-values.aspx"

SS_subdesc0_5 = "Associates and JVs"
SS_url0_5 = "/aboutus/associates-jvs.aspx"

SS_subdesc0_6 = "Corporate Policies"
SS_url0_6 = "/aboutus/corporate-policies.aspx"

SS_subdesc0_7 = "Achievements & Awards"
SS_url0_7 = "/aboutus/achievements-awards.aspx"

SS_subdesc0_8 = "Pioneering Initiatives"
SS_url0_8 = "/aboutus/pioneering-initiatives.aspx"

SS_subdesc0_9 = "Tata Code of Conduct "
SS_url0_9 = "/aboutus/code-of-conduct.aspx"

SS_subdesc0_10 = "Our Presence &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &raquo; "


  SS_subdesc0_10_0 = "Indian Network"
  SS_url0_10_0 = "/aboutus/indian-network.aspx"
  
  
  SS_subdesc0_10_1 = "Global Presence"
  SS_url0_10_1 = "/aboutus/global-presence.aspx"

/************************************************
*********-------Sub Menu 1--------***************
************************************************/

SS_sub_xy1 = "-55,28"
SS_sub_menu_width1 = 190

SS_subdesc1_0 = "Design & Development"
SS_url1_0 = "/services/design.aspx"

SS_subdesc1_1 = "Power Supply - Mumbai"
SS_url1_1 = "/services/power.aspx"

SS_subdesc1_2 = "Power Projects & Related Services"
SS_url1_2 = "/services/power-projects.aspx"

SS_subdesc1_3 = "Transmission & Distribution"
SS_url1_3 = "/services/transmission.aspx"

SS_subdesc1_4 = "<a class='menu' href='https://cp.tatapower.com/CP_REVAMP/apply-for-power-supply/new-connection/procedures-and-guidelines.aspx' target='_blank'>New / Changeover Connection</a>"

SS_subdesc1_5 = "Expanding Nationwide"
SS_url1_5 = "/services/expanding-nationwide.aspx"

SS_subdesc1_6 = "Customer Services"
SS_url1_6 = "/services/customer-services.aspx"


/************************************************
*********-------Sub Menu 2--------***************
************************************************/

SS_sub_xy2 = "-50,28"
SS_sub_menu_width2 = 175


SS_subdesc2_0 = "People Policy"
SS_url2_0 = "/careers/people_policy.aspx"

SS_subdesc2_1 = "Working with Us"
SS_url2_1 = "/careers/working-with-us.aspx"

SS_subdesc2_2 = "Campus and Lateral Recruitments"
SS_url2_2 = "/careers/campus-lateral-recruitments.aspx"

SS_subdesc2_3 = "Current Openings"
SS_url2_3 = "/careers/current-openings.aspx"


/************************************************
*********-------Sub Menu 3--------***************
************************************************/

SS_sub_xy3 = "-70,28"
SS_sub_menu_width3 = 145
SS_sub_menu_width3_1 = 110

SS_subdesc3_0 = "Policies"
SS_url3_0 	= "/environment/policies.aspx"

SS_subdesc3_1 = "Environment Management"
SS_url3_1 	= "/environment/environment-management.aspx"

SS_subdesc3_2 = "Safety"
SS_url3_2 	= "/environment/safety.aspx"

SS_subdesc3_3 = "Energy Conservation &nbsp; &nbsp; &raquo;"

SS_subdesc3_3_0 = "Power Saving Tips"
SS_url3_3_0 	= "/environment/powersaving-tips.aspx"

SS_subdesc3_3_1 = "<a class='menu' href='http://www.tatapowerenergyclub.com' target='_blank'>School Energy Conservation Club</a>"



/************************************************
*********-------Sub Menu 4--------***************
************************************************/

SS_sub_xy4 = "-74,28"
SS_sub_menu_width4 = 135
SS_sub_menu_width4_2 = 80

SS_subdesc4_0 = "History: Our Legacy"
SS_url4_0 = "/sustainability/legacy.aspx"

SS_subdesc4_1 = "Introduction &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&raquo;"
SS_url4_1 = "/sustainability/introduction.aspx"

   SS_subdesc4_1_0 = "Environmental Management"
   SS_url4_1_0 = "/sustainability/environmental.aspx"
   
   SS_subdesc4_1_1 = "Safety"
   SS_url4_1_1 = "/sustainability/safety.aspx"
   
   SS_subdesc4_1_2 = "Social Endeavours"
   SS_url4_1_2 = "/sustainability/focus-areas.aspx"

   SS_subdesc4_1_3 = "Energy Conservation &nbsp; &nbsp; &raquo;"

   SS_subdesc4_1_3_0 = "Power Saving Tips"
   SS_url4_1_3_0 	 = "/sustainability/powersaving-tips.aspx"

   SS_subdesc4_1_3_1 = "<a class='menu' href='http://school.tatapowerenergyclub.com/' target='_blank'>School Energy Conservation Club</a>"


SS_subdesc4_2 = "Policies"
SS_url4_2 = "/sustainability/policies.aspx"

SS_subdesc4_3 = "Sustainability at Tata Power "
SS_url4_3 = "/sustainability/sustainability-tata-power.aspx"

SS_subdesc4_4 = "Sustainability Initiatives"
SS_url4_4 = "/sustainability/initiatives.aspx"

SS_subdesc4_5 = "Sustainability Communications"
SS_url4_5 = "/sustainability/sustainability-communications.aspx"


SS_subdesc4_6 = "Way Forward"
SS_url4_6 = "/sustainability/way-forward.aspx"

SS_subdesc4_7 = "New Technologies"
SS_url4_7 = "/sustainability/new-technologies.aspx"

SS_subdesc4_8 = "Calculate your Carbon Footprint "
SS_url4_8 = "/sustainability/carbon-footprint.aspx"

SS_subdesc4_9 = "Gallery &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &raquo;"

 
   SS_subdesc4_9_0 = "Events"
   SS_url4_9_0 = "/sustainability/events.aspx"
   
   SS_subdesc4_9_1 = "Awards"
   SS_url4_9_1 = "/sustainability/awards.aspx"



/*SS_subdesc4_4 = "Global Compact Study"
SS_url4_4 = "/sustainability/global-compact-study.aspx"*/


/************************************************
*********-------Sub Menu 5--------***************
************************************************/

SS_sub_xy5 = "-97,28"
SS_sub_menu_width5 = 130
SS_sub_menu_width5_1 = 170
SS_sub_menu_width5_1_2 = 135
SS_sub_menu_width5_1_4 = 90
SS_sub_menu_width5_3 = 115
SS_sub_menu_width5_4 = 120
SS_sub_menu_width5_2_3 = 140

SS_subdesc5_0 = "Fact Sheet"
SS_url5_0 = "/investor-relations/fact-sheet.aspx"

SS_subdesc5_1 = "Financials &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &raquo;"

   SS_subdesc5_1_0 = "Quarterly Results"
   SS_url5_1_0 = "/investor-relations/quarterly-results.aspx"
   
   SS_subdesc5_1_1 = "At a Glance"
   SS_url5_1_1 = "/investor-relations/ataglance.aspx"
   
   SS_subdesc5_1_2 = "Annual Reports &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp; &nbsp;  &nbsp;   &nbsp; &raquo;"

			  SS_subdesc5_1_2_0 = "<a class='menu' href='/investor-relations/pdf/91Annual-report-2009-10.pdf' target ='_blank'>Annual Report FY10</a>"
              SS_url5_1_2_0 = ""

              SS_subdesc5_1_2_1 = "Annual Reports of Subsidiaries"
              SS_url5_1_2_1 = "/investor-relations/anlreports-subsidiaries.aspx"
			  
			  SS_subdesc5_1_2_2 = "Archive"
              SS_url5_1_2_2 = "/investor-relations/anlreport-archive.aspx"
   
   SS_subdesc5_1_3 = "<a class='menu' href='/investor-relations/pdf/Financial-statistics-FY09.pdf'target='_blank'>Financial Statistics</a>"
   SS_url5_1_3 = ""
   
   SS_subdesc5_1_4 = "Financial Results Summary &nbsp; &raquo;"
      
              SS_subdesc5_1_4_0 = "Balance Sheet"
              SS_url5_1_4_0 = "/investor-relations/balance-sheet.aspx"
			 
			  SS_subdesc5_1_4_1 = "Profit and Loss"
              SS_url5_1_4_1 = "/investor-relations/profit-loss.aspx"
			  
			  SS_subdesc5_1_4_2 = "Cash Flow"
              SS_url5_1_4_2 = "/investor-relations/cashflow.aspx"
   
   SS_subdesc5_1_5 = "Auditor's Report"
   SS_url5_1_5 = "/investor-relations/auditors-report.aspx"

SS_subdesc5_1_6 = "Investors' Meet &nbsp;  &nbsp; &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp; &nbsp;  &nbsp;   &nbsp; &raquo;"
  
 SS_subdesc5_1_6_0 = "<a class='menu' href='/investor-relations/pdf/investor-presentation-july-10.pdf' target ='_blank'>Investor Presentation July 2010</a>"
              SS_url5_1_6_0 = ""

				SS_subdesc5_1_6_1 = "Archive"
			  SS_url5_1_6_1 = "/investor-relations/analyst-meet-archive.aspx"
			  

   SS_subdesc5_1_7 = "<a class='menu' href='/investor-relations/pdf/analyst-presentation-mar-10.pdf' target ='_blank'>Analyst Meet Presentation 2010</a>"


SS_subdesc5_1_8 = "Call Transcripts  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp; &nbsp;  &nbsp;   &nbsp; &raquo;"
   
 SS_subdesc5_1_8_0 = "<a class='menu' href='/investor-relations/pdf/Q4-FY10-call-transcript.pdf' target ='_blank'>Q4 FY10 Standalone and Consolidated Conference Call Transcript</a>"
              SS_url5_1_8_0 = ""

				SS_subdesc5_1_8_1 = "Archive"
			  SS_url5_1_8_1 = "/investor-relations/inv-info-archive.aspx"
SS_subdesc5_2 = "Share Information &nbsp;  &nbsp; &raquo;"

   SS_subdesc5_2_0 = "Registrars & Transfer Agents"
   SS_url5_2_0 = "/investor-relations/registr-trnsfr.aspx"
   
   SS_subdesc5_2_1 = "Share Holding Pattern"
   SS_url5_2_1 = "/investor-relations/sharehold-pattern.aspx"
   
   
   
   SS_subdesc5_2_2 = "Share Price Performance &nbsp;  &nbsp;&raquo;"
 
         SS_subdesc5_2_2_0 = "Share Price Charts"
         SS_url5_2_2_0 = "/investor-relations/shareprc-charts.aspx"
		 
		 SS_subdesc5_2_2_1 = "Monthly Share Prices"
         SS_url5_2_2_1 = "/investor-relations/monthly-shareprice.asp"
		 
		 SS_subdesc5_2_2_2 = "Daily Share Prices - BSE"
         SS_url5_2_2_2 = "/investor-relations/dailybse-shareprice.asp"
		 
		 SS_subdesc5_2_2_3 = "Daily Share Prices - NSE"
         SS_url5_2_2_3 = "/investor-relations/dailynse-shareprice.asp"


SS_subdesc5_3 = "Share History &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &raquo;"
   
   SS_subdesc5_3_0 = "Dividend History"
   SS_url5_3_0 = "/investor-relations/dividend-history.asp"
   
   SS_subdesc5_3_1 = "Bonus History"
   SS_url5_3_1 = "/investor-relations/bonus-history.asp"
   
   SS_subdesc5_3_2 = "Equity History"
   SS_url5_3_2 = "/investor-relations/equity-history.asp"
   
   SS_subdesc5_3_3 = "Share Price Trends"
   SS_url5_3_3 = "/investor-relations/shareprice-trends.aspx"


SS_subdesc5_4 = "Investor Help Desk &nbsp; &raquo;"

   SS_subdesc5_4_0 = "Investor FAQ"
   SS_url5_4_0 = "/investor-relations/investor-faqs.aspx"
   
   SS_subdesc5_4_1 = "Investor Services"
   SS_url5_4_1 = "/investor-relations/investor-relations.aspx"
   
   SS_subdesc5_4_2 = "Investor Query Form"
   SS_url5_4_2 = "/investor-relations/investor-query.asp"
   
   SS_subdesc5_4_3 = "<a class='menu' href='/investor-relations/pdf/Shareholder-Information-Booklet.pdf' target ='_blank'>Shareholder Information Booklet</a>"
   //SS_url5_4_3 = "/investor-relations/pdf/Shareholder-Information-Booklet.pdf","_blank"
   
   
SS_subdesc5_5 = "Share Trading"
SS_url5_5 = "/investor-relations/share-trading.aspx"
   



/*SS_subdesc5_5 = "Corporate Announcements"
SS_url5_5 = "/investor-relations/corp-announcement.aspx"*/


/************************************************
*********-------Sub Menu 6--------***************
************************************************/

SS_sub_xy6 = "-67,28"
SS_sub_menu_width6 = 140
SS_sub_menu_width6_0 = 132
SS_sub_menu_width6_2 = 200
SS_sub_menu_width6_2_0 = 200
SS_sub_menu_width6_2_1 = 200
SS_sub_menu_width6_2_2 = 200
SS_sub_menu_width6_2_3 = 200
SS_sub_menu_width6_2_4 = 200
SS_sub_menu_width6_2_5 = 200
SS_sub_menu_width6_3 = 178

   SS_sub_menu_width6_0_0 = 118
   SS_sub_menu_width6_0_1 = 118
   SS_sub_menu_width6_0_2 = 118

SS_subdesc6_0 = "License Area Mumbai  &nbsp; &raquo;"

SS_subdesc6_0_0 = "Regulatory Filings &nbsp; &nbsp; &nbsp; &nbsp; &raquo;"

 
   SS_subdesc6_0_0_0 = "Fuel Adjustment Charge "
   SS_url6_0_0_0	= "/regulations/fuel-charge.aspx"
   
   SS_subdesc6_0_0_1 = "<a class='menu' href='/regulations/cgrf-half-yearly-report.aspx'>CGRF Half Yearly Report</a>"
   SS_url6_0_0_1 	= ""
   
   SS_subdesc6_0_0_2 = "SOP Report"
   SS_url6_0_0_2 	= "/regulations/sop-report.aspx"

    SS_subdesc6_0_0_3 = "<a class='menu' href = '/regulations/open-access-status.asp'>Open Access Status</a>"
   SS_url6_0_0_3 	= ""
   
   SS_subdesc6_0_0_4 = "Grid Availability"
   SS_url6_0_0_4 	= "/regulations/grid-availability-report.aspx"
   
   SS_subdesc6_0_0_5 = "Public Notices"
   SS_url6_0_0_5 	= "/regulations/public-notice.aspx"


SS_subdesc6_0_1 = "Regulatory Information&nbsp;&raquo;"

   SS_subdesc6_0_1_0 = "Electricity Act & Amendments"
   SS_url6_0_1_0 	= "/regulations/electricity-amendments.aspx"
    
   SS_subdesc6_0_1_1 = "<a class='menu' href='/regulations/pdf/Standards_of_performanance.xls' target='_blank'>Standard of Performance</a>"
   SS_url6_0_1_1 	= ""
   
   SS_subdesc6_0_1_2 = "<a class='menu' href='http://mercindia.org.in/Regulations.htm' target='_blank'>MERC Regulations</a>"
   SS_url6_0_1_2 	= ""
   
   SS_subdesc6_0_1_3 = "<a class='menu' href='http://mercindia.org.in/orders_2008.htm' target='_blank'>MERC Orders</a>"
   SS_url6_0_1_3 	= ""
   
   SS_subdesc6_0_1_4 = "<a class='menu' href='http://aptel.gov.in/judgements.html' target='_blank'>Appellate Tribunal Orders</a>"
   SS_url6_0_1_4	= ""
  
  SS_subdesc6_0_1_5 = "<a class='menu' href='http://courtnic.nic.in/courtnicsc.asp' target='_blank'>Supreme Court Orders</a>"
   SS_url6_0_1_5	= ""

SS_subdesc6_0_1_6 = "<a class='menu' href='/regulations/pdf/TPC_Specific_Condition_Reg_2008_Eng.pdf' target='_blank'>Specific Condition Tata Power Distribution Licensee</a>"
   SS_url6_0_1_6	= ""
   
//   SS_subdesc6_0_1_7 = "<a class='menu' href='/regulations/public-notice.aspx' target='_parent'>Public Notices</a>"
//   SS_url6_0_1_7	= ""
   
   
   

SS_subdesc6_0_2 = "Consumer &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&raquo;"
   
   SS_subdesc6_0_2_0 = "<a class='menu' href='/regulations/pdf/TataPowerDistributionTariffBooklet-FY-091.pdf' target='_blank'> Tariff Booklet / Tariff Sheet</a>"
   SS_url6_0_2_0 	= ""
   
   SS_subdesc6_0_2_1 = "<a class='menu' href='/regulations/pdf/Schedule_of_Charges.pdf' target='_blank'>Schedule of Charges</a>"
   SS_url6_0_2_1 	= ""
    
   SS_subdesc6_0_2_2 = "<a class='menu' href='https://cp.tatapower.com/CP_REVAMP/grievances/grievane-redressal.aspx' target='_blank'>Consumer Grievance Redressal Forum</a>"
   SS_url6_0_2_2 	= "#"
   
//   SS_subdesc6_0_2_3 = "Wheeling & Cross Subsidy Charges"
//   SS_url6_0_2_3 	= "/regulations/wheeling-cross-subsidy-charges.aspx"
   
   SS_subdesc6_0_2_3 = "Consumer Rights Statement"
   SS_url6_0_2_3 	= "/regulations/consumer-rights.aspx"
   
   SS_subdesc6_0_2_4 = "Forms for Consumer"
   SS_url6_0_2_4 	= "/regulations/consumer-forms.aspx"
   
   SS_subdesc6_0_2_5 = "Open Access"
   SS_url6_0_2_5 	= "/regulations/open-access.aspx"
   
SS_subdesc6_1 = "Jojobera  &nbsp; &raquo;"

   
   SS_sub_xy6_1 = "-67,12"
   SS_sub_menu_width6_1 = 125
   SS_sub_menu_width6_1_0 = 90
   SS_sub_menu_width6_1_0_0 = 90
   SS_sub_menu_width6_1_0_0 = 80
   
   SS_subdesc6_1_0 = "Regulatory Filings  &nbsp; &raquo;"
   
    SS_subdesc6_1_0_0 = "ARR Filing  &nbsp; &raquo;"
	
	SS_subdesc6_1_0_0_0 = "<a class='menu' href='/regulations/pdf/TataPower-JojoberaUnit-2&3MARCH-FY10-11.pdf' target='_blank'>FY11</a>"

	
	/*
	SS_subdesc6_1_0_0_2 = "<a class='menu' href='/regulations/pdf/TataPower-JojoberaUnit-2&3ARR-FY0910.pdf' target='_blank'>FY10</a>"
	SS_url6_1_0_0_2 	= ""
	
	SS_subdesc6_1_0_0_3 = "<a class='menu' href='/regulations/pdf/TataPower-JojoberaUnit-2&3ARR-FY0809.pdf' target='_blank'>FY09</a>"
	SS_url6_1_0_0_3 	= ""
	
	SS_subdesc6_1_0_0_4 = "<a class='menu' href='/regulations/pdf/TataPower-JojoberaUnit-2&3ARR-FY0708.pdf' target='_blank'>FY08</a>"
	SS_url6_1_0_0_4 	= ""*/
	
	
   
/************************************************
*********-------Sub Menu 7--------***************
************************************************/

SS_sub_xy7 = "-75,28"
SS_sub_menu_width7 = 110

SS_subdesc7_0 = "Press Releases"
SS_url7_0 	= "/media-corner/press_release.aspx"

SS_subdesc7_1 = "Press Reports"
SS_url7_1 	= "/media-corner/press_reports.aspx"

SS_subdesc7_2 = "MD's Presentation"
SS_url7_2 	= "/media-corner/md_present.aspx"

//SS_subdesc7_3 = "Brand Tata Power"
//SS_url7_3 	= "/media-corner/brand.aspx"

SS_subdesc7_3 = "Events"
SS_url7_3 	= "/media-corner/events.aspx"

//SS_subdesc7_4 = "Announcements"
//SS_url7_4 	= "/media-corner/announcement.aspx"

SS_sub_xy8 = "-75,28"
SS_sub_menu_width8 = 110

SS_subdesc8_0 = "Consumer"
SS_url8_0 	= "/faq/consumer.aspx"

SS_subdesc8_1 = "Billing"
SS_url8_1 	= "/faq/billing.aspx"

SS_subdesc8_2 = "Power Failure"
SS_url8_2 	= "/faq/power-failure.aspx"

SS_subdesc8_3 = "Safety"
SS_url8_3 	= "/faq/safety.aspx"

SS_subdesc8_4 = "Energy Conservation"
SS_url8_4 	= "/faq/energy-conservation.aspx"

SS_subdesc8_5 = "General"
SS_url8_5 	= "/faq/general.aspx"

SS_subdesc8_6 = "Glossary"
SS_url8_6 	= "/faq/glossary.aspx"
   
  
/************************************************
*********-------Sub Menu 6--------***************
************************************************/

//SS_sub_xy6 = "-145,28"
//SS_sub_menu_width6 = 145
//SS_sub_menu_url6 = "/contact/contact.asp"

//SS_subdesc6_0 = "Careers"
//SS_url6_0 = "/contact/index.asp"

//SS_subdesc6_0 = "Contact Details"
//SS_url6_0 = "/contact/contact.asp"

//-----------------------------------------

