//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=7; //set number of main menu items
	var LowBgColor='#000099';
	var HighBgColor='#6699ff';
	var FontLowColor='white';
	var FontHighColor='yellow';
	var BorderColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Verdana, Arial, Helvetica, sans-serif"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=150; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("Home","default.html",0,18,110);
	//Menu1_1=new Array("Feedback","Feedback.aspx",0,18,110);
	//Menu1_2=new Array("FAQs","FAQs.aspx",0);

Menu2=new Array("Purpose","purpose.html",3);
	Menu2_1=new Array("Population Census","purposepopulationcensus.html",0,18,200);	
	Menu2_2=new Array("Whale Behaviors","purposewhalebehaviors.html",0);
	Menu2_3=new Array("Impact of Man-made Noise","purposeimpactofnoise.html",0);

Menu3=new Array("Projects","projects.html",3);
	Menu3_1=new Array("Current","projects.html",2,18,150);
		Menu3_1_1=new Array("S. California","projectsoutherncalifornia.html",0,18,100);
		Menu3_1_2=new Array("Cross Seamount","projectcross.html",0);
		
	Menu3_2=new Array("Interests","projects.html",3);
		Menu3_2_1=new Array("Chile","projectchile.html",0,18,100);
		Menu3_2_2=new Array("Ascension","projectascension.html",0);
		Menu3_2_3=new Array("Wake","projectwakeisland.html",0);
		
	Menu3_3=new Array("Past","projects.asp",7);
		Menu3_3_1=new Array("Hawaii","projecthawaii.html",0,18,100);
		Menu3_3_2=new Array("New Zealand","projectnewzealand.html",0);
		Menu3_3_3=new Array("Caribbean","projectcaribbean.html",0);
		Menu3_3_4=new Array("Bering Sea","projectberingsea.html",0);
		Menu3_3_5=new Array("North Pacific","projectnorthpacific.html",0);
		Menu3_3_6=new Array("Haro Strait","projectharo.html",0);
		Menu3_3_7=new Array("Antarctic","projectantarctic.html",0);

Menu4=new Array("Tools","tools.html",6);
	Menu4_1=new Array("DIFAR Sonobuoys","toolsdifarsonobuoys.html",0,18,165);
	Menu4_2=new Array("Seafloor Recorders","toolsseafloorrecorders.html",0);
	Menu4_3=new Array("Seafloor Hydrophones","toolsseafloorhydrophones.html",0);
	Menu4_4=new Array("Spectrograms","toolsspectrograms.html",0);
	Menu4_5=new Array("Acoustic Tags","toolsacoustictags.html",0);
	Menu4_6=new Array("Software","toolssoftware.html",0);

Menu5=new Array("Background","background.html",2);
	Menu5_1=new Array("Education & Professional Experience","backgroundprofessional.html",0,18,175);
	Menu5_2=new Array("Personal Information","backgroundpersonal.html",0);

Menu6=new Array("Publications","publications.html",0);

Menu7=new Array("Audio","audio.html",5);
	Menu7_1=new Array("Baleen Whales","audiobaleenwhales.html",0,18,150);
	Menu7_2=new Array("Toothed Whales","audiotoothedwhales.html",0);
	Menu7_3=new Array("Dolphins","audiodolphins.html",0);
	Menu7_4=new Array("Minke","audiominke.html",0);
	Menu7_5=new Array("Other Ocean Sounds","audioother.html",0);