	
	
	
	_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
	_menuOpenDelay=150            // The time delay before menus open on mouse over
	_followSpeed=5                // Follow scrolling speed
	_followRate=50                // Follow scrolling Rate
	_subOffsetTop=2               // Sub menu top offset
	_subOffsetLeft=-10            // Sub menu left offset
	_scrollAmount=3               // Only needed for Netscape 4.x
	_scrollDelay=20               // Only needed for Netcsape 4.x
	
	
	
	with(XPMainStyle=new mm_style()){
	
	}
	
	
	with(XPMenuStyle=new mm_style()){
	separatorpadding="1";
	separatoralign="left";
	separatorwidth="10%";
	padding=1;
	image="";
	fontsize="70%";
	fontstyle="normal";
	fontweight="bold";
	fontfamily="Arial";
	subimage="images/arrow.gif";
	onborder="1px solid #4C052F";
	overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
	outfilter="randomdissolve(duration=0.5)";
	menubgimage="images/backi.gif";
	}
	
	
	with(scai=new menuname("Main Menu")){
	style=XPMainStyle;
	top=530;
	left=710;
	fontfamily="Arial";
	bgcolor="F3541D";
	alwaysvisible=1;
	orientation="vertical";
	margin=1;
	aI("image=images/img93.gif;showmenu=sectors");
	
	}
                  
                  with(scai=new menuname("sectors")){
	style=XPMenuStyle;
	margin=0;
	aI("image=images/04.gif;url=it&bt.html");	
	aI("image=images/05.gif;url=manufacture.html");
	aI("image=images/03.gif;url=agro.html");
	aI("image=images/06.gif;url=texttile_kannada.htm");
	}
		
	
	drawMenus();
	
