	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='gray';			// Background color when mouse is not over
	var LowSubBgColor='EEEEEE';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='9A303A';			// 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 over
	var BorderColor='9C84CF';			// Border color
	var BorderSubColor='FFFFFF';			// Border color for subs
	var BorderWidth=2;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	
	var MenuTextCentered='center';			// 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=0.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0.1;			// vertical overlap child/ parent
	var StartTop=0;				// 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=3;				// Left padding
	var TopPaddng=3;				// 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=200;			// 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='MenuPos';				// 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=['/images/tri.gif',5,10,'',0,0,'/images/trileft.gif',5,10];	// Arrow source, width and height
	
	var bigItemWidth = 175;
	var mediumItemWidth = 130;
	var smallItemWidth = 80;
	var itemHeight = 18;
		
	var pagePath = "/people/faculty/tadmor"; 

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("<b>Home</b>", pagePath + "/index.htm" ,"", 0,itemHeight,smallItemWidth);


Menu2=new Array("<b>Courses</b>",pagePath + "/courses/index.htm","", 3,itemHeight, smallItemWidth);
    Menu2_1=new Array("AMSC 666, Fall 2009", pagePath + "/courses/666_fall09","", 0,itemHeight, mediumItemWidth);
    Menu2_2=new Array("RIT PDEs, Fall 2009", "http://www-users.math.umd.edu/~lvrmr/2009-2010-F/Classes/RIT.shtml","", 0,itemHeight, mediumItemWidth);
	Menu2_3=new Array("Courses taught in past", pagePath + "/courses","", 0,itemHeight, mediumItemWidth);
    
Menu3=new Array("<b>Students</b>",pagePath + "/students.htm","",2,itemHeight,smallItemWidth);
	Menu3_1=new Array("Students and post-docs",pagePath + "/students.htm","",0,itemHeight,bigItemWidth);
	Menu3_2=new Array("Lineage               ",pagePath + "/lineage/Eitan Tadmor lineage.htm","",0,itemHeight,bigItemWidth);
	
Menu4=new Array("<b>Lectures</b>",pagePath + "/conf/conferences.htm","", 3,itemHeight, smallItemWidth);
	Menu4_1=new Array("Selected Invited Talks ",pagePath + "/InvitedTalks/invited.htm","",0,itemHeight,mediumItemWidth);
	Menu4_2=new Array("Future Conference Talks",pagePath + "/conf/conferences.htm#upcoming","",0,itemHeight,mediumItemWidth);
	Menu4_3=new Array("Past Conference Talks ",pagePath + "/conf/conferences.htm#past","",0,itemHeight,mediumItemWidth);

Menu5=new Array("<b>Editorial</b>",pagePath+"/editorial.htm","",0,itemHeight,smallItemWidth);

Menu6=new Array("<b>Publications</b>", pagePath + "/pub/publications.htm","", 4,itemHeight,100);
	Menu6_1=new Array("CentPack: central schemes ... ", "http://www.cscamm.umd.edu/centpack","", 0,itemHeight, bigItemWidth);
	Menu6_2=new Array("Selected List of publications", pagePath + "/index.htm#selectpub","", 0,itemHeight, bigItemWidth);
	Menu6_3=new Array("Chronological List of publ's", pagePath + "/pub/general.htm","", 0,itemHeight, bigItemWidth);
	Menu6_4=new Array("Subject List of publications", pagePath + "/pub/subject.htm","", 0,itemHeight, bigItemWidth);
	

Menu7=new Array("<b>A Marvelous Idea!</b>", pagePath + "/idea.htm" ,"", 0,itemHeight,mediumItemWidth);

Menu8=new Array("<b>Contact Information</b>", pagePath + "/contact.htm","", 0,itemHeight,150);
	
	
