/***********************************************************************************
*	(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=14;			// Number of first level items
	var LowBgColor='#336633';			// Background color when mouse is not over
	var LowSubBgColor='#b4aaa0';			// Background color when mouse is not over on subs
	var HighBgColor='c7af71';			// Background color when mouse is over
	var HighSubBgColor='c7af71';			// Background color when mouse is over on subs
	var FontLowColor='b4aaa0';			// Font color when mouse is not over
	var FontSubLowColor='336633';			// 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='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Arial, Helvetica, sans-serif;"	// Font family menu items
	var FontSize=8;				// 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=.09;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=170;				// 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=15;  			// 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=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='';				// 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',10,10,'images/tridown.gif',10,5,'images/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","index.html","",0,20,158);


Menu2=new Array("Members Section","members/index.html","",8,20,160);
Menu2_1=new Array("Member List","members/list.html","",0,20,200);
Menu2_2=new Array("Summer-Guest List","members/summer.html","",0,20,160);
Menu2_3=new Array("Keg Club","members/keg.html","",0,20,160);
Menu2_4=new Array("Ladder","members/ladder.html","",0,20,160);
Menu2_5=new Array("Injury List","members/injury.html","",0,20,160);
Menu2_6=new Array("Tournament Sign-ups","members/signup.html","",0,20,160);
Menu2_7=new Array("Tournament Results","members/results.html","",0,20,160);
Menu2_8=new Array("2009 Notices","members/notice.html","",0,20,160);

Menu3=new Array("Photo Gallery","photogallery/index.html","",6,20,160);
Menu3_1=new Array("Photos from 2006","photogallery/pg06.html","",0,20,160);
Menu3_2=new Array("Photos from 2005","photogallery/pg05.html","",0,20,160);
Menu3_3=new Array("Photos from 2004","photogallery/pg04.html","",0,20,160);
Menu3_4=new Array("Photos from 2003","photogallery/pg03.html","",0,20,160);
Menu3_5=new Array("Photos from 2002","photogallery/pg02.html","",0,20,160);
Menu3_6=new Array("Photos from 2001","photogallery/pg01.html","",0,20,160);


Menu4=new Array("Schedule of Events","schedule/index.html","",3,20,160);
Menu4_1=new Array("2009 Event Schedule","schedule/event09.html","",0,20,160);
Menu4_2=new Array("2009 Weekly Schedule","schedule/week09.html","",0,20,160);
Menu4_3=new Array("Prior Years Events","schedule/prior.html","",0,20,160);

	
Menu5=new Array("Member Information","info/index.html","",6,20,160);
Menu5_1=new Array("New Member Information","info/officers.html","",0,20,200);
Menu5_2=new Array("Officers and Trustees","info/officers.html","",0,20,200);
Menu5_3=new Array("Committee Chairs & Members","info/committee.html","",0,20,160);
Menu5_4=new Array("Former Presidents","info/formerp.html","",0,20,160);
Menu5_5=new Array("Contact Office","info/office.html","",0,20,160);
Menu5_6=new Array("Courtside Phone","info/phone.html","",0,20,160);

	
Menu6=new Array("Dues","dues/index.html","",1,20,160);
Menu6_1=new Array("2009 Dues Statement","dues/statement.html","",0,20,175);

Menu7=new Array("Club News Articles","articles/index.html","",2,20,160);
Menu7_1=new Array("Newspaper Articles","articles/newspaper.html","", 0,20,160);
Menu7_2=new Array("LMCC Papoose Articles","articles/index.html","",0,20,160);
	
Menu8=new Array("Sparta Day Open","http://www.spartadayopen.com/","",0,20,160);

	
Menu9=new Array("Club Rules","rules/index.html","",0,20,160);

Menu10=new Array("Tennis Links","links/index.html","",0,20,160);

Menu11=new Array("Community Links", "links/community.html","",0,20,160);

Menu12=new Array("Directions", "maps/index.html ","",0,20,160);

Menu13=new Array("Weather", "weather/index.html","",0,20,160);

Menu14=new Array("FAQ's", "faq/index.html","",0,20,160);
	
