	var NoOffFirstLineMenus=11;			// Number of first level items

	var LowBgColor='#BE4C00';			// Background color when mouse is not over

	var LowSubBgColor='white';			// Background color when mouse is not over on subs

	var HighBgColor='#F9A53C';			// Background color when mouse is over

	var HighSubBgColor='#F9CF6F';			// Background color when mouse is over on subs

	var FontLowColor='white';			// Font color when mouse is not over

	var FontSubLowColor='black';			// Font color subs when mouse is not over

	var FontHighColor='black';			// Font color when mouse is over

	var FontSubHighColor='black';			// Font color subs when mouse is over

	var BorderColor='#F9A53C';			// Border color

	var BorderSubColor='#BE4C00';			// Border color for subs

	var BorderWidth=1;			// Border width

	var BorderBtwnElmnts=1;			// Border between elements 1 or 0

	var FontFamily="arial"	// Font family menu items

	var FontSize=8;				// Font size menu items

	var FontBold=1;				// 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='center';			// Menu horizontal position 'left', 'center' or 'right'

	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'

	var ChildOverlap=.5;				// horizontal overlap child/ parent

	var ChildVerticalOverlap=.5;			// vertical overlap child/ parent

	var StartTop=90; //110;				// Menu offset x coordinate

	var StartLeft=0; // (screen.width-720)/2;			// Menu offset y coordinate

	var VerCorrect=1;				// Multiple frames y correction

	var HorCorrect=0;				// Multiple frames x correction

	var LeftPaddng=8;				// Left padding

	var TopPaddng=3;				// Top padding

	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0

	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0

	var DissapearDelay=1000;			// delay before menu folds in

	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame

	var FirstLineFrame='banner';			// Frame where first level appears

	var SecLineFrame='main';			// Frame where sub levels appear

	var DocTargetFrame='main';			// Frame where target documents appear

	var TargetLoc='';				// DIV id for relative positioning (refer to config.htm for info)

	var HideTop=0;				// Hide first level when loading new document 1 or 0

	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0

	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0

	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover

	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0



function BeforeStart(){return}

function AfterBuild(){return}

function BeforeFirstOpen(){return}

function AfterCloseAll(){return}



// Menu tree

//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);

//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"





Menu1=new Array("Background","main.html","",0,20,76);

	Menu1_1=new Array("About Us","profile.html","",0,20,165);

	Menu1_2=new Array("Mission","mission.html","",0);

	Menu1_3=new Array("Power of the Intellect","printellect.html","",0);

	Menu1_4=new Array("Bharat Biotech Foundation","bbfoundation.html","",0);



Menu2=new Array("About Us","aboutus.html","",0,20,60);

	Menu2_1=new Array("Basic Research","basicresearch.html","",0,20,130);

	Menu2_2=new Array("Production R & D","productionrd.html","",0);

	Menu2_3=new Array("R & D Collaborations","rdcollaborations.html","",0);

	Menu2_4=new Array("R & D Grants","rdgrants.html","",0);

	Menu2_5=new Array("Patents","patents.html","",0);

	



Menu3=new Array("Objectives","objectives.html","",0,20,70);

	Menu3_1=new Array("Clinical","clinical.html","",0,20,150);

	Menu3_2=new Array("Regulatory","regulatory.html","",0);



Menu4=new Array("Staff","staff.html","",0,20,45);

	Menu4_1=new Array("Production","productionblock.html","",0,20,100);

	Menu4_2=new Array("Formulation","formulationblock.html","",0);

	Menu4_3=new Array("Utility","utilityblock.html","",0);

	Menu4_4=new Array("Warehouse","warehouse.html","",0);

	Menu4_5=new Array("Animal Facility","animal.html","",0);



Menu5=new Array("Activities","activities.html","",0,20,68);

	Menu5_1=new Array("Revac-B","revacb.html","",0,20,80);

	Menu5_2=new Array("Biogit","biogit.html","",0);

	Menu5_3=new Array("Under Trial","undertrial.html","",0);

	Menu5_4=new Array("In Pipeline","inpipeline.html","",0);



Menu6=new Array("Publications","publications.html","",5,20,85);

	Menu6_1=new Array("Scientific Journal","scientific.html","",0,20,125);

	Menu6_2=new Array("Conferences Prodedings","conferences.html","",0);

	Menu6_3=new Array("Books/Chapters","books.html","",0,20,125);

	Menu6_4=new Array("Abstract Volumes","journals.html","",0,20,125);

	Menu6_5=new Array("Press Reviews","pr.html","",0,20,125);




	

Menu7=new Array("Collaborators","otherwebsites.html","",0,20,85);



Menu8=new Array("Contact US","contactus.html","",0,20,80);



Menu9=new Array("Whats New","whatsnew.html","",0,20,80);

Menu10=new Array("Photo Gallery","gallery.html","",0,20,100);

Menu11=new Array("Home","index.html","",0,20,50);



