 /***********************************************
*	(c) Ger Versluis 2000 version 13.10 August 1, 2004       *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=7;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#F2F5ED";			// Background color when mouse is not over
	var HighBgColor="#789EC2";			// Background color when mouse is over
	var FontLowColor="#47759E";			// Font color when mouse is not over
	var FontHighColor="#ffffff";			// Font color when mouse is over
	var BorderColor="#CDCBBE";			// Border color
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=0;			// Borderwidth between elements
	var BorderBtwnSub=1;			// Borderwidth between elements sub items
	var FontFamily="Verdana";	// Font family menu items
	var FontSize=11;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered="left";		// Item text position left, center or right
	var MenuCentered="left";			// Menu horizontal position can be: left, center, right
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=0;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var DistFrmFrameBrdr=0;			// Distance between main menu and frame border
	var LeftPaddng=5;				// Left padding
	var TopPaddng=3;			// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=1;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="";				// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"images/tri.gif",10,16,BaseHref+"tridown.gif",10,5,BaseHref+"images/tri.gif",10,16,BaseHref+"triup.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1"; </script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var BuildOnDemand=1;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=1;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.1, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.1, wipeStyle=1)";

	var MenuShadow="";
	//var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	//var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=0)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("rollover?"+BaseHref+"images/about_nor.gif?"+BaseHref+"images/about_nor1.gif","#","",7,26,60,"","","","","","",-1,-1,-1,"","About Us");
	Menu1_1=new Array("Introduction","uniquepage.asp?id_pk=4","",0,20,180,"","","","","","",-1,-1,-1,"","Introduction");
	Menu1_2=new Array("Organizational setup","uniquepage.asp?id_pk=6","",0,20,180,"","","","","","",-1,-1,-1,"","Organizational setup");

	Menu1_3=new Array("Committees","#","",1,20,180,"","","","","","",-1,-1,-1,"","Committies");
		//commented on 30 april 08Menu1_3_1=new Array("BRPC","uniquepage.asp?id_pk=7","",0,20,180,"","","","","","",-1,-1,-1,"","BRPC");
		//commented on 30 april 08Menu1_3_2=new Array("SAC(O)","uniquepage.asp?id_pk=8","",0,20,180,"","","","","","",-1,-1,-1,"","SAC(O)");
		//commented on 30 april 08Menu1_3_3=new Array("(PAC) of the Centres of Excellence in areas of Biotechnology","uniquepage.asp?id_pk=9","",0,32,180,"","","","","","",-1,-1,-1,"","SAC(DBT)");
		Menu1_3_1=new Array("TASKFORCES","uniquepage.asp?id_pk=71","",0,20,180,"","","","","","",-1,-1,-1,"","TASKFORCES");
	
	Menu1_4=new Array("Mandate","uniquepage.asp?id_pk=10","",0,20,180,"","","","","","",-1,-1,-1,"","Mandate");
	// commented on 30 april 08Menu1_5=new Array("Vision","uniquepage.asp?id_pk=11","",0,20,180,"","","","","","",-1,-1,-1,"","Vision");
	Menu1_5=new Array("Strategy","uniquepage.asp?id_pk=12","",0,20,180,"","","","","","",-1,-1,-1,"","Strategy");
	 
	Menu1_6=new Array("Nodal Officers","uniquepage.asp?id_pk=13","",2,20,180,"","","","","","",-1,-1,-1,"","Nodal Officers");
	//Menu1_6_1=new Array("Country Nodal Officers","uniquepage.asp?id_pk=287","",0,20,140,"","","","","","",-1,-1,-1,"","Country Nodal");
		Menu1_6_1=new Array("State Nodal Officers","uniquepage.asp?id_pk=13","",0,20,140,"","","","","","",-1,-1,-1,"","State Nodal Officers");
		Menu1_6_2=new Array("Area Nodal Officers","uniquepage.asp?id_pk=14","",0,20,180,"","","","","","",-1,-1,-1,"","Area Nodal Officers");
	Menu1_7=new Array("Hindi cell","uniquepage.asp?id_pk=15","",0,20,180,"","","","","","",-1,-1,-1,"","Hindi cell");
	

Menu2=new Array("rollover?"+BaseHref+"images/prog.gif?"+BaseHref+"images/prog1.gif","#","",14,26,75,"","","","","","",-1,-1,-1,"","Programmes");
	Menu2_1=new Array("Human Resource Development","uniquepage.asp?id_pk=16","",0,20,185,"","","","","","",-1,-1,-1,"","International Collabration");
	Menu2_2=new Array("International Collaboration","uniquepage.asp?id_pk=17","",0,20,185,"","","","","","",-1,-1,-1,"","Human Resource Development");
	Menu2_3=new Array("Biotech Park","uniquepage.asp?id_pk=18","",0,20,185,"","","","","","",-1,-1,-1,"","Biotech Park");
	Menu2_4=new Array("Infrastructure Facilities","uniquepage.asp?id_pk=19","",1,20,140,"","","","","","",-1,-1,-1,"","Infrastucture Facilities");
			Menu2_4_1=new Array("Biotech Facilities","uniquepage.asp?id_pk=19","",0,20,140,"","","","","","",-1,-1,-1,"","Biotech Facilities");
			//Menu2_4_2=new Array("Programme Support & Center for Excellence","uniquepage.asp?id_pk=20","",0,35,140,"","","","","","",-1,-1,-1,"","Programme Support & Center for Excellence");		
			
	Menu2_5=new Array("Research & Development","uniquepage.asp?id_pk=21","",16,20,140,"","","","","","",-1,-1,-1,"","Research & Development");
				
				Menu2_5_1=new Array("Agriculture","uniquepage.asp?id_pk=21","",0,20,240,"","","","","","",-1,-1,-1,"","Agriculture");
				Menu2_5_2=new Array("Animal Biotechnology","uniquepage.asp?id_pk=22","",0,20,140,"","","","","","",-1,-1,-1,"","Animal Biotechnology");
				Menu2_5_3=new Array("Aquaculture","uniquepage.asp?id_pk=23","",0,20,140,"","","","","","",-1,-1,-1,"","Aquaculture");
				Menu2_5_4=new Array("Basic Research","uniquepage.asp?id_pk=24","",0,20,240,"","","","","","",-1,-1,-1,"","Basic Research");
				Menu2_5_5=new Array("Biofertilizers","uniquepage.asp?id_pk=25","",0,20,140,"","","","","","",-1,-1,-1,"","Biofertilizers");
				Menu2_5_6=new Array("Biopesticides & Crop Management","uniquepage.asp?id_pk=26","",0,20,140,"","","","","","",-1,-1,-1,"","Biopesticides & Crop Management");
				Menu2_5_7=new Array("Biotech Product & Process Development","uniquepage.asp?id_pk=27","",0,20,140,"","","","","","",-1,-1,-1,"","Biotech Product & Process Development");
				
				Menu2_5_8=new Array("Biotechnology for Medicinal and Aromatic Plants","uniquepage.asp?id_pk=340","",0,38,140,"","","","","","",-1,-1,-1,"","Biotech Product & Process Development");
				
				Menu2_5_9=new Array("Crop Biotechnology","uniquepage.asp?id_pk=28","",0,20,140,"","","","","","",-1,-1,-1,"","Crop Biotechnology");
				Menu2_5_10=new Array("Environment Biotechnology","uniquepage.asp?id_pk=29","",0,20,140,"","","","","","",-1,-1,-1,"","Environment Biotechnology");
				Menu2_5_11=new Array("Food Biotechnology","uniquepage.asp?id_pk=30","",0,20,140,"","","","","","",-1,-1,-1,"","Food Biotechnology");
				Menu2_5_12=new Array("Human Genetics & Genome Analysis","uniquepage.asp?id_pk=31","",0,20,140,"","","","","","",-1,-1,-1,"","Human Genetics & Genome Analysis");
				Menu2_5_13=new Array("Medical Biotechnology","uniquepage.asp?id_pk=32","",0,20,140,"","","","","","",-1,-1,-1,"","Plant Biotechnology");
				Menu2_5_14=new Array("Plant Biotechnology","uniquepage.asp?id_pk=33","",0,20,140,"","","","","","",-1,-1,-1,"","Plant Biotechnology");
	           		 Menu2_5_15=new Array("Seri Biotechnology ","uniquepage.asp?id_pk=34","",0,20,140,"","","","","","",-1,-1,-1,"","Seri Biotechnology");
	            		Menu2_5_16=new Array("Stem Cell","uniquepage.asp?id_pk=35","",0,20,140,"","","","","","",-1,-1,-1,"","Stem Cell");
			
	
	
	
	Menu2_6=new Array("SBIRI","uniquepage.asp?id_pk=36","",0,20,140,"","","","","","",-1,-1,-1,"","SBIRI");
	
	
	Menu2_7=new Array("Bioinformatics","uniquepage.asp?id_pk=38","",2,20,140,"","","","","","",-1,-1,-1,"","Bioinformatics");
		Menu2_7_1=new Array("Biogrid","uniquepage.asp?id_pk=38","",0,20,140,"","","","","","",-1,-1,-1,"","Biogrid");
		Menu2_7_2=new Array("BTISnet","uniquepage.asp?id_pk=39","",0,20,140,"","","","","","",-1,-1,-1,"","BTISnet");
		
	Menu2_8=new Array("National Biosource Board","uniquepage.asp?id_pk=55","",0,20,140,"","","","","","",-1,-1,-1,"","National Biosource Board");
	Menu2_9=new Array("Biofuel and Bioenergy","uniquepage.asp?id_pk=360","",0,20,140,"","","","","","",-1,-1,-1,"","Biofuel and Bioenergy");
	Menu2_10=new Array("Centers of Exellence and Programme support in Areas of Biotechnology","uniquepage.asp?id_pk=20","",0,42,140,"","","","","","",-1,-1,-1,"","Biofuel and Bioenergy");
	Menu2_11=new Array("Biotech Product and Process Development","uniquepage.asp?id_pk=671","",0,35,185,"","","","","","",-1,-1,-1,"","Biotech Product and Process Development");
	Menu2_12=new Array("Social Development","uniquepage.asp?id_pk=672","",0,20,185,"","","","","","",-1,-1,-1,"","Social Development");
	Menu2_13=new Array("Jai Vigyan National S & T Mission","uniquepage.asp?id_pk=673","",0,35,185,"","","","","","",-1,-1,-1,"","Jai Vigyan");
	Menu2_14=new Array("Patent Facilitating Cell","uniquepage.asp?id_pk=674","",0,35,185,"","","","","","",-1,-1,-1,"","Patemt Facilating Cell");
	
	
Menu3=new Array("rollover?"+BaseHref+"images/Institutions.gif?"+BaseHref+"images/Institutions1.gif","#","",2,26,69,"","","","","","",-1,-1,-1,"","Institutions");
	Menu3_1=new Array("Autonomous Institutions","#","",9,20,170,"","","","","","",-1,-1,-1,"","Biogrid");
	Menu3_1_1=new Array("Centre For DNA Fingerprinting And Diagnostics (CDFD), Hyderabad ","uniquepage.asp?id_pk=124","",0,35,250,"","","","","","",-1,-1,-1,"","Centre For DNA Fingerprinting And Diagnostics (CDFD), Hyderabad ");
	Menu3_1_2=new Array("Institute of Bioresources and Sustainable Development  (IBSD), Imphal, Manipur ","uniquepage.asp?id_pk=125","",0,35,170,"","","","","","",-1,-1,-1,"","Institute of Bioresources and Sustainable Development  (IBSD), Imphal, Manipur ");
	Menu3_1_3=new Array("Institute of Life Sciences, Bhuvaneswar ","uniquepage.asp?id_pk=126","",0,30,170,"","","","","","",-1,-1,-1,"","Institute of Life Sciences, Bhuvaneswar ");
	Menu3_1_4=new Array("National Institute Of Immunology, New Delhi ","uniquepage.asp?id_pk=127","",0,30,170,"","","","","","",-1,-1,-1,"","National Institute Of Immunology, New Delhi ");
	Menu3_1_5=new Array("National Institute for Plant Genome Research (NIPGR), JNU, New Delhi","uniquepage.asp?id_pk=128","",0,35,170,"","","","","","",-1,-1,-1,"","National Institute for Plant Genome Research (NIPGR), JNU, New Delhi");
	Menu3_1_6=new Array("National Brain Research Centre (NBRC), Gurgaon ","uniquepage.asp?id_pk=129","",0,33,170,"","","","","","",-1,-1,-1,"","National Brain Research Centre (NBRC), Gurgaon ");
	Menu3_1_7=new Array("National Centre for Cell Sciences, Pune","uniquepage.asp?id_pk=130","",0,30,170,"","","","","","",-1,-1,-1,"","National Centre for Cell Sciences, Pune");
	Menu3_1_8=new Array("Rajiv Gandhi Centre for Biotechnology","../uniquepage.asp?id_pk=678","",0,30,170,"","","","","","",-1,-1,-1,"","National Centre for Cell Sciences, Pune");
	Menu3_1_9=new Array("National Agri-Food Biotechnology Institution (NABI)","../uniquepage.asp?id_pk=685","",0,30,170,"","","","","","",-1,-1,-1,"","National Agri-Food Biotechnology Institution (NABI)");
	
	
	Menu3_2=new Array("Public Sector Undertakings","#","",2,20,140,"","","","","","",-1,-1,-1,"","Public Sector Undertakings");
	Menu3_2_1=new Array("Bharat Immunologicals & Biologicals Corporation Limited, Bulandshahar","uniquepage.asp?id_pk=131","",0,35,220,"","","","","","",-1,-1,-1,"","Bharat Immunologicals & Biologicals Corporation Limited, Bulandshahar");
	Menu3_2_2=new Array("Indian Vaccines Corporation Limited, Gurgaon","uniquepage.asp?id_pk=132","",0,35,140,"","","","","","",-1,-1,-1,"","Indian Vaccines Corporation Limited, Gurgaon");
	






      Menu4=new Array("rollover?"+BaseHref+"images/awards.gif?"+BaseHref+"images/awards1.gif","#","",7,50,150,"","","","","","",-1,-1,-1,"","Awards & Fellowships");
		//Menu4_1=new Array("Energy BIO Science Chair- Last Date 15-07-2009","/docs/ebcaf.doc","",0,45,130,"","","","","","",-1,-1,-1,"","IYBA AWARDEES 2007");
		//Menu4_2=new Array("Energy BIO Science Fellowship- Last Date 15-07-2009","/docs/ebf.doc","",0,45,130,"","","","","","",-1,-1,-1,"","IYBA AWARDEES 2007");
		Menu4_1=new Array("Fellowships at the National Institute of Biomedical Genomics","/docs/FELLOWSHIP_ANNOUNCEMENT.doc","",0,45,130,"","","","","","",-1,-1,-1,"","Fellowships at the National Institute of Biomedical Genomics");
		Menu4_2=new Array("Biotech Product & Process Development & Commercialization Awards","uniquepage.asp?id_pk=45","",0,45,130,"","","","","","",-1,-1,-1,"","Biotech Product & Process Development & Commercialization Awards");
		Menu4_3=new Array("Fellowship Guidelines 1.Ramalingaswamy 2.Tata Innovation","uniquepage.asp?id_pk=325","",0,45,180,"","","","","","",-1,-1,-1,"","Nominations are invited for Ramalingaswamy Fellowship");
		Menu4_4=new Array("National Bioscience Award for Career Development  2009","uniquepage.asp?id_pk=326","",0,45,180,"","","","","","",-1,-1,-1,"","Nominations are invited for Tata Innovation Fellowship");
		Menu4_5=new Array("(IYBA) Innovative Young Biotechnologist Award","uniquepage.asp?id_pk=46","",0,45,130,"","","","","","",-1,-1,-1,"","Biotech Product & Process Development & Commercialization Awards");
		Menu4_6=new Array("National Woman Bioscientist Awards","uniquepage.asp?id_pk=43","",0,45,130,"","","","","","",-1,-1,-1,"","National Woman Bioscientist Awards");
		//Menu4_7=new Array("National Bioscience Awards for Career Development","uniquepage.asp?id_pk=45","",0,55,130,"","","","","","",-1,-1,-1,"","National Bioscienve Awards for Career Development");
		//Menu4_8=new Array("Distinguished Biotechnologist Award Scheme","uniquepage.asp?id_pk=42","",0,45,250,"","","","","","",-1,-1,-1,"","Distinguished Biotechnologist Award Scheme");
		Menu4_7=new Array("TWAS Award Scheme","uniquepage.asp?id_pk=676","",0,45,250,"","","","","","",-1,-1,-1,"","TWAS Award Scheme");
		//Menu4_8=new Array("Biotech Product, Process Development & Commercialisation Awards 2010","../uniquepage.asp?id_pk=665","",0,45,130,"","","","","","",-1,-1,-1,"","Biotech Product, Process Development & Commercialisation Awards 2010");


Menu5=new Array("rollover?"+BaseHref+"images/achievement.gif?"+BaseHref+"images/achievement1.gif","#","",1,26,82,"","","","","","",-1,-1,-1,"","Achivements");
//Menu5_1=new Array("Fact Sheet","uniquepage.asp?id_pk=48","",0,20,130,"","","","","","",-1,-1,-1,"","Fact Sheet");
//Menu5_2=new Array("Research Publication ","uniquepage.asp?id_pk=288","",0,20,130,"","","","","","",-1,-1,-1,"","Research Publication ");
//Menu5_3=new Array("Patents","uniquepage.asp?id_pk=289","",0,20,130,"","","","","","",-1,-1,-1,"","Patents");
Menu5_1=new Array("Tech-Transfer","uniquepage.asp?id_pk=47","",0,20,130,"","","","","","",-1,-1,-1,"","Tech-Transfer");
//Menu5_5=new Array("Technologies Commercialized","uniquepage.asp?id_pk=290","",0,35,130,"","","","","","",-1,-1,-1,"","Technologies Commercialized");
//Menu5_6=new Array("Copyrights","uniquepage.asp?id_pk=291","",0,20,130,"","","","","","",-1,-1,-1,"","Copyrights");


	
Menu6=new Array("rollover?"+BaseHref+"images/publication.gif?"+BaseHref+"images/publication1.gif","#","",2,26,58,"","","","","","",-1,-1,-1,"","Publication");
	Menu6_1=new Array("Publication","uniquepage.asp?id_pk=49","",0,20,180,"","","","","","",-1,-1,-1,"","Annual Report");
	Menu6_2=new Array("Annual Report","uniquepage.asp?id_pk=50","",0,20,180,"","","","","","",-1,-1,-1,"","Annual Report");
	
	//Menu6_3=new Array("Global Presence:3 Years of Commitment","javascript:NewWin=window.open(\"inside_new_Eng.pdf\",\"NWin\");window[\"NewWin\"].focus()","",0,36,180,"","","","","","",-1,-1,-1,"","Global Presence:3 Years of Commitment");
	
	//Menu6_4=new Array("Newsletter","uniquepage.asp?id_pk=51","",0,20,150,"","","","","","",-1,-1,-1,"","Newsletter");
	
	Menu7=new Array("rollover?"+BaseHref+"images/events.gif?"+BaseHref+"images/events1.gif","#","",2,26,52,"","","","","","",-1,-1,-1,"","Policy");
		Menu7_1=new Array("Policy","uniquepage.asp?id_pk=41","",0,22,124,"","","","","","",-1,-1,-1,"","Policy");
        Menu7_2=new Array("MOU","uniquepage.asp?id_pk=66","",0,22,124,"","","","","","",-1,-1,-1,"","MOU");

