_menuCloseDelay=500;          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=3;            // The time delay before menus open on mouse over
_subOffsetTop=5;              // Sub menu top offset
_subOffsetLeft=-2;             // Sub menu left offset

	// Top Menu Bar
with(menuStyleL=new mm_style()){
	offbgcolor="#5C5C5C";
	offcolor="#FFFFFF";
	onbgcolor="#262626";
	oncolor="#FFFFFF";
	bordercolor="#C3C2C2";
	borderstyle="solid";
	borderwidth=1; 
	separatorcolor="#FFFFFF";
	separatorsize="1";
	padding=4;
	fontsize="70%";
	fontstyle="normal";
	fontfamily="Tahoma";
	pagecolor="#096100";
	pagebgcolor="#ABE79F";
	headercolor="#096100";
	headerbgcolor="#070909";
	subimagepadding="2";
	overfilter="Wipe(GradientSize=1.0,wipeStyle=1,motion=forward,enabled=0,Duration=0.62,a);Shadow(color='#000000', Direction=130, Strength=1)";
}


	
				
		with(link=new menuname("1")){    
		style=menuStyleL;
		overflow="scroll";
			aI("text=<font class=links>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Energid &nbsp;&nbsp;</font>;url=html/products.htm");  	
			aI("text=<font class=links>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other Products - Robots &nbsp;</font>;url=html/other-products.htm");
			aI("text=<font class=links>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other Products - Spares &nbsp;</font>;url=html/other-products1.htm");
		}   
				
		 
		with(link=new menuname("2")){    
		style=menuStyleL;
		overflow="scroll";
			aI("text=<font class=links>&nbsp;&nbsp;&nbsp;&nbsp;Browse by Status&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>;url=#;target=_self");  	
			aI("text=<font class=links>&nbsp;&nbsp;&nbsp;&nbsp;Take a Visual Tour&nbsp;&nbsp;&nbsp;</font>;url=#;target=_self");
			aI("text=<font class=links>&nbsp;&nbsp;&nbsp;&nbsp;Download e-Brochure&nbsp;&nbsp;&nbsp;</font>;url=#;target=_self");
		
		}   
		 
		 with(link=new menuname("3")){    
		style=menuStyleL;
		overflow="scroll";
			aI("text=<font class=links>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Things you need to know&nbsp;&nbsp;&nbsp;</font>;url=#");  	
			aI("text=<font class=links>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Why invest in Kerala?&nbsp;&nbsp;</font>;url=#");
			aI("text=<font class=links>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NRI Purchase Tips&nbsp;&nbsp;</font>;url=#");
			aI("text=<font class=links>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Customer Experiences&nbsp;&nbsp;</font>;url=#");

		}
		 
		 
drawMenus();