/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#0099CC';			// Background color when mouse is not over
	var LowSubBgColor='#0099CC';		// Background color when mouse is not over on subs
	var HighBgColor='firebrick';		// Background color when mouse is over
	var HighSubBgColor='blue';		// Background color when mouse is over on subs
	var FontLowColor='white';		// Font color when mouse is not over
	var FontSubLowColor='white';		// Font color subs when mouse is not over
	var FontHighColor='white';		// Font color when mouse is over
	var FontSubHighColor='white';		// Font color subs when mouse is overn mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='yellow';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,Arial, Helvetica"		// 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='center';			// Item text position 'left', 'left' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=.2;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=95;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=1;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// 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='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// 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("Home","/default.aspx","",0,15,50);



Menu2=new Array("ENVIS ","/about/index.html","",3,15,80);
Menu2_1=new Array("Introduction","aboutenvis.htm","",0,15,120);
Menu2_2=new Array("Centres","enviscentres.htm","",0,15,120);
Menu2_3=new Array("Team","envisteam.htm","",0,15,120);

Menu3=new Array("Publications","","",2,15,120);
Menu3_1=new Array("Forestry Bulletin","efb.htm","",0,15,180);
Menu3_2=new  Array("News Digest","end.htm","",0,15,180);



Menu4=new Array("Databases","","",6,15,100);
Menu4_1=new Array("Indian Forestry Abstracts","index_if.asp","",0,15,230);
Menu4_2=new Array("Joint Forest Management","index_jm.asp","",0,15,230);
Menu4_3=new Array("Prosopis julifora","index_pj.asp","",0,15,230);
Menu4_4=new Array("Poplars","index_poplar.asp","",0,15,230);
Menu4_5=new Array("Environment and Forests in Press","index_gl.asp","",0,15,230);
Menu4_6=new Array("Current Forestry Literature","index_cd.asp","",0,15,230);


Menu5=new Array("Periodicals' Contents Pages","","",1,15,200);
	Menu5_1=new Array("Foreign Periodicals","","",4,15,150);
	Menu5_1_2=new Array("2007","foreign_periodicals_2007.htm","",0,15,200);
	Menu5_1_3=new Array("2006","foreign_periodicals_2006.htm","",0,15,200);
	Menu5_1_4=new Array("2005","foreign_periodicals_2005.htm","",0,15,200);
	Menu5_1_5=new Array("2004","foreign_periodicals.htm","",0,15,200);
	
	
	
	 
	
Menu6=new Array("ICFRE Publications","","",2,15,140);
	Menu6_1=new Array("Books","pub_books.htm","",0,15,150);
	Menu6_2=new Array("VHS Cassettes","pub_cassettes.htm","",0,15,150);
	
	
//	Menu6_10=new Array("Students Corner","","",2,20,150);
//	Menu6_10_1=new Array("Fake Universities Alerts","/inside/fakealerts.html","",0,20,200);
//	Menu6_10_2=new Array("Educational Loan","/inside/eduloan.html","",0,20,200);
	


Menu7=new Array("Others","/contact/index.html","",3,15,81);
	Menu7_1=new Array("Related Sites","links.htm","",0,15,100);
	Menu7_2=new Array("Sitemap","site_map.htm","",0,15,100);
	Menu7_3=new Array("Contact Us","contactus.htm","",0,15,100);



	
