	
	
	
	_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()){
	fontsize="65%";
	fontstyle="normal";
	fontweight="bold";
	fontfamily="Arial";
	menubgimage="images/backi.gif"
	separatorwidth="40%";
	padding=3;
	
	}
	
	
	with(XPMenuStyle=new mm_style()){
	bgcolor="D7DADD";
	oncolor="#FD0000";
	offbgcolor="feeb0f";
	offcolor="#363535";
	bordercolor="#ACACAC";
	borderstyle="solid";
	borderwidth=2;
	//separatorcolor="#F20B2C";
	//separatorpadding="2";
	//separatoralign="right";
	separatorwidth="20%";
	padding=2;
	fontsize="70%";
	fontstyle="normal";
	fontweight="bold";
	fontfamily="Arial";
	onborder="2.0px solid #F7941C";
	subimage="images/arrow.gif";
	overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#ABA000', Direction=135, Strength=5)";
	outfilter="randomdissolve(duration=0.2)";
	menubgimage="images/backi.gif";
	}
	
	
	with(scai=new menuname("Main Menu")){
	style=XPMainStyle;
	top=245;
	left=860;
	bgcolor="F3541D";
	alwaysvisible=1;
	orientation="vertical";
	margin=1;
	aI("image=images/hi.gif");
	aI("text= &nbsp;Indian Diaspora;url=http://www.indiandiaspora.nic.in;");
	aI("text= &nbsp;Karnataka Government &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=http://www.kar.nic.in;");
	aI("text= &nbsp;Karnataka Udyog Mitra;url=http://www.kumbangalore.com;");
	aI("text= &nbsp;KIADB;url=http://www.kiadb.kar.nic.in");
	aI("text= &nbsp;BMRDA-BBMP-BDA;showmenu=BB");
	aI("text= &nbsp;KUIDFC;url=http://www.kuidfc.com");
	aI("text= &nbsp;KSFC-KSIIDC;showmenu=KS;");
	aI("text= &nbsp;Kannada & Culture;url=http://www.kannadasiri.kar.nic.in");
	aI("text= &nbsp;Industry Associations;showmenu=industry");
	aI("text= &nbsp;RBI;url=http://www.rbi.org.in;");
	aI("text= &nbsp;Banks;showmenu=banks");
	aI("text= &nbsp;IT & Biotech;showmenu=it");
	aI("text= &nbsp;Focus Sectors;showmenu=sectors");
	
	
	
	}
	
	
	with(scai=new menuname("industry")){
	style=XPMenuStyle;
	margin=0;
	aI("text= &nbsp;FKCCI;url=http://www.fKCCI.org");	
	aI("text= &nbsp;CII;url=http://www.CII.in");
	aI("text= &nbsp;BCIC;url=http://www.bcic.org.in");
	aI("text= &nbsp;KASSIA&nbsp;&nbsp;;url=http://www.kassia.com");
	aI("text= &nbsp;CLIK;url=http://www.clikindia.co.in");
	aI("text= &nbsp;ACMA;url=http://www.acmainfo.com");
	aI("text= &nbsp;FIPB;url=http://finance.indiamart.com/investment_in_india/fipb.html");
	
	}
	with(scai=new menuname("sectors")){
	style=XPMenuStyle;
	margin=0;
	aI("text= &nbsp;IT & BT;url=it&bt.html");	
	aI("text= &nbsp; Manufacturing;url=manufacture.html");
	aI("text= &nbsp;Agro & Food Processing ;url=agro.html");
	aI("text= &nbsp;Textiles & Apparel;url=textile_apparel.htm");
	}
	
	with(scai=new menuname("BB")){
	style=XPMenuStyle;
	margin=0;
	aI("text= &nbsp;BMRDA&nbsp;&nbsp;;url=http://www.bmrda.kar.nic.in");
	aI("text= &nbsp;BBMP;url=http://www.bmponline.org");
	aI("text= &nbsp;BDA;url=http://www.BDAbangalore.org");
	
	}
	
	with(scai=new menuname("KS")){
	style=XPMenuStyle;
	margin=0;
	aI("text= &nbsp;KSFC;url=http://www.ksfc.in");
	aI("text= &nbsp;KSIIDC&nbsp;&nbsp;;url=http://www.ksiidc.com");
	
	
	
	}
	
	
	with(scai=new menuname("banks")){
	style=XPMenuStyle;
	margin=0;
	aI("text= &nbsp;Apex Bank &nbsp;&nbsp;;url=http://www.karnatakaapex.com");
	aI("text= &nbsp;Corporation Bank ;url=http://www.corpbank.com");
	aI("text= &nbsp;Canara Bank ;url=http://www.canarabank.com");
	aI("text= &nbsp;ING-Vysya Bank ;url=http://www.ingvysyabank.com/scripts/retailbanking.aspx");
	aI("text= &nbsp;Karnataka Bank  ;url=http://karnatakabank.com");
	aI("text= &nbsp;SBI&nbsp;&nbsp;;url=http://www.statebankofindia.com");
	aI("text= &nbsp;SBM;url=http://www.statebankofmysore.co.in");
	aI("text= &nbsp;Syndicate Bank ;url=http://www.syndicatebank.in");
	aI("text= &nbsp;Vijaya Bank ;url=http://www.vijayabank.com");
	
	}
	
	with(scai=new menuname("it")){
	style=XPMenuStyle;
	margin=0;
	aI("text= &nbsp;IT &nbsp;&nbsp;url=http://www.bangaloreit.in");
	aI("text= &nbsp;Bio Tech;url=http://www.bangalorebio.com");
	
	
	}
	
	drawMenus();
	
