	var NoOffFirstLineMenus=15;			// Number of first level items
	var LowBgColor='#330000';			// Background color when mouse is not over
	var LowSubBgColor='#666666';		// Background color when mouse is not over on subs
	var HighBgColor='#CCCCCC';			// Background color when mouse is over
	var HighSubBgColor='#CCCCCC';		// 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='black';			// Font color when mouse is over
	var FontSubHighColor='black';		// Font color subs when mouse is over
	var BorderColor='#990000';			// Border color
	var BorderSubColor='#000000';		// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,verdana"	// 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='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=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// 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=5;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// 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='menu4';			// 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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['./images/arrow.gif',10,10,'./images/green2.gif',1,1,'./images/green2.gif',1,1];	// 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","./index.html","",0,22,128);
Menu2=new Array("What Is Restorative Justice\?","restorative.html","",0,36,200);
Menu3=new Array("LAVORP at a Glance","./services.html","",0,22,200);
Menu4=new Array("Mission/Vision","./mission.html","",0,22,200);
Menu5=new Array("Case Studies","./casestudy.html","",0,22,200);
Menu6=new Array("Testimonials","./factestimonials.html","",0,22,200);
Menu7=new Array("LAVORP Members","","",4,22,200);
	Menu7_1=new Array("Directors","./directors.html","",0,22,200);
	Menu7_2=new Array("Staff","staff.html","",0,22,200);
	Menu7_3=new Array("Executive Director\'s Greeting","execgreet.html","",0,22,200);
	Menu7_4=new Array("Volunteer Facilitators","./facilitators.html","",0,22,200);
Menu8=new Array("Volunteer Opportunities","","",4,36,128);
	Menu8_1=new Array("Facilitator Training","./factraining.html","",0,22,240);
	Menu8_2=new Array("Facilitator Recruiting Brochure  \(pdf\)","./brochure.pdf","",0,22,2400);
	Menu8_3=new Array("Volunteer Information Form \(pdf\)","regform.pdf","",0,22,240);
	Menu8_4=new Array("Friends of LAVORP - Auxiliary","./friends.html","",0,22,240);
Menu9=new Array("Financial Support","","",6,22,128);
	Menu9_1=new Array("LAVORP 1\-2\-5 Society - What Is It?","./support_125.html","",0,22,220);
	Menu9_2=new Array("LAVORP 1\-2\-5 Society Businesses","./support_business.html","",0,22,220);
	Menu9_3=new Array("LAVORP 1\-2\-5 Society Individuals","support_individ.html","",0,22,220);
	Menu9_4=new Array("LAVORP 1\-2\-5 Society Congregations","./support_congreg.html","",0,22,220);
	Menu9_5=new Array("How to Contribute","contribute.html","",0,22,220);
	Menu9_6=new Array("Wish List","wishlist.html","",0,22,220);
Menu10=new Array("Newsletters","newsletter.html","",0,22,128);
Menu11=new Array("Events","events.html","",0,22,128);
Menu12=new Array("Contact Us","contact.html","",0,22,128);
Menu13=new Array("Links","links.html","",0,22,128);
Menu14=new Array("Donate Now","contribute.html","",0,22,128);
Menu15=new Array("Making Peace","ycbw.html","",0,22,128);
