/************************************************************************************	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)*	For info write to menus@burmees.nl		          **	You may remove all comments for faster loading	          *		***********************************************************************************/	var NoOffFirstLineMenus=4;			// Number of first level items	var LowBgColor='#000099';			// Background color when mouse is not over	var LowSubBgColor='#000099';			// Background color when mouse is not over on subs	var HighBgColor='#000099';			// Background color when mouse is over	var HighSubBgColor='#000099';			// Background color when mouse is over on subs	var FontLowColor='#FFFF00';			// Font color when mouse is not over	var FontSubLowColor='#FFFF00';			// Font color subs when mouse is not over	var FontHighColor='66FFCC';			// Font color when mouse is over	var FontSubHighColor='66FFCC';			// Font color subs when mouse is over	var BorderColor='#7F7F7F';			// Border color	var BorderSubColor='#7F7F7F';			// Border color for subs	var BorderWidth=2;				// Border width	var BorderBtwnElmnts=2;			// Border between elements 1 or 0	var FontFamily="arial,comic sans ms,technical"	// Font family menu items	var FontSize=15;				// 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='left';			// Menu horizontal position 'left', 'center' or 'right'	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static	var ChildOverlap=.2;				// horizontal overlap child/ parent	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent	var StartTop=4;				// Menu offset x coordinate	var StartLeft=10;				// Menu offset y coordinate	var VerCorrect=0;				// Multiple frames y correction	var HorCorrect=0;				// Multiple frames x correction	var LeftPaddng=3;				// Left padding	var TopPaddng=2;				// Top padding	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL	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='';				// span id for relative positioning	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	var ShowArrow=1;				// Uses arrow gifs when 1	var KeepHilite=1;				// Keep selected path highligthed	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height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","http://www.mit.edu/~mmazloff","",0,25,175);Menu2=new Array("Professional","index.html","",1);			Menu2_1=new Array("Research","index.html","",2,25,200);			Menu2_1_1=new Array("Current Research","current_research.html","",0,25,200);			Menu2_1_2=new Array("Past Research","past_research.html","",0);		Menu3=new Array("Photo Album","index.html","",7);	Menu3_1=new Array("Adventures","index.html","",9,25,200);		Menu3_1_1=new Array("Europe","europe04.html","",0,25,200);		Menu3_1_2=new Array("Everglades","evergladin.html","",0);		Menu3_1_3=new Array("French Polynesia","Io_rana.html","",0);		Menu3_1_4=new Array("Hawaii","hawaii.html","",2);			Menu3_1_4_1=new Array("Kuwaii '06","hawaii.html","",0,25,200);			Menu3_1_4_2=new Array("Hawaii '08","big_island.html","",0);		Menu3_1_5=new Array("Los Cabos","cabo.html","",0);		Menu3_1_6=new Array("Montana","glacier.html","",0);		Menu3_1_7=new Array("Morocco","Morocco.htm","",0);		Menu3_1_8=new Array("New Zealand","NZ.html","",0);		Menu3_1_9=new Array("SW USA","Southwest_Adventure.html","",0);	Menu3_2=new Array("Cruises","index.html","",2);		Menu3_2_1=new Array("Labrador Sea","Lab_Cruise.html","",0,25,200);		Menu3_2_2=new Array("Southern Ocean","Revelle.html","",0);	Menu3_3=new Array("Family","family.html","",0);	Menu3_4=new Array("Friends","friends.html","",0);    Menu3_5=new Array("My nieces!!!","Kendall_n_Stella.htm","",0);	Menu3_6=new Array("Random","index.html","",2);	Menu3_6_1=new Array("old stuff","pictures.html","",0,25,200);	Menu3_6_2=new Array("Fishing","FallFishing.htm","",0);	Menu3_7=new Array("Snowboarding","index.html","",1);    Menu3_7_1=new Array("Whistler","whistlerair.html","",0,25,200);//	Menu3_8=new Array("Cori","cori.html","",0);				// Menu4=new Array("Projects","index.html","",4);// 	Menu4_1=new Array("Tizzy&Tip","http://web.mit.edu/aapotsos/www/cartoonpage.html","",0,25,200);		// 	Menu4_2=new Array("PO FAQs","PO_FAQs.html","",0);// 	Menu4_3=new Array("Daily quotes","dailyquotearchive.html","",0);//	Menu4_4=new Array("My Thoughts","comments.html","",0);	Menu4=new Array("Other Stuff","index.html","",3);	Menu4_1=new Array("Contact info","contact.html","",0,25,200);	Menu4_2=new Array("Links","links.html","",0);	Menu4_3=new Array("random","stuff.html","",0);	