	var NoOffFirstLineMenus=11;			// Number of first level items
	var LowBgColor='#FFFFFF';			// Background color when mouse is not over
	var LowSubBgColor='#FFFFFF';			// Background color when mouse is not over on subs
	var HighBgColor='#F7F7F7';			// Background color when mouse is over
	var HighSubBgColor='#F7F7F7';			// Background color when mouse is over on subs
	var FontLowColor='#000000';			// Font color when mouse is not over
	var FontSubLowColor='#000000';			// Font color subs when mouse is not over
	var FontHighColor='#000000';			// Font color when mouse is over
	var FontSubHighColor='#000000';			// Font color subs when mouse is over
	var BorderColor='#9C9C9C';			// Border color
	var BorderSubColor='#9C9C9C';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana"	// Font family menu items
	var FontSize=7;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='right';			// 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=143;				// Menu offset x coordinate 143
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=0;				// 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='navig';			// Frame where sub levels appear
	var DocTargetFrame='navig';			// 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=0;				// Uses arrow gifs when 1
	var KeepHilite=0;				// Keep selected path highligthed
	var Width = 127;

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.pedc.org","",0,13,Width);

Menu2=new Array("Club Officers","officers.htm","",0,13,Width);

Menu3=new Array("Club Events","clubevents.htm","",0,13,Width); //clubevents.htm

Menu4=new Array("Membership","","",2,13,Width);
    Menu4_1=new Array("Form","membership.pdf","",0,13,Width);
    Menu4_2=new Array("Bylaws","PEDC_Bylaws.pdf","",0,13,Width);

Menu5=new Array("Forums","http://pedc.proboards4.com","",0,13,Width);

Menu6=new Array("Classifieds","classifieds2.htm","",0,13,Width);

Menu7=new Array("Tech Help","techhelp.htm","",0,13,Width);

Menu8=new Array("Newsletter","","",12,13,Width);
	Menu8_1=new Array("January 2010","newsletter/PEDC-01-2010.pdf","",0,13,Width);
	Menu8_2=new Array("February 2010","newsletter/PEDC-02-2010.pdf","",0,13,Width);
	Menu8_3=new Array("March 2010","newsletter/PEDC-03-2010.pdf","",0,13,Width);
	Menu8_4=new Array("April 2010","newsletter/PEDC-04-2010.pdf","",0,13,Width);
	Menu8_5=new Array("May 2009","newsletter/PEDC-05-2009.htm","",0,13,Width);
	Menu8_6=new Array("June 2009","newsletter/PEDC-06-2009.pdf","",0,13,Width);
	Menu8_7=new Array("July 2009","newsletter/PEDC-07-2009.pdf","",0,13,Width);
	Menu8_8=new Array("August 2009","newsletter/PEDC-08-2009.pdf","",0,13,Width);
	Menu8_9=new Array("September 2009","newsletter/PEDC-09-2009.pdf","",0,13,Width);
	Menu8_10=new Array("October 2009","newsletter/PEDC-10-2009.pdf","",0,13,Width);
	Menu8_11=new Array("November 2009","newsletter/PEDC-11-2009.pdf","",0,13,Width);
	Menu8_12=new Array("December","","",0,13,Width);
	
Menu9=new Array("Club Merchandise","merchandise.htm","",0,13,Width);

Menu10=new Array("Links","links.htm","",0,13,Width);

Menu11=new Array("Annual Car Show","","",4,13,Width);
	Menu11_1=new Array("2006","2006.htm","",0,13,Width);
	Menu11_2=new Array("2005","2005.htm","",0,13,Width);
	Menu11_3=new Array("2004","2004showpics.htm","",0,13,Width);
	Menu11_4=new Array("2003","2003highlights.htm","",0,13,Width);
