/*	(c) Ger Versluis 2000 version 5.3. 10 December 2001	
	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=14;			// Number of first level items
	var LowBgColor='#333e85';			// Background color when mouse is not over
	var LowSubBgColor='#333e85';			// Background color when mouse is not over on subs
	var HighBgColor='#EDE200';			// Background color when mouse is over
	var HighSubBgColor='#EDE200';			// Background color when mouse is over on subs
	var FontLowColor='#EDE200';			// Font color when mouse is not over
	var FontSubLowColor='#EDE200';			// Font color subs when mouse is not over
	var FontHighColor='#333e85';			// Font color when mouse is over
	var FontSubHighColor='#333e85';			// Font color subs when mouse is over
	var BorderColor='#333e85';			// Border color
	var BorderSubColor='#000000';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="Times New Roman"	// Font family menu items
	var FontSize=9;				// 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=.04;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.3;			// vertical overlap child/ parent
	var StartTop=120;				// 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=2;				// Top padding
	var FirstLineHorizontal=0;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=300;			// 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=0;				// 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

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width);
//	For rollover images ItemText format is:  "rollover:Image1.jpg:Image2.jpg"

/*
Menu1=new Array("rollover:busts.jpg:appies.jpg","file.htm","",1,100,100);
	Menu1_1=new Array("Example 1_1","file.htm","",0,20,100);

Menu2=new Array("rollover:aliesmll.jpg:adamosmll.jpg","file.htm","",2,100,200);
	Menu2_1=new Array("Example 2.1","file.htm","",3,20,190);	
		Menu2_1_1=new Array("Example 2.1.1","","",1,20,200);
			Menu2_1_1_1=new Array("<img src='busts.jpg'>","file.htm","",0,128,128);
		Menu2_1_2=new Array("Example 2.1.2","file.htm","",0);
		Menu2_1_3=new Array("Example 2.1.3","file.htm","",0);
	Menu2_2=new Array("Example 2.2","file.htm","",8);
		Menu2_2_1=new Array("Example 2.2.1","file.htm","",0,20,200);
		Menu2_2_2=new Array("Example 2.2.2","file.htm","",0);
		Menu2_2_3=new Array("Example 2.2.3","file.htm","",0);
		Menu2_2_4=new Array("Example 2.2.4","file.htm","",0);
		Menu2_2_5=new Array("Example 2.2.5","file.htm","",1);
			Menu2_2_5_1=new Array("Example 2.2.5.1","file.htm","",1,32,150);
				Menu2_2_5_1_1=new Array("Example 2.2.5.1.1","file.htm","",1,20,90);
					Menu2_2_5_1_1_1=new Array("Example 2.2.5.1.1.1","file.htm","",0,22,400);
		Menu2_2_6=new Array("Example 2.2.6","file.htm","",0);
		Menu2_2_7=new Array("Example 2.2.7","file.htm","",0);
		Menu2_2_8=new Array("Example 2.2.8","file.htm","",0);
Menu3=new Array("Example 3","file.htm","",0,20,100);
Menu4=new Array("Open in new","javascript:NewWin=window.open('file.htm','NWin');window['NewWin'].focus()","",0,20,100);
Menu5=new Array("Open in top","javascript:top.location.href='file.htm'","",2,20,100);
	Menu5_1=new Array('Example 5.1 ','file.htm',"",0,20,180);
	Menu5_2=new Array('Example 5.2 ','file.htm',"",0);

*/



Menu1=new Array("HOME","javascript:top.location.href='/index.html'","",0,25,140);
Menu2=new Array("President's Message","javascript:top.location.href='/presidentMessage.pdf'","",0);
Menu3=new Array("Judicial Succession","javascript:top.location.href='/Judicial_Succession.pdf'","",0,25,140);
Menu4=new Array("Judicial Biographies","javascript:top.location.href='/bio/index.html'","",3);
        Menu4_1=new Array("District Judges","javascript:top.location.href='/bio/judgesDist/index.html'","",0,20,140);
        Menu4_2=new Array("Bankruptcy Judges","javascript:top.location.href='/bio/judges/index.html'","",0);
        Menu4_3=new Array("Magistrate Judges","javascript:top.location.href='/bio/judgesMag/index.html'","",0);
Menu5=new Array("Photo Gallery","javascript:top.location.href='/photo/index.html'","",0);
Menu6=new Array("Oral/Video History","javascript:top.location.href='/oralHist.html'","",0);
Menu7=new Array("Newspaper Clips","javascript:top.location.href='/newsclips/index.html'","",0);
Menu8=new Array("Video Clips","javascript:top.location.href='/video/index.html'","",0);
Menu9=new Array("Court Histories","javascript:top.location.href='/courtHist/index.html'","",5);
        Menu9_1=new Array("District Court","javascript:top.location.href='/courtHist/dist.html'","",0,20,140);
        Menu9_2=new Array("Bankruptcy Court","javascript:top.location.href='/courtHist/bank.html'","",0);
        Menu9_3=new Array("Magistrate Judge","javascript:top.location.href='/courtHist/mag.html'","",0);
        Menu9_4=new Array("US Probation Office","javascript:top.location.href='/courtHist/probation.html'","",0);
        Menu9_5=new Array("Pre-Trial Services Agency","javascript:top.location.href='/courtHist/pre-trial.html'","",0);
Menu10=new Array("Society Activities","javascript:top.location.href='/society/index.html'","",0);
Menu11=new Array("Society Newsletter","javascript:top.location.href='/societyNews/index.html'","",0);
//        Menu11_1=new Array("NUNC PRO TUNC","javascript:top.location.href='/societyNews/index.html'","",0,20,140);
Menu12=new Array("Membership Application","javascript:top.location.href='/society_Membership.pdf'","",0);
Menu13=new Array("Links","javascript:top.location.href='/links.html'","",0);
Menu14=new Array("Prior Society Programs","javascript:top.location.href='/archive/oldSocietyProgs/'","",0);
