 /***********************************************







*	(c) Ger Versluis 2000 version 13.10 August 1, 2004       *







*	You may use this script on non commercial sites.	          *







*	www.burmees.nl/menu			          *







*	You may remove all comments for faster loading	          *		







************************************************/







	var NoOffFirstLineMenus=9;			// Number of main menu  items







						// Colorvariables:







						// Color variables take HTML predefined color names or "#rrggbb" strings







						//For transparency make colors and border color ""







						







		var StartLeft=0;			// Menu offset y coordinate. If StartLeft is between 0 and 1 StartLeft is calculated as part of windowheight







	//alert(leftX);







	var StartTop=1; // Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight























	var LowBgColor="#E1E1E1";			// Background color when mouse is not over







	var HighBgColor="#B70000";			// Background color when mouse is over







	var FontLowColor="#000000";			// Font color when mouse is not over







	var FontHighColor="#ffffff";			// Font color when mouse is over







	var BorderColor="#ffffff";			// Border color







	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0







	var BorderWidthMain=0;			// Border width main items







	var BorderWidthSub=1;			// Border width sub items







 	var BorderBtwnMain=1;			// Borderwidth between elements







	var BorderBtwnSub=1;			// Borderwidth between elements sub items







	var FontFamily= "Trebuchet MS,Verdana,Arial,Sans-serif" ;	// Font family menu items







	var FontSize=11;				// Font size menu items







	var FontBold=0;				// Bold menu items 1 or 0







	var FontItalic=0;				// Italic menu items 1 or 0







	var MenuTextCentered="left";		// Item text position left, center or right







	var MenuCentered="left";			// Menu horizontal position can be: left, center, right







	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static







	var ChildOverlap=0;			// horizontal overlap child/ parent







	var ChildVerticalOverlap=0;			// vertical overlap child/ parent







	var VerCorrect=0;				// Multiple frames y correction







	var HorCorrect=0;				// Multiple frames x correction







	var DistFrmFrameBrdr=0;			// Distance between main menu and frame border







	var LeftPaddng=5;				// Left padding







	var TopPaddng=3;			// Top padding. If set to -1 text is vertically centered







	var FirstLineHorizontal=0;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical







	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0







	var DissapearDelay=1000;			// delay before menu folds in







	var UnfoldDelay=100;			// delay before sub unfolds	







	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame







	var FirstLineFrame="";			// Frame where first level appears







	var SecLineFrame="";			// Frame where sub levels appear







	var DocTargetFrame="";			// Frame where target documents appear







	var TargetLoc="MenuPos";				// span id for relative positioning







	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0







	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0







	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover







	var BaseHref="../";				// BaseHref lets you specify the root directory for relative links. 







						// The script precedes your relative links with BaseHref







						// For instance: 







						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",







						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"







						// Can also be used when you use obc/images in the textfields of the menu







						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"







						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"















	var Arrws=[BaseHref+"images/ioc_arrow.gif",8,5,BaseHref+"images/arrows.gif",10,5,BaseHref+"images/menu_bullet.gif",5,10,BaseHref+"triup.gif",10,5];















						// Arrow source, width and height.







						// If arrow obc/images are not needed keep source ""















	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,







						// document targets and script are in the same frame.







						// In all other cases it must be 1















	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 







						// When set to 2 only the relevant main item stays highligthed







						// The preset is done by setting a variable in the head section of the target document.







						// <head>







						//	<script type="text/javascript">var SetMenu="2_2_1"; </script>







						// </head>







						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......















						// Below some pretty useless effects, since only IE6+ supports them







						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity







						// If you don't need MenuSlide just leave in the line var MenuSlide="";







						// delete the other MenuSlide statements







						// In general leave the MenuSlide you need in and delete the others.







						// Above is also valid for MenuShadow and MenuOpacity







						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.







						// You can add more filters by concanating the strings







	var BuildOnDemand=1;			// 1/0 When set to 1 the sub menus are build when the parent is moused over







	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover







	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting















	var HooverBold=0;				// 1 or 0







	var HooverItalic=0;				// 1 or 0







	var HooverUnderLine=0;			// 1 or 0







	var HooverTextSize=0;			// 0=off, number is font size difference on hoover







	var HooverVariant=0;			// 1 or 0















	var MenuSlide="";







	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.1, transition=19)";







	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.1, wipeStyle=1)";















	var MenuShadow="";







	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=0, offY=0, positive=1)";







	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=0, strength=0)";















	var MenuOpacity="";







	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";















	function BeforeStart(){return}







	function AfterBuild(){return}







	function BeforeFirstOpen(){return}







	function AfterCloseAll(){return}















// Menu tree:







// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",







//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");







// Color and font variables defined in the menu tree take precedence over the global variables







// Fontsize, fontbold and fontitalic are ignored when set to -1.







// For rollover obc/images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 















Menu1=new Array("rollover?"+BaseHref+"images/hd_companyinfromation.gif?"+BaseHref+"images/hd_companyinfromation.gif","","",13,27,145,"","","","","","",-1,-1,-1,"","Company Information");















Menu1_1=new Array("Group Profile","corp_profile.html","",0,18,160,"","","","","","",-1,-1,-1,"","Group Profile");







Menu1_2=new Array("Company Information","corp_info.html","",0,18,160,"","","","","","",-1,-1,-1,"","Company Information");











Menu1_3=new Array("Manufacturing Facilities","corp_info.html","",4,18,160,"","","","","","",-1,-1,-1,"","Manufacturing Facilities");



Menu1_3_1=new Array("Usha Fan Industries","javascript:NewWin=window.open(\"../Usha_fan_Industries.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,18,160,"","","","","","",-1,-1,-1,"","Usha Fan Industries");







	Menu1_3_2=new Array("Shriram Fuel Injection Industries","javascript:NewWin=window.open(\"../SFIIL.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,18,160,"","","","","","",-1,-1,-1,"","Shriram Fuel Injection Industries");







	Menu1_3_3=new Array("Hyderabad Industrial Industries","javascript:NewWin=window.open(\"../hyderabad_engineering_industries.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,18,160,"","","","","","",-1,-1,-1,"","Hyderabad Industrial Industries");







	Menu1_3_4=new Array("Water Cooler Factory","javascript:NewWin=window.open(\"../4_Water_Cooler_Factory.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,18,160,"","","","","","",-1,-1,-1,"","Water Cooler Factory");











Menu1_4=new Array("Mission","mission.html","",0,18,160,"","","","","","",-1,-1,-1,"","Mission");















Menu1_5=new Array("History","corp_history.html","",0,18,150,"","","","","","",-1,-1,-1,"","History");







	//Menu1_3=new Array("Achievements & Awards (.pdf)","javascript:NewWin=window.open(\"awards.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,18,150,"","","","","","",-1,-1,-1,"","Achievements & Awards");







	







	Menu1_6=new Array("Distribution","corp_distribution.html","",0,18,150,"","","","","","",-1,-1,-1,"","Distribution");







		Menu1_7=new Array("Code of Conduct","corp_code_conduct.html","",0,18,150,"","","","","","",-1,-1,-1,"","Code of Conduct");













	Menu1_8=new Array("Financials","uil_formerly.html","",0,18,180,"","","","","","",-1,-1,-1,"","Financials");









	







	Menu1_9=new Array("News Room","press.html","",2,18,150,"","","","","","",-1,-1,-1,"","News Room");







	







		Menu1_9_1=new Array("Media Releases","press_release.html","",0,18,150,"","","","","","",-1,-1,-1,"","Media Releases");







		Menu1_9_2=new Array("News Letter (.pdf)","press_release.html","",0,18,150,"","","","","","",-1,-1,-1,"","News Letter");







		







		







		







	Menu1_10=new Array("Our Network","corp_ournetwork.html","",8,18,150,"","","","","","",-1,-1,-1,"","Our Network");







		

	





		Menu1_10_1=new Array("Offices","address/view_corp_infra.php?a_type=divisional_office&a_state_fk=1","",0,18,150,"","","","","","",-1,-1,-1,"","Offices");







		Menu1_10_2=new Array("Company Showrooms","address/view_corp_infra1.php","",0,18,150,"","","","","","",-1,-1,-1,"","Company Showrooms");







		Menu1_10_3=new Array("Dealers","dealers.html","",0,18,150,"","","","","","",-1,-1,-1,"","Dealers");







		Menu1_10_4=new Array("Service Centers","address/service_center.php","",0,18,150,"","","","","","",-1,-1,-1,"","Service Centers");







		Menu1_10_5=new Array("Spare Part Centers","corp_spare_part.html","",0,18,150,"","","","","","",-1,-1,-1,"","Spare Part Centers");







		Menu1_10_6=new Array("Warehouses","corp_godowns.php","",0,18,150,"","","","","","",-1,-1,-1,"","Warehouses");







		Menu1_10_7=new Array("Manufacturing Facilities","corp_manufacturing.html","",0,18,150,"","","","","","",-1,-1,-1,"","Manufacturing Facilities");







		Menu1_10_8=new Array("Sewing Schools","corp_sewing_schools.php","",0,18,150,"","","","","","",-1,-1,-1,"","Sewing Schools");







	







	







	







	Menu1_11=new Array("Our Alliances","","",2,18,150,"","","","","","",-1,-1,-1,"","Our Alliances");







		Menu1_11_1=new Array("Tie Ups","corp_tieups.html","",0,18,150,"","","","","","",-1,-1,-1,"","Tie Ups");







		Menu1_11_2=new Array("List of Selected Clients","corp_selected_clients.html","",0,18,150,"","","","","","",-1,-1,-1,"","List of Selected Clients");







		Menu1_12=new Array("Shareholder Information","corp_shareholder_info.html","",0,18,150,"","","","","","",-1,-1,-1,"","Shareholder Information");







		Menu1_13=new Array("RTI/STA Address","rti-sta.html","",0,18,150,"","","","","","",-1,-1,-1,"","RTI/STA Address");







		<!--Menu1_8=new Array("Distribution","javascript:NewWin=window.open(\"pdf/CMDMessage.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,18,150,"","","","","","",-1,-1,-1,"","Our Alliances");







		<!--Menu1_9=new Array("Code of Conduct","javascript:NewWin=window.open(\"pdf/CMDMessage.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,18,150,"","","","","","",-1,-1,-1,"","Our Alliances");-->-->







	//Menu1_8=new Array("Director's Report","javascript:NewWin=window.open(\"pdf/DirRep.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,18,180,"","","","","","",-1,-1,-1,"","Director's Report");







//	Menu1_9=new Array("Management Discussion & Analysis Report","javascript:NewWin=window.open(\"pdf/MngDisc.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,35,150,"","","","","","",-1,-1,-1,"","Management Discussion & Analysis Report");







//	Menu1_10=new Array("Corporate Governance","javascript:NewWin=window.open(\"pdf/CorpGov.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,18,150,"","","","","","",-1,-1,-1,"","Corporate Governance");







//	Menu1_11=new Array("Financial Results","#","",9,18,150,"","","","","","",-1,-1,-1,"","Financial Results");







//	Menu1_12=new Array("EGM Presentation","javascript:NewWin=window.open(\"pdf/EGM_Presentation.ppt\",\"NWin\");window[\"NewWin\"].focus()","",0,18,150,"","","","","","",-1,-1,-1,"","EGM Presentation");







//	Menu1_13=new Array("Purchase Statement","#","",2,18,150,"","","","","","",-1,-1,-1,"","Monthly Purchase Statement");







//	Menu1_14=new Array("Annual Report 2006-07","javascript:NewWin=window.open(\"pdf/Annual_Report_2006-07.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,18,150,"","","","","","",-1,-1,-1,"","Annual Report 2006-07");







//Menu1_11_1=new Array("March  2007","javascript:NewWin=window.open(\"pdf/PL032007.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,18,150,"","","","","","",-1,-1,-1,"","Financial Results");







//







//Menu1_11_2=new Array("December 2006","javascript:NewWin=window.open(\"pdf/Financial_Resultdec2006.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,18,150,"","","","","","",-1,-1,-1,"","Financial Results");







//	Menu1_11_3=new Array("September 2006","javascript:NewWin=window.open(\"pdf/FinRsult_0906.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,18,150,"","","","","","",-1,-1,-1,"","Financial Results");







//	Menu1_11_4=new Array("June 2006","javascript:NewWin=window.open(\"pdf/Financial_Resultjune2006.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,18,150,"","","","","","",-1,-1,-1,"","Financial Results");







//	Menu1_11_5=new Array("March 2006","javascript:NewWin=window.open(\"pdf/vinod.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,18,150,"","","","","","",-1,-1,-1,"","Financial Results");







//	Menu1_11_6=new Array("September 2005","javascript:NewWin=window.open(\"pdf/results30sept05.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,18,150,"","","","","","",-1,-1,-1,"","Financial Results");







//	Menu1_11_7=new Array("June 2005","javascript:NewWin=window.open(\"pdf/hy_fin_result_june2005.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,18,150,"","","","","","",-1,-1,-1,"","Financial Results");







//	Menu1_11_8=new Array("March 2005","javascript:NewWin=window.open(\"pdf/hy_fin_result_mar2005.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,18,150,"","","","","","",-1,-1,-1,"","Financial Results");







//	Menu1_11_9=new Array("December 2004","javascript:NewWin=window.open(\"pdf/hy_fin_result_dec2004.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,18,150,"","","","","","",-1,-1,-1,"","Financial Results");







//	







//Menu1_13_1=new Array("February 2007","javascript:NewWin=window.open(\"pdf/MPS_022007.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,18,150,"","","","","","",-1,-1,-1,"","Purchase Statement");







//Menu1_13_2=new Array("March 2007","javascript:NewWin=window.open(\"pdf/MPS_032007.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,18,150,"","","","","","",-1,-1,-1,"","Purchase Statement");	















Menu2=new Array("rollover?"+BaseHref+"images/hd_ourporducts.gif?"+BaseHref+"images/hd_ourporducts.gif","","",8,27,145,"","","","","","",-1,-1,-1,"","Our Products");







	







	Menu2_1=new Array("Electric Fans","","",8,20,160,"","","","","","",-1,-1,-1,"","Fans");



		Menu2_1_1=new Array("Product Range","pro_fans_range.html","",0,20,140,"","","","","","",-1,-1,-1,"","Product Range");

		Menu2_1_2=new Array("New Launches","usha-new-launches-fans-manufacturer-india.html","",0,20,140,"","","","","","",-1,-1,-1,"","New Launches");

		//Menu2_1_3=new Array("Hunter Collection","pro_hunter_collec.html","",0,20,140,"","","","","","",-1,-1,-1,"","New Launches");

		Menu2_1_3=new Array("Dealers Network","address/dealers.php?products=fan","",0,20,140,"","","","","","",-1,-1,-1,"","Dealers Network");


		Menu2_1_4=new Array("Press Ads","press-ads.html","",0,20,140,"","","","","","",-1,-1,-1,"","Press Ads");
		
		Menu2_1_5=new Array("POS/POP","pos-pop.html","",0,20,140,"","","","","","",-1,-1,-1,"","POS/POP");
		
		Menu2_1_6=new Array("Packaging","packaging.html","",0,20,140,"","","","","","",-1,-1,-1,"","Packaging");
		
		Menu2_1_7=new Array("TVCs","electric-fans-tvcs.html","",0,20,140,"","","","","","",-1,-1,-1,"","TVCs");
		
		Menu2_1_8=new Array("FAQ","faqs-indian-fans-manufacturer.html","",0,20,140,"","","","","","",-1,-1,-1,"","FAQ");







		















Menu2_2=new Array("Sewing Machines","","",8,20,140,"","","","","","",-1,-1,-1,"","Sewing Mahcines");

Menu2_2_1=new Array("Product Range","usha-indian-sewing-machines-exporter.html","",0,20,195,"","","","","","",-1,-1,-1,"","Sewing Mahcines");

Menu2_2_2=new Array("Video Demo","usha-indian-sewing-machines-exporter-demo-video.html","",0,20,140,"","","","","","",-1,-1,-1,"","Video Demo");


Menu2_2_3=new Array("New Launches","usha-indian-embroidery-sewing-machines-exporter-new-launches.html","",0,20,140,"","","","","","",-1,-1,-1,"","Sewing Mahcines");


Menu2_2_4=new Array("Dealers Network","address/dealers.php?product=sewing machines","",0,20,140,"","","","","","",-1,-1,-1,"","Dealers Network");


Menu2_2_5=new Array("Press Ads","press-ads-sewing-machine.html","",0,20,140,"","","","","","",-1,-1,-1,"","Press Ads");

Menu2_2_6=new Array("POS/POP","pos-pop-sewing-machines.html","",0,20,140,"","","","","","",-1,-1,-1,"","POS/POP");

Menu2_2_7=new Array("TVCs","sewing-machine-tvcs.html","",0,20,140,"","","","","","",-1,-1,-1,"","TVCs");

Menu2_2_8=new Array("FAQ","usha-indian-sewing-machines-exporter-faqs.html","",0,20,140,"","","","","","",-1,-1,-1,"","FAQ");







































	Menu2_3=new Array("Home Appliances & Inverters","","",4,20,145,"","","","","","",-1,-1,-1,"","Home Appliances");







		Menu2_3_1=new Array("Product Range","usha-inverters-home-appliances-supplier-India.html","",0,20,140,"","","","","","",-1,-1,-1,"","Product Range");







		Menu2_3_2=new Array("Dealers Network","address/dealers.php?product=appliances","",0,20,140,"","","","","","",-1,-1,-1,"","Dealers Network");







		Menu2_3_3=new Array("FAQ","usha-kitchen-home-appliances-supplier-india-faqs.html","",0,20,140,"","","","","","",-1,-1,-1,"","FAQ");







		Menu2_3_4=new Array("Recipe Corner","pro_homapp_recipe_corner.html","",0,20,140,"","","","","","",-1,-1,-1,"","Recipe Corner");







	







	







	







	Menu2_4=new Array("Engines & Pumpsets","","",4,20,140,"","","","","","",-1,-1,-1,"","Engines & Pumpsets");


		Menu2_4_1=new Array("Product Range","usha-indian-diesel-engine-pumpsets-exporter.html","",0,20,140,"","","","","","",-1,-1,-1,"","Product Range");


		Menu2_4_2=new Array("New Launches","usha-indian-diesel-engine-pumpsets-exporter-new-launches.html","",0,20,140,"","","","","","",-1,-1,-1,"","New Launches");


		Menu2_4_3=new Array("Press Ads","press-ads-power-products.html","",0,20,140,"","","","","","",-1,-1,-1,"","Press Ads");

		Menu2_4_4=new Array("POS/POP","pos-pop-power-products.html","",0,20,140,"","","","","","",-1,-1,-1,"","POS/POP");





		







	







	







	







	







	







	







	Menu2_5=new Array("Electrical Motors & Pumps","","",2,20,140,"","","","","","",-1,-1,-1,"","Electrical Motors & Pumps");







		Menu2_5_1=new Array("Product Range","usha-indian-electrical-motors-pumps-exporter.html","",0,20,140,"","","","","","",-1,-1,-1,"","Product Range");







		Menu2_5_2=new Array("FAQ","usha-indian-electrical-motors-pumps-exporter-faqs.html","",0,20,140,"","","","","","",-1,-1,-1,"","FAQ");







	







	







	







	







	







	Menu2_6=new Array("Drinking Water Coolers & Dispensers","","",4,40,140,"","","","","","",-1,-1,-1,"","Water Coolers & Air Conditioners");







	Menu2_6_1=new Array("Product Range","water-coolers-manufacturer-water-dispensers-exporter.html","",0,20,140,"","","","","","",-1,-1,-1,"","Product Range");




	Menu2_6_2=new Array("Press Ads","press-ads-water-coolers.html","",0,20,140,"","","","","","",-1,-1,-1,"","Press Ads");
	
	Menu2_6_3=new Array("POS/POP ","pos-pop-water-coolers.html","",0,20,140,"","","","","","",-1,-1,-1,"","POS/POP ");
	
		Menu2_6_4=new Array("FAQ","shriram-water-coolers-manufacturer-india-faqs.html","",0,20,140,"","","","","","",-1,-1,-1,"","FAQ");







		







		







		







	Menu2_7=new Array("Generators","","",2,20,140,"","","","","","",-1,-1,-1,"","Generators & Inverters");







		Menu2_7_1=new Array("Product Range","pro_silent_generator.html","",0,20,140,"","","","","","",-1,-1,-1,"","Product Range");







	Menu2_7_2=new Array("FAQ","pro_invertor_genset_faqs.html","",0,20,140,"","","","","","",-1,-1,-1,"","FAQ");









	Menu2_8=new Array("Others","","",2,20,140,"","","","","","",-1,-1,-1,"","Others");





	Menu2_8_1=new Array("Products Range","indian-auto-components-exporter.html","",0,20,140,"","","","","","",-1,-1,-1,"","Others Range");




	Menu2_8_2=new Array("Dealer Network","address/dealers.php?product=Auto%20products","",0,20,140,"","","","","","",-1,-1,-1,"","Dealer Network");







	







	







	/*Menu2_9=new Array("Other Business ","","",4,20,140,"","","","","","",-1,-1,-1,"","Other Business");















		Menu2_9_1=new Array("Product Range","","",0,20,140,"","","","","","",-1,-1,-1,"","Product Range");







		Menu2_9_2=new Array("New Launches","","",0,20,140,"","","","","","",-1,-1,-1,"","New Launches");







		Menu2_9_3=new Array("FAQ","","",0,20,140,"","","","","","",-1,-1,-1,"","FAQ");







		Menu2_9_4=new Array("Selling points","","",0,20,140,"","","","","","",-1,-1,-1,"","Selling points");*/























	







Menu3=new Array("rollover?"+BaseHref+"images/hd_customercare.gif?"+BaseHref+"images/hd_customercare.gif","","",7,27,145,"","","","","","",-1,-1,-1,"","LOAN");















	Menu3_1=new Array("Electric Fans","","",2,20,150,"","","","","","",-1,-1,-1,"","Electric Fans");







	







	Menu3_1_1=new Array("Service Locator","address/service_center.php","",0,20,140,"","","","","","",-1,-1,-1,"","Service Locator");







		Menu3_1_2=new Array("Complaint Registration","complaint_regis.html","",0,20,140,"","","","","","",-1,-1,-1,"","Complain Registration");







		







	







	







	







	







	







	







	Menu3_2=new Array("Sewing Machines","","",2,20,140,"","","","","","",-1,-1,-1,"","Sewing Machines");







		Menu3_2_1=new Array("Service Locator","servic_center_sewing_machine.html","",0,20,140,"","","","","","",-1,-1,-1,"","Service Locator");







		Menu3_2_2=new Array("Complaint Registration","complaint_regis_sew.html","",0,20,140,"","","","","","",-1,-1,-1,"","Complain Registration");







		







		







		







		







		







	







	Menu3_3=new Array("Home Appliances & Inverters","","",2,20,145,"","","","","","",-1,-1,-1,"","Home Appliances & Inverters");







	







	Menu3_3_1=new Array("Service Locator","address/service_center.php","",0,20,140,"","","","","","",-1,-1,-1,"","Service Locator");







		Menu3_3_2=new Array("Complaint Registration","complaint_regis_hom_app.html","",0,20,140,"","","","","","",-1,-1,-1,"","Complain Registration");







		







	







	







	







	Menu3_4=new Array("Engines & Pumpsets","","",2,20,140,"","","","","","",-1,-1,-1,"","Engines & Pumpsets");



	Menu3_4_1=new Array("Service Locator","servic_center_engin_pump.html","",0,20,140,"","","","","","",-1,-1,-1,"","Service Locator");







		Menu3_4_2=new Array("Complaint Registration","complaint_regis_eng_pump.html","",0,20,140,"","","","","","",-1,-1,-1,"","Complain Registration");







		







	







	







	







	







	







	Menu3_5=new Array("Electrical Motors & Pumps","","",2,20,140,"","","","","","",-1,-1,-1,"","Electrical Motors & Pumps");







	







	Menu3_5_1=new Array("Service Locator","servic_center_electric_pump.html","",0,20,140,"","","","","","",-1,-1,-1,"","Service Locator");







		Menu3_5_2=new Array("Complaint Registration","complaint_regis_elect_pump.html","",0,20,140,"","","","","","",-1,-1,-1,"","Complain Registration");







		







	







	







	







	







	







	Menu3_6=new Array("Drinking Water Coolers & Dispensers","","",3,40,140,"","","","","","",-1,-1,-1,"","Drinking Water Coolers & Dispensers");







	







		Menu3_6_1=new Array("Service Locator","servic_center_water_ac.html","",0,20,140,"","","","","","",-1,-1,-1,"","Service Locator");







		Menu3_6_2=new Array("Complaint Registration","complaint_regis_cool_ac.html","",0,20,140,"","","","","","",-1,-1,-1,"","Complain Registration");





		Menu3_6_3=new Array("Annual Maintenance Plan","annual_maintenance_plan.html","",0,20,140,"","","","","","",-1,-1,-1,"","Annual Maintenance Plan");







	







	







	







	







	







	







	







	Menu3_7=new Array("Generators","","",2,20,140,"","","","","","",-1,-1,-1,"","Generators");







	







	Menu3_7_1=new Array("Service Locator","servic_center_genrator.html","",0,20,140,"","","","","","",-1,-1,-1,"","Service Locator");







		Menu3_7_2=new Array("Complaint Registration","complaint_regis_gen_inv.html","",0,20,140,"","","","","","",-1,-1,-1,"","Complain Registration");







		







	







	







	







	







	//Menu3_8=new Array("Auto Componets","","",3,20,140,"","","","","","",-1,-1,-1,"","Auto Componets");







	







	//Menu3_8_1=new Array("Service Locator","","",0,20,140,"","","","","","",-1,-1,-1,"","Service Locator");







		//Menu3_8_2=new Array("Complain Registration","complaint_regis.html","",0,20,140,"","","","","","",-1,-1,-1,"","Complain Registration");







		//Menu3_8_3=new Array("Warranty & Standard Labour Charges","","",0,40,140,"","","","","","",-1,-1,-1,"","Warranty & Standard Labour Charges");







		







	







	







	//Menu3_9=new Array("Other Business","","",5,20,140,"","","","","","",-1,-1,-1,"","Other Business");







	







	//Menu3_9_1=new Array("Service Locator","","",0,20,140,"","","","","","",-1,-1,-1,"","Service Locator");







		//Menu3_9_2=new Array("Complain Registration","complaint_regis.html","",0,20,140,"","","","","","",-1,-1,-1,"","Complain Registration");







		//Menu3_9_3=new Array("Warranty & Standard Labour Charges","","",0,40,140,"","","","","","",-1,-1,-1,"","Warranty & Standard Labour Charges");







		//Menu3_9_4=new Array("Annual Maintenance Plan","","",0,20,140,"","","","","","",-1,-1,-1,"","Annual Maintenance Plan");







		//Menu3_9_5=new Array("AMC Registration","","",0,20,140,"","","","","","",-1,-1,-1,"","AMC Registration");







		







		







		















Menu4=new Array("rollover?"+BaseHref+"images/hd_hr.gif?"+BaseHref+"images/hd_hr.gif","","",4,27,145,"","","","","","",-1,-1,-1,"","NRI SERVICES");















	Menu4_1=new Array("Life @ Usha","hr_life_at_usha.html","",0,20,140,"","","","","","",-1,-1,-1,"","Human Resources");







	







	Menu4_2=new Array("Submit Your Resume","hr_submit_resume.html","",0,20,140,"","","","","","",-1,-1,-1,"","Human Resources");







	Menu4_3=new Array("Training & Development","hr_training.html","",0,20,140,"","","","","","",-1,-1,-1,"","Human Resources");







	Menu4_4=new Array("Employee Welfare","hr_welfare.html","",0,20,140,"","","","","","",-1,-1,-1,"","Human Resources");







			







			







		







	







Menu5=new Array("rollover?"+BaseHref+"images/hd_corporate.gif?"+BaseHref+"images/hd_corporate.gif","","images/bg_nav_bar.jpg",2,35,145,"","","","","","",-1,-1,-1,"","CUSTOMER SERVICES");







	







	Menu5_1=new Array("Corporate Social Responsibility","corp_social_responsibilty.html","",0,20,170,"","","","","","",-1,-1,-1,"","Citizens' Charter");







	







	Menu5_2=new Array("Other Initiatives","corp_Other_Initiatives.html","",0,20,170,"","","","","","",-1,-1,-1,"","Other Initiatives");		















	















Menu6=new Array("rollover?"+BaseHref+"images/hd_business.gif?"+BaseHref+"images/hd_business.gif","","",3,27,145,"","","","","","",-1,-1,-1,"","INVESTOR CENTER");







	







	Menu6_1=new Array("Exports","usha-indian-business-exports.html","",0,20,140,"","","","","","",-1,-1,-1,"","Exports");







	//Menu6_2=new Array("Imports","business_imports.html","",0,20,140,"","","","","","",-1,-1,-1,"","Imports");







	Menu6_2=new Array("Business Association/Enquiries","business_enq.html","",0,40,140,"","","","","","",-1,-1,-1,"","Business Association/Enquiries");







	Menu6_3=new Array("Offices","address/view_corp_infra.php?a_type=divisional_office&a_state_fk=1","",0,20,140,"","","","","","",-1,-1,-1,"","Offices");







		







		







	







Menu7=new Array("rollover?"+BaseHref+"images/hd_system.gif?"+BaseHref+"images/hd_system.gif","systems_technology.html","",0,27,131,"","","","","","",-1,-1,-1,"","PRIORITY SECTOR");







	







	//Menu7_1=new Array("IT Initiatives","","",0,20,131,"","","","","","",-1,-1,-1,"","IT Initiatives");







	//Menu7_2=new Array("R & D and Technology","","",0,20,140,"","","","","","",-1,-1,-1,"","R & D and Technology");







	//Menu7_3=new Array("Quality Philosophy","","",0,20,140,"","","","","","",-1,-1,-1,"","Quality Philosophys");







	//Menu7_4=new Array("Logistics","","",0,20,140,"","","","","","",-1,-1,-1,"","Logistics");







	







	







Menu8=new Array("rollover?"+BaseHref+"images/hd_contest.gif?"+BaseHref+"images/hd_contest.gif","contest.html","",0,27,131,"","","","","","",-1,-1,-1,"","Contest");







Menu9=new Array("rollover?"+BaseHref+"images/hd_discount.gif?"+BaseHref+"images/hd_discount.gif","discounts_schemes.html","",0,27,131,"","","","","","",-1,-1,-1,"","PRIORITY SECTOR");