
//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

oCMenu.frames=0

//Menu properties   
oCMenu.pxBetween=0
if((screen.width == 800) && (screen.height == 600 ))
{	oCMenu.fromLeft=30
}
else
{	oCMenu.fromLeft=150 
}
oCMenu.fromTop=90
oCMenu.rows=1 
oCMenu.menuPlacement="left"
                                                             
oCMenu.offlineRoot="file:///C|/temp/stb/scripts/coolmenus/" 
oCMenu.onlineRoot="../scripts/coolmenus/" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=0
oCMenu.barWidth="100%"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX=0 
oCMenu.barY=0
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

//Level properties - ALL properties have to be specified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=110
oCMenu.level[0].height=18 
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=0
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=5
oCMenu.level[0].offsetY=23
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=4
oCMenu.level[0].arrowHeight=6
oCMenu.level[0].align="center"

//dynamic effect (controllable for each level)
oCMenu.level[0].clippx=1000
oCMenu.level[0].cliptim=10
//special animation filters (IE5.5+ only, controllable for each level)
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)" 

//Other special animation filters (IE5.5+ only, controllable for each level)
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Wheel(duration=0.5,spokes=5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Barn(duration=0.5,orientation=horizontal)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Blinds(duration=0.5,bands=5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.CheckerBoard(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.GradientWipe(duration=0.5,wipeStyle=0)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Iris(duration=0.5,irisStyle=STAR)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Iris(duration=0.5,irisStyle=CIRCLE)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Pixelate(duration=0.5,maxSquare=40)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Wheel(duration=0.5,spokes=5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Spiral(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Stretch(duration=0.5,stretchStyle=push)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Strips(duration=0.5,motion=rightdown)"


//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=oCMenu.level[0].width-4
oCMenu.level[1].height=16
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=0
oCMenu.level[1].offsetY=2
oCMenu.level[1].borderClass="clLevel1border"
//dynamic effect
oCMenu.level[1].clippx=1000
oCMenu.level[1].cliptim=10
//special animation filters
//oCMenu.level[1].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)" 

//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to specify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[2].width=150
oCMenu.level[2].height=16
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=2

oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].borderClass="clLevel2border"


/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/


//baseUrl = "http://207.106.22.9/maricoindia";
baseUrl = "./../../../../";
//-----------start of mfprouct menu---------------
oCMenu.makeMenu('top0','','','','','122','39',baseUrl+'/newsite/images/mfproducts.gif')
			oCMenu.makeMenu('sub10','top0','Nifty BeES <div id="Layer26" style="position:absolute; left:122px; top:2px; width:4px; height:4px; z-index:72"><img src="http://www.benchmarkfunds.com/newsite/images/bullet.gif"></div>','','','130')
						oCMenu.makeMenu('sub99','sub10','Overview','http://benchmarkfunds.com/newsite/niftybees.cgi','','130')
						oCMenu.makeMenu('sub100','sub10','Factsheet','http://benchmarkfunds.com/newsite/factsheet.cgi','','130')
						oCMenu.makeMenu('sub101','sub10','Corporate Action','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi?filename=nifty_corporate.htm','','130')
						//oCMenu.makeMenu('sub102','sub10','Creation Unit','http://www.benchmarkfunds.com/newsite/cashcomponent/index.cgi','','130')
						oCMenu.makeMenu('sub103','sub10','Index Constituents','http://www.benchmarkfunds.com/newsite/indexconstituents/index.cgi','','130')
						//oCMenu.makeMenu('sub103','sub10','Authorised Participant','http://benchmarkfunds.com/newsite/static/staticinfo.cgi/query?filename=authorized.htm','','130')
						oCMenu.makeMenu('sub104','sub10','Downloads','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi?filename=niftydownloads.htm','','130')
								//oCMenu.makeMenu('sub1041','sub104','Offer Document','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi?filename=under_con.htm','','200')
								//oCMenu.makeMenu('sub1042','sub104','Addendum to offer Doc','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi?filename=under_con.htm','','200')
								//oCMenu.makeMenu('sub1043','sub104','Key Info Memorandum','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi?filename=under_con.htm','','200')
						
						//oCMenu.makeMenu('sub105','sub10','Newsletter','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi/query?filename=nnewsletter.htm','','130')
				
			oCMenu.makeMenu('sub11','top0','Junior BeES<div id="Layer26" style="position:absolute; left:122px; top:2px; width:4px; height:4px; z-index:72"><img src="http://www.benchmarkfunds.com/newsite/images/bullet.gif"></div>','','','130')
						oCMenu.makeMenu('sub109','sub11','Overview','http://benchmarkfunds.com/newsite/juniorbees.cgi','','130')
						oCMenu.makeMenu('sub110','sub11','Factsheet','http://benchmarkfunds.com/newsite/factsheet1.cgi','','130')
						oCMenu.makeMenu('sub111','sub11','Corporate Action','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi?filename=junior_corporate.htm','','130')
						//oCMenu.makeMenu('sub112','sub11','Creation Unit','http://www.benchmarkfunds.com/newsite/cashcomponent/junindex.cgi','','130')
						oCMenu.makeMenu('sub113','sub11','Index Constituents','http://www.benchmarkfunds.com/newsite/indexconstituents/junindex.cgi','','130')
						//oCMenu.makeMenu('sub113','sub11','Authorised Participant','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi/query?filename=junauthorized.htm','','130')
						oCMenu.makeMenu('sub114','sub11','Downloads','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi?filename=jundownloads.htm','','130')
						//oCMenu.makeMenu('sub115','sub11','Newsletter','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi/query?filename=jnewsletter.htm','','130')

			oCMenu.makeMenu('sub13','top0','Liquid BeES<div id="Layer26" style="position:absolute; left:122px; top:2px; width:4px; height:4px; z-index:72"><img src="http://www.benchmarkfunds.com/newsite/images/bullet.gif"></div>','','','130')
						oCMenu.makeMenu('sub119','sub13','Overview','http://benchmarkfunds.com/newsite/liquidbees.cgi','','130')				
						oCMenu.makeMenu('sub120','sub13','Factsheet','http://benchmarkfunds.com/newsite/factsheet2.cgi','','130')
						oCMenu.makeMenu('sub121','sub13','Downloads','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi?filename=liqdownloads.htm','','130')

			oCMenu.makeMenu('sub12','top0','Bank BeES<div id="Layer26" style="position:absolute; left:122px; top:2px; width:4px; height:4px; z-index:72"><img src="http://www.benchmarkfunds.com/newsite/images/bullet.gif"></div>','','','130')
						oCMenu.makeMenu('sub129','sub12','Overview','http://benchmarkfunds.com/newsite/bankbees.cgi','','130')
						oCMenu.makeMenu('sub130','sub12','Factsheet','http://benchmarkfunds.com/newsite/bank_factsheet.cgi','','130')
						oCMenu.makeMenu('sub131','sub12','Index Constituents','http://www.benchmarkfunds.com/newsite/indexconstituents/bankindex.cgi','','130')
						oCMenu.makeMenu('sub132','sub12','Downloads','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi?filename=bankdownloads.htm','','130')

						
			//oCMenu.makeMenu('sub14','top0','Fund of funds&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="http://www.benchmarkfunds.com/newsite/images/bullet.gif">','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi?filename=under_con.htm','','130')
						//oCMenu.makeMenu('sub140','sub14','Downloads','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi?filename=under_con.htm','','130')

			oCMenu.makeMenu('sub14','top0','Derivative Fund<div id="Layer26" style="position:absolute; left:122px; top:2px; width:4px; height:4px; z-index:72"><img src="http://www.benchmarkfunds.com/newsite/images/bullet.gif"></div>','','','130')
						oCMenu.makeMenu('sub139','sub14','Overview','http://www.benchmarkfunds.com/newsite/deri_fund.cgi','','130')
						oCMenu.makeMenu('sub140','sub14','Factsheet','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi?filename=under_con.htm','','130')
						oCMenu.makeMenu('sub141','sub14','Downloads','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi?filename=dirdownload.htm','','130')

			oCMenu.makeMenu('sub15','top0','Split Capital Fund<div id="Layer26" style="position:absolute; left:122px; top:2px; width:4px; height:4px; z-index:72"><img src="http://www.benchmarkfunds.com/newsite/images/bullet.gif"></div>','','','130')
						oCMenu.makeMenu('sub150','sub15','Downloads','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi?filename=split_capital.htm','','130')
//-------------End of mfproduct menu----------------

//-------------Start of PMS----------------------

oCMenu.makeMenu('top1','','','','','57','39',baseUrl+'/newsite/images/pms.jpg','','','','center')

			oCMenu.makeMenu('sub20','top1','Nifty Strap<div id="Layer26" style="position:absolute; left:92px; top:2px; width:4px; height:4px; z-index:72"><img src="http://www.benchmarkfunds.com/newsite/images/bullet.gif"></div>','','','100')
			oCMenu.makeMenu('sub199','sub20','Overview','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi?filename=niftystrap.htm','','130')
			oCMenu.makeMenu('sub200','sub20','Download','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi?filename=benchmark.htm','','130')

			oCMenu.makeMenu('sub21','top1','Capps<div id="Layer26" style="position:absolute; left:92px; top:2px; width:4px; height:4px; z-index:72"><img src="http://www.benchmarkfunds.com/newsite/images/bullet.gif"></div>','','','100')
			oCMenu.makeMenu('sub209','sub21','Overview','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi?filename=capps.htm','','130')
			oCMenu.makeMenu('sub210','sub21','Download','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi?filename=under_con.htm','','130')

				
//-----------End of pms-------------
//-------------start 0f Data & tools-------------

oCMenu.makeMenu('top2','','','','','117','39',baseUrl+'/newsite/images/datatools.jpg','','','','center')
			
			oCMenu.makeMenu('sub31','top2','NAV','http://www.benchmarkfunds.com/newsite/historicalprices/historical.cgi','','120')
			//oCMenu.makeMenu('sub310','sub31','Downloads','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi?filename=under_con.htm','','130')		
				
			//oCMenu.makeMenu('sub32','top2','Fund of Funds <img src="http://www.benchmarkfunds.com/newsite/images/bullet.gif">','','','100')
			
			//oCMenu.makeMenu('sub320','sub32','Daily','http://www.benchmarkfunds.com/newsite/FOF/dailynav.cgi','','100')
			//oCMenu.makeMenu('sub320','sub32','NAV','http://www.benchmarkfunds.com/newsite/FOF/historicnav.cgi','','100')

			//oCMenu.makeMenu('sub33','top2','Sitemap','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi?filename=under_con.htm','','100')

			oCMenu.makeMenu('sub34','top2','ETF\'s Trading Details','http://www.benchmarkfunds.com/newsite/tradingdetails/trading.cgi','','120')
			
			
			
//-------------End of Data & tools---------------
//------------start of knowledge center----------------

oCMenu.makeMenu('top3','','','','','147','39',baseUrl+'/newsite/images/knowledge_center.jpg','','','','center')
			oCMenu.makeMenu('sub40','top3','FAQ<div id="Layer26" style="position:absolute; left:132px; top:2px; width:4px; height:4px; z-index:72"><img src="http://www.benchmarkfunds.com/newsite/images/bullet.gif"></div>','','','140')

					oCMenu.makeMenu('sub401','sub40','ETFs','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi/query?filename=faq_etfs.htm','','130')
					oCMenu.makeMenu('sub402','sub40','BeES','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi/query?filename=bees.htm','','130')
					//oCMenu.makeMenu('sub403','sub40','Nifty BeEs','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi?filename=under_con.htm','','130')
					
					oCMenu.makeMenu('sub41','top3','Mutual Fund Basics<div id="Layer26" style="position:absolute; left:132px; top:2px; width:4px; height:4px; z-index:72"><img src="http://www.benchmarkfunds.com/newsite/images/bullet.gif"></div>','','','140')
					
					oCMenu.makeMenu('sub410','sub41','Investor Education','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi?filename=investment_edu.htm','','130')

					//	oCMenu.makeMenu('sub42','top3','Cost v/s Returns','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi?filename=under_con.htm','','140')		
					oCMenu.makeMenu('sub42','top3','Articles','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi?filename=articleslink.htm','','140')
					oCMenu.makeMenu('sub43','top3','Links','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi?filename=links.htm','','140')

//-----------------End of Knowledge center------------------
//----------Start of About Us---------------------------

oCMenu.makeMenu('top4','','','','','105','39',baseUrl+'/newsite/images/aboutus.jpg')
			oCMenu.makeMenu('sub50','top4','Our Philosophy','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi?filename=our_philosophy.htm','','120')
			oCMenu.makeMenu('sub51','top4','Board of AMC','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi/query?filename=board_directors.htm','','120')
			oCMenu.makeMenu('sub52','top4','Board of Trustees','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi/query?filename=board_trustees.htm','','120')
			oCMenu.makeMenu('sub53','top4','Key Personnel','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi/query?filename=key_personnel.htm','','120')
			oCMenu.makeMenu('sub54','top4','Financials','http://www.benchmarkfunds.com/newsite/financials.cgi','','120')
					
//------------End of About us-------------------------

oCMenu.makeMenu('top5','','','http://www.benchmarkfunds.com/newsite/static/staticinfo.cgi?filename=contactus.htm','','101','38',baseUrl+'/newsite/images/contactus.jpg')
//Leave this line - it constructs the menu
oCMenu.construct()	
