 
		/***************************************************************************** 
		Default browsercheck - Leave this one 
		******************************************************************************/ 
		function lib_bwcheck(){ //Browsercheck (needed) 
			this.ver=navigator.appVersion; this.agent=navigator.userAgent 
			this.dom=document.getElementById?1:0 
			this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0; 
			this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom)?1:0; 
			this.ie4=(document.all && !this.dom)?1:0; 
			this.ie=this.ie4||this.ie5||this.ie6 
			this.mac=this.agent.indexOf("Mac")>-1 
			this.opera5=this.agent.indexOf("Opera 5")>-1 
			this.ns8=(this.dom && parseInt(this.ver) >= 5) ?1:0;  
			this.ns4=(document.layers && !this.dom)?1:0; 
			this.bw=(this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5 || this.dom) 
			return this 
		} 
		var bw=new lib_bwcheck() //Making browsercheck object 

		var mDebugging=2 //General debugging variable. Set to 0 for no debugging, 1 for alerts or 2 for status debugging. 
		oCMenu=new makeCoolMenu("oCMenu") //Making the menu object. Argument: menuname 
		oCMenu.useframes=0 //Do you want to use the menus as coolframemenu or not? (in frames or not) - Value: 0 || 1 
		oCMenu.frame="frmMain" //The name of your main frame (where the menus should appear). Leave empty if you're not using frames - Value: "main_frame_name" 
		oCMenu.useclick=0 //If you want the menu to be activated and deactivated onclick only set this to 1. - Value: 0 || 1 
		oCMenu.useNS4links=1   
		oCMenu.NS4padding=2  
		oCMenu.checkselect=1 
		oCMenu.offlineUrl="file:///C/Inetpub/wwwroot/dhtmlcentral/" //Value: "path_to_menu_file_offline/" 
		//The onlineUrl variable is the online path to your script. Place in the full path to where your js file is. Remember to end with a slash. 
		oCMenu.onlineUrl="http://www.dhtmlcentral.com/coolmenus/examples/withoutframes/" //Value: "path_to_menu_file_online/" 
 
		oCMenu.pagecheck=1 //Do you want the menu to check whether any of the subitems are out of the bouderies of the page and move them in again (this is not perfect but it hould work) - Value: 0 || 1 
		oCMenu.checkscroll=0 //Do you want the menu to check whether the page have scrolled or not? For frames you should always set this to 1. You can set this to 2 if you want this feature only on explorer since netscape doesn't support the window.onscroll this will make netscape slower (only if not using frames) - Value: 0 || 1 || 2 
		oCMenu.resizecheck=1 //Do you want the page to reload if it's resized (This should be on or the menu will crash in Netscape4) - Value: 0 || 1 
		oCMenu.wait=500 //How long to wait before hiding the menu on mouseout. Netscape 6 is a lot slower then Explorer, so to be sure that it works good enough there you should not have this lower then 500 - Value: milliseconds 
 
		//Background bar properties 
		oCMenu.usebar=1 //If you want to use a background-bar for the top items set this on - Value: 1 || 0 
		oCMenu.barcolor="#C9D77E"  // "#F2C08A" //The color of the background bar - Value: "color" 
		oCMenu.barwidth="menu"  //"50%" //The width of the background bar. Set this to "menu" if you want it to be the same width as the menu. (this will change to match the border if you have one) - Value: px || "%" || "menu" 
		oCMenu.barheight="menu" //The height of the background bar. Set this to "menu" if you want it to be the same height as the menu. (this will change to match the border if you have one) - Value: px || "%" || "menu" 
		oCMenu.barx="menu" //The left position of the bar. Set this to "menu" if you want it be the same as the left position of the menu. (this will change to match the border if you have one)  - Value: px || "%" || "menu" 
		oCMenu.bary="menu" //The top position of the bar Set this to "menu" if you want it be the same as the top position of the menu. (this will change to match the border if you have one)  - Value: px || "%" || "menu" 
		oCMenu.barinheritborder=0 //Set this to 1 if you want the bar to have the same border as the top menus - Value: 0 || 1 
 
		oCMenu.rows=0 //This controls whether the top items is supposed to be laid out in rows or columns. Set to 0 for columns and 1 for row - Value 0 || 1 
		oCMenu.fromleft=13//This is the left position of the menu. (Only in use if menuplacement below is 0 or aligned) (will change to adapt any borders) - Value: px || "%" 
		oCMenu.fromtop=154//This is the left position of the menu. (Only in use if menuplacement below is 0 or aligned) (will change to adapt any borders) - Value: px || "%" 
		oCMenu.pxbetween=0 //How much space you want between each of the top items. - Value: px || "%" 
 
		oCMenu.menuplacement=0 
 
 
		oCMenu.level[0]=new Array() //Add this for each new level 
		oCMenu.level[0].width=180//The default width for each level[0] (top) items. You can override this on each item by spesifying the width when making the item. - Value: px || "%" 
		oCMenu.level[0].height=20 //The default height for each level[0] (top) items. You can override this on each item by spesifying the height when making the item. - Value: px || "%" 
		oCMenu.level[0].bgcoloroff="C9D77E" //The default background color for each level[0] (top) items. You can override this on each item by spesifying the backgroundcolor when making the item. - Value: "color" 
		oCMenu.level[0].bgcoloron="C9D77E" //The default "on" background color for each level[0] (top) items. You can override this on each item by spesifying the "on" background color when making the item. - Value: "color" 
		oCMenu.level[0].textcolor="green" //The default text color for each level[0] (top) items. You can override this on each item by spesifying the text color when making the item. - Value: "color" 
		oCMenu.level[0].hovercolor="maroon" //The default "on" text color for each level[0] (top) items. You can override this on each item by spesifying the "on" text color when making the item. - Value: "color" 
		oCMenu.level[0].style="padding-top:2px;FONT-WEIGHT:bold;align:center;font-family:tahoma; font-size:12px;" //The style for all level[0] (top) items. - Value: "style_settings" 
		oCMenu.level[0].border=0 //The border size for all level[0] (top) items. - Value: px 
		oCMenu.level[0].bordercolor="green" //The border color for all level[0] (top) items. - Value: "color" 
		oCMenu.level[0].offsetX=180 //The X offset of the submenus of this item. This does not affect the first submenus, but you need it here so it can be the default value for all levels. - Value: px 
		oCMenu.level[0].offsetY=-22 //The Y offset of the submenus of this item. This does not affect the first submenus, but you need it here so it can be the default value for all levels. - Value: px 
		oCMenu.level[0].NS4font="tahoma" 
		oCMenu.level[0].NS4fontSize="2" 
 
		/*New: Added animation features that can be controlled on each level.*/ 
		oCMenu.level[0].clip=1 //Set this to 1 if you want the submenus of this level to "slide" open in a animated clip effect. - Value: 0 || 1 
		oCMenu.level[0].clippx=15 //If you have clip spesified you can set how many pixels it will clip each timer in here to control the speed of the animation. - Value: px  
		oCMenu.level[0].cliptim=50 //This is the speed of the timer for the clip effect. Play with this and the clippx to get the desired speed for the clip effect (be carefull though and try and keep this value as high or possible or you can get problems with NS4). - Value: milliseconds 
		//Filters - This can be used to get some very nice effect like fade, slide, stars and so on. EXPLORER5.5+ ONLY - If you set this to a value it will override the clip on the supported browsers 
		//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)" //VALUE: 0 || "filter specs" 
		//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.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.RadialWipe(duration=0.5)" 
		//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.RandomBars(duration=0.5,orientation=vertical)" 
		//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)" 
 
		oCMenu.level[0].align="bottom" //Value: "top" || "bottom" || "left" || "right"  
 
		//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to spesify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this 
		oCMenu.level[1]=new Array() //Add this for each new level (adding one to the number) 
		oCMenu.level[1].width=oCMenu.level[0].width+55 
		oCMenu.level[1].height=17 
		oCMenu.level[1].style="padding:1px; font-family:tahoma; font-size:11px;"  
		oCMenu.level[1].align="centre"  
		//oCMenu.level[1].bgcoloroff="#F0F0F0" //#000387
		//oCMenu.level[1].bgcoloron="#F0F0F0" //#99C9F8
		oCMenu.level[1].offsetX=-(oCMenu.level[0].width-2)/2+45
        oCMenu.level[1].offsetY=0
		oCMenu.level[1].border=1 
		 
		//oCMenu.level[1].bordercolor="blue" 
		oCMenu.level[1].bgcoloron="#C9D77E" //#5A51D6
		oCMenu.level[1].bgcoloroff="#F1F5DF" //CFD8FA
		oCMenu.level[1].bordercolor="black" 
		oCMenu.level[1].textcolor="black" //The default text color for each level[0] (top) items. You can override this on each item by spesifying the text color when making the item. - Value: "color" 
		oCMenu.level[1].hovercolor="maroon"  //
		//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this 
		//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify 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 Array() //Add this for each new level (adding one to the number) 
		oCMenu.level[2].width=oCMenu.level[1].width+55 
		oCMenu.level[2].height=20 
		oCMenu.level[2].bgcoloroff="#F1F5DF" 
		oCMenu.level[2].bgcoloron="#D0E3A8" 
		oCMenu.level[2].hovercolor="maroon" 
		oCMenu.level[2].style="padding:1px; font-family:tahoma,arial,helvetica; font-size:6px;" 
		oCMenu.level[2].align="center"  
		oCMenu.level[2].offsetX=0 
		oCMenu.level[2].offsetY=0 
		oCMenu.level[2].border=1  
		oCMenu.level[2].bordercolor="#000000" 
		oCMenu.level[2].NS4font="tahoma,arial,helvetica" 
		oCMenu.level[2].NS4fontSize="1" 
  
			

oCMenu.makeMenu('top2','','<img style="position:left;left:2;top:0.5" height="16"src="images/mainbu1.gif">  Campus Facilities','cf.htm','',155)

  // oCMenu.makeMenu('cSrwy ftyk % ,d utj','top2','cSrwy ftyk % ,d utj','About.htm','',125)
  // oCMenu.makeMenu(',d lkekU;','top2',',d lkekU;','location.htm','',125)
 //  oCMenu.makeMenu('cSrwy ftys dk bfrgkl','top2','cSrwy ftys dk bfrgkl','history.htm','',125)
  // oCMenu.makeMenu('LFkyd`fr','top2','LFkyd`fr','geography.htm','',125)
  // oCMenu.makeMenu('iapk;rh jkt','top2','iapk;rh jkt dk m)s\';','objectives.htm','',125)
			
oCMenu.makeMenu('top3','','<img style="position:left;left:2;top:0.5" height="16"src="images/mainbu1.gif">  Organizational Setup','os.htm','',155)
oCMenu.makeMenu('top4','','<img style="position:left;left:2;top:0.5" height="16"src="images/mainbu1.gif">  Administrative Setup','Admin-setup.htm','',155)
oCMenu.makeMenu('cSrwy ftyk % ,d utj','top4','Board of Governors','board-Governers.htm','',155)
oCMenu.makeMenu(',d lkekU;1','top4','Research Advisory Committee','rac.htm','',155)
  

oCMenu.makeMenu('top5','','<img style="position:left;left:2;top:0.5" height="16"src="images/mainbu1.gif"> Research Branches','Rese-Bran.htm','',155)
oCMenu.makeMenu('Lo.kZ t;arh','top5','Biodiversity','BIODIVERSITY.htm','',200)
oCMenu.makeMenu('lEiw.kZ xzkeh.k jkstxkj ;kstuk','top5','Forest Botany','Forest-Botany.htm','',200)
oCMenu.makeMenu('bafnjk vkokl ;kstuk','top5','Forest Ecology & Environment','fee.htm','',200)
oCMenu.makeMenu('jk"Vªh; dke','top5','Forest Genetics','fg.htm','',200)
oCMenu.makeMenu('jktho xka/kh','top5','Forest Mensuration & Statistics','FMS.htm','',200)
oCMenu.makeMenu('11okWa foRr vk;ksx','top5','Seed','SEED.htm','',200)
oCMenu.makeMenu('jk"Vªh; ifjokj lgk;rk ;kstuk','top5','Silviculture','SILVICULTURE.htm','',200)
oCMenu.makeMenu('flVhtu pkVZj','top5','Social Economics & Marketing','sem.htm','',200)
oCMenu.makeMenu('nhun;ky xksdqy xzke ;kstuk','top5','Tree Improvement','ti.htm','',200)
oCMenu.makeMenu('nhun;ky xksdqy xzke ;kstuk1','top5','Extension, Consultancy & Training','ECT.htm','',200)
oCMenu.makeMenu('nhun;ky xksdqy xzke ;kstuk2','top5','Computer & IT','CIT.htm','',200)
oCMenu.makeMenu('nhun;ky xksdqy xzke ;kstuk3','top5','Library & Documentation','ld.htm','',200)

oCMenu.makeMenu('top6','','<img style="position:left;left:2;top:0.5" height="16"src="images/mainbu1.gif">  Research Activities','ra.htm','',155)

 oCMenu.makeMenu('top7','','<img style="position:left;left:2;top:0.5" height="16"src="images/mainbu1.gif">  Mission/Goal','mission.htm','',155)
oCMenu.makeMenu('Objectives1','top7','Mission','Mission.htm','',145)
oCMenu.makeMenu('Objectives2','top7','Goal','Goal.htm','',145)
oCMenu.makeMenu('Objectives3','top7','Thrust Areas','ta.htm','',145)
oCMenu.makeMenu('Objectives4','top7','Future Research Priorities','frp.htm','',145) 	
oCMenu.makeMenu('top8','','<img style="position:left;left:2;top:0.5" height="16"src="images/mainbu1.gif">  Museum & Gallery','photogallery.htm','',155)		     
		
oCMenu.makeMenu('top9','','<img style="position:left;left:2;top:0.5" height="16"src="images/mainbu1.gif">  Extension Activities','','',155)

    //oCMenu.makeMenu('cSrwy ,DokQj fjpkftZx flLVe','top9','Publications','EA-P.htm','',100)
    oCMenu.makeMenu('etnwj cus ekfyd','top9','Extension Bulletins','ea-eb.htm','',100)
    oCMenu.makeMenu('vkfnoklh efgyk,Wa m|eh cuh','top9','Extension Series','ea-es.htm','',100)
   
oCMenu.makeMenu('top10','','<img style="position:left;left:2;top:0.5" height="16"src="images/mainbu1.gif">  Publications','EA-P.htm','',170)
oCMenu.makeMenu('top11','','<img style="position:left;left:2;top:0.5" height="16"src="images/mainbu1.gif">  Services Rendered','Service-Rendered.htm','',170)
oCMenu.makeMenu('vkfnoklh e','top11','Trainings','tc-trl.htm','',200)
oCMenu.makeMenu('etnwj cus eyd12','top11','Consultancies provided by the Institute','tc-cpi.htm','',200)
oCMenu.makeMenu('etnwj cus eyd11','top11','Others Services rendered by the institute','tc-sri.htm','',200)
   

oCMenu.makeMenu('top12','','<img style="position:left;left:2;top:0.5" height="15"src="images/mainbu1.gif"> Forthcoming Events','forthcoming.htm','',170)
oCMenu.makeMenu('top13','','<img style="position:left;left:2;top:0.5" height="15"src="images/mainbu1.gif"> Market Rates of NWFPs','MRnwfps.htm','',185)

oCMenu.makeMenu('top14','','<img style="position:left;left:2;top:0.5" height="15"src="images/mainbu1.gif">  Available Planting Material','APM.htm','',190)
oCMenu.makeMenu('etnwj cus eyd1','top14','Medicinal Plants Gene Bank','genebank.htm','',180)
oCMenu.makeMenu('etnwj cus eyd2','top14','Rate List of Medicinal Plants','ratelistMP.htm','',180)
oCMenu.makeMenu('etnwj cus eyd3','top14','Nursery of Medicinal Plants','NurseryMP.htm','',180)
oCMenu.makeMenu('etnwj cus eyd4','top14','Nursery of Forestry Species','NMP-MP.htm','',180)
oCMenu.makeMenu('etnwj cus eyd5','top14','Hitech Plants','HiteckPlants-MP.htm','',180)
oCMenu.makeMenu('etnwj cus eyd6','top14','Tissue Cultured Plants','tcp_MP.htm','',180)
oCMenu.makeMenu('etnwj cus eyd7','top14','Seed Bank','seedBank_MP.htm','',180)
oCMenu.makeMenu('etnwj cus eyd8','top14','Vermiculture and Vermicompost','Vand V.htm','',180)

oCMenu.makeMenu('top15','','<img style="position:left;left:2;top:0.5" height="15"src="images/mainbu1.gif">  Tenders','javascript:opensite("http://tenders.gov.in/department.asp?id=278")','',155)
oCMenu.makeMenu('top17','','<img style="position:left;left:2;top:0.5" height="15"src="images/mainbu1.gif">  Recuritements','Recruitment.HTM','',155)


oCMenu.makeMenu('top18','','<img style="position:left;left:2;top:0.5" height="15"src="images/mainbu1.gif">  Home','default.htm','',155)



oCMenu.makeStyle(); oCMenu.construct()
		


