 /***********************************************
*	(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=5;			// 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","#","",8,26,62,"","","","","","",-1,-1,-1,"","About Us");
	Menu1_1=new Array("Introduction","../intro.htm","",0,20,180,"","","","","","",-1,-1,-1,"","Introduction");
	Menu1_2=new Array("Organizational setup","../abt_org.htm","",1,20,180,"","","","","","",-1,-1,-1,"","Organizational setup");
		
		Menu1_2_1=new Array("Admin & Finance","#","",0,20,140,"","","","","","",-1,-1,-1,"","Admin & Finance");
	Menu1_3=new Array("Committees","#","",4,20,180,"","","","","","",-1,-1,-1,"","Commities");
		Menu1_3_1=new Array("BRPC","../abt_org_brpcadvc.htm","",0,20,140,"","","","","","",-1,-1,-1,"","BRPC");
		Menu1_3_2=new Array("SAC(O)","../abt_org_sac-o.htm","",0,20,180,"","","","","","",-1,-1,-1,"","SAC(O)");
		Menu1_3_3=new Array("SAC(DBT)","../abt_org_sac-dbt.htm","",0,20,180,"","","","","","",-1,-1,-1,"","SAC(DBT)");
		Menu1_3_4=new Array("TASKFORCES","../abt_org_taskf_list.htm","",0,20,180,"","","","","","",-1,-1,-1,"","TASKFORCES");
	
	Menu1_4=new Array("Mandate","../abt_mandate.htm","",0,20,180,"","","","","","",-1,-1,-1,"","Mandate");
	Menu1_5=new Array("Vision","../abt_vision.htm","",0,20,180,"","","","","","",-1,-1,-1,"","Vision");
	Menu1_6=new Array("Strategy","../abt_strategy.htm","",0,20,180,"","","","","","",-1,-1,-1,"","Strategy");
	Menu1_7=new Array("Nodal Officers","../abt_nodal.htm","",2,20,180,"","","","","","",-1,-1,-1,"","Nodal Officers");
		Menu1_7_1=new Array("Staff Nodal Officers","../abt_nodal.htm","",0,20,140,"","","","","","",-1,-1,-1,"","Staff Nodal Officers");
		Menu1_7_2=new Array("Area Nodal Officers","../abt_nodal_area.htm","",0,20,180,"","","","","","",-1,-1,-1,"","Area Nodal Officers");
	Menu1_8=new Array("Hindi cell","../hindi_cell.htm","",0,20,180,"","","","","","",-1,-1,-1,"","Hindi cell");

Menu2=new Array("rollover?"+BaseHref+"../images/prog.gif?"+BaseHref+"../images/prog1.gif","#","",7,26,75,"","","","","","",-1,-1,-1,"","Programmes");
	Menu2_1=new Array("Human Resource Development","../programmes/prog_hrd.htm","",0,20,185,"","","","","","",-1,-1,-1,"","International Collabration");
	Menu2_2=new Array("International Collaboration","#","",0,20,185,"","","","","","",-1,-1,-1,"","Human Resource Development");
	Menu2_3=new Array("Biotech Park","#","",0,20,185,"","","","","","",-1,-1,-1,"","Biotech Park");
	Menu2_4=new Array("Infrastucture Facilities","../programmes/prog_infra_biotech.htm","",2,20,140,"","","","","","",-1,-1,-1,"","Infrastucture Facilities");
			Menu2_4_1=new Array("Biotech Facilities","../programmes/prog_infra_biotech.htm","",0,20,140,"","","","","","",-1,-1,-1,"","Biotech Facilities");
			Menu2_4_2=new Array("Programme Support & Center for Excellence","../programmes/prog_infra_progsupport.htm","",0,35,140,"","","","","","",-1,-1,-1,"","Programme Support & Center for Excellence");		
	Menu2_5=new Array("Research & Development","../programmes/prog_research.htm","",15,20,140,"","","","","","",-1,-1,-1,"","Research & Development");
				Menu2_5_1=new Array("Agriculture","../programmes/prog_research_agribio.htm","",0,20,240,"","","","","","",-1,-1,-1,"","Agriculture");
				Menu2_5_2=new Array("Animal Biotechnology","../programmes/prog_research_animalbio.htm","",0,20,140,"","","","","","",-1,-1,-1,"","Animal Biotechnology");
				Menu2_5_3=new Array("Aquaculture","../programmes/prog_research_aqua_marine.htm","",0,20,140,"","","","","","",-1,-1,-1,"","Aquaculture");
				Menu2_5_4=new Array("Basic Research","../programmes/prog_research_basic.htm","",0,20,240,"","","","","","",-1,-1,-1,"","Basic Research");
				Menu2_5_5=new Array("Biofertilizers","../programmes/prog_research_biofertilizer.htm","",0,20,140,"","","","","","",-1,-1,-1,"","Biofertilizers");
				Menu2_5_6=new Array("Biopesticides & Crop Management","../programmes/prog_research_biopest-crop.htm","",0,20,140,"","","","","","",-1,-1,-1,"","Biopesticides & Crop Management");
				Menu2_5_7=new Array("Biotech Product & Process Development","../programmes/prog_bioproduct.htm","",0,20,140,"","","","","","",-1,-1,-1,"","Biotech Product & Process Development");
				Menu2_5_8=new Array("Crop Biotechnology","../programmes/prog_research_crop.htm","",0,20,140,"","","","","","",-1,-1,-1,"","Crop Biotechnology");
				Menu2_5_9=new Array("Environment Biotechnology","../programmes/prog_bioenviron.htm","",0,20,140,"","","","","","",-1,-1,-1,"","Environment Biotechnology");
				Menu2_5_10=new Array("Food Biotechnology","../programmes/prog_foodbio.htm","",0,20,140,"","","","","","",-1,-1,-1,"","Food Biotechnology");
				Menu2_5_11=new Array("Human Genetics & Genome Analysis","../programmes/prog_humangenome.htm","",0,20,140,"","","","","","",-1,-1,-1,"","Human Genetics & Genome Analysis");
				Menu2_5_12=new Array("Medical Biotechnology","../programmes/prog_research_medbio.htm","",0,20,140,"","","","","","",-1,-1,-1,"","Plant Biotechnology");
				Menu2_5_13=new Array("Plant Biotechnology","../programmes/prog_research_plant.htm","",0,20,140,"","","","","","",-1,-1,-1,"","Plant Biotechnology");
	            Menu2_5_14=new Array("Seri Biotechnology ","../programmes/prog_seribiotech.htm","",0,20,140,"","","","","","",-1,-1,-1,"","Seri Biotechnology");
	            Menu2_5_15=new Array("Stem Cell","../programmes/prog_stem.htm","",0,20,140,"","","","","","",-1,-1,-1,"","Stem Cell");
	
	Menu2_6=new Array("Cooperation","../cooperation.htm","",2,20,140,"","","","","","",-1,-1,-1,"","Cooperation");
	Menu2_6_1=new Array("National","../sibiri.htm","",1,20,140,"","","","","","",-1,-1,-1,"","National");
	Menu2_6_1_1=new Array("SIBIRI_PPP","../sibiri.htm","",0,20,140,"","","","","","",-1,-1,-1,"","SIBIRI_PPP");
	Menu2_6_2=new Array("International","../cooperation.htm","",0,20,140,"","","","","","",-1,-1,-1,"","International");
	
	
	Menu2_7=new Array("Bioinformatics","../programmes/prog_bioinfo.htm","",2,20,140,"","","","","","",-1,-1,-1,"","Bioinformatics");
		Menu2_7_1=new Array("Biogrid","../programmes/prog_bioinfo_biogrid.htm","",0,20,140,"","","","","","",-1,-1,-1,"","Biogrid");
		Menu2_7_2=new Array("BTISnet","../programmes/prog_bioinfo_btisnet.htm","",0,20,140,"","","","","","",-1,-1,-1,"","BTISnet");
	
Menu3=new Array("rollover?"+BaseHref+"../images/Institutions.gif?"+BaseHref+"../images/Institutions1.gif","../instutions.htm","",0,26,69,"","","","","","",-1,-1,-1,"","Institutions");
	
Menu4=new Array("rollover?"+BaseHref+"../images/events.gif?"+BaseHref+"../images/events1.gif","../event.htm","",0,26,52,"","","","","","",-1,-1,-1,"","Policy");
	Menu4_1=new Array("Institutional Training  ","#","",2,20,170,"","","","","","",-1,-1,-1,"","Institutional Training  ");
		Menu4_1_1=new Array("Training Camps   ","#","",0,20,170,"","","","","","",-1,-1,-1,"","Training Camps ");
		Menu4_1_2=new Array("Attachment Training","#","",0,20,170,"","","","","","",-1,-1,-1,"","Attachment Training");
	Menu4_2=new Array("Community Development","#","",0,20,130,"","","","","","",-1,-1,-1,"","Community Development");
	Menu4_3=new Array("Adventure Training","#","",0,20,130,"","","","","","",-1,-1,-1,"","Adventure Training");
	Menu4_4=new Array("Youth Exchange Programme","#","",0,20,130,"","","","","","",-1,-1,-1,"","Youth Exchange Programme");


Menu5=new Array("rollover?"+BaseHref+"../images/awards.gif?"+BaseHref+"../images/awards1.gif","#","",5,26,123,"","","","","","",-1,-1,-1,"","Awards & Fellowships");
	Menu5_1=new Array("Distinguished Biotechnologist Award Scheme","../Awards/Distinguish_awards.htm","",0,35,180,"","","","","","",-1,-1,-1,"","Distinguished Biotechnologist Award Scheme");
	Menu5_2=new Array("National Woman Bioscientist Awards","../Awards/bioscientist.htm","",0,35,130,"","","","","","",-1,-1,-1,"","National Woman Bioscientist Awards");
	Menu5_3=new Array("National Bioscience Awards for Career Development","../Awards/Bioscience_awards.htm","",0,35,130,"","","","","","",-1,-1,-1,"","National Bioscienve Awards for Career Development");
	Menu5_4=new Array("Biotech Product & Process Development & Commercialization Awards","../Awards/biotechproduct.htm","",0,45,130,"","","","","","",-1,-1,-1,"","Biotech Product & Process Development & Commercialization Awards");
	Menu5_5=new Array("(IYBA) Innovative Young Biotecnolists Award","#","",0,45,130,"","","","","","",-1,-1,-1,"","Biotech Product & Process Development & Commercialization Awards");

Menu6=new Array("rollover?"+BaseHref+"../images/achievement.gif?"+BaseHref+"../images/achievement1.gif","../achivement.htm","",2,26,82,"","","","","","",-1,-1,-1,"","Achivements");
	Menu6_1=new Array("Tech-Transfer","../techtransfer.htm","",0,20,130,"","","","","","",-1,-1,-1,"","Tech-Transfer");
	Menu6_2=new Array("Fact Sheet","../factsheet.htm","",0,20,130,"","","","","","",-1,-1,-1,"","Fact Sheet");

Menu7=new Array("rollover?"+BaseHref+"../images/publication.gif?"+BaseHref+"../images/publication1.gif","../publication/publication.htm","",4,26,58,"","","","","","",-1,-1,-1,"","Publication");
	Menu7_1=new Array("Publication","../publication/publication.htm","",0,20,180,"","","","","","",-1,-1,-1,"","Annual Report");
	Menu7_2=new Array("Annual Report","../publication/annualreport.htm","",0,20,180,"","","","","","",-1,-1,-1,"","Annual Report");
	Menu7_3=new Array("Newsletter","../newsletter/newsletter.html","",0,20,150,"","","","","","",-1,-1,-1,"","Newsletter");
	Menu7_4=new Array("Biotechnology-In Pursuit of Excellence for Human Kind","../publication/biotechnology.htm","",0,35,150,"","","","","","",-1,-1,-1,"","Biotechnology-In Pursuit of Excellence for Human Kind");

