/***********************************************************************************
*	(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=16;			// Number of first level items
	var LowBgColor='dc0000';			// Background color when mouse is not over
	var LowSubBgColor='dc0000';			// Background color when mouse is not over on subs
	var HighBgColor='c00000';			// Background color when mouse is over
	var HighSubBgColor='c00000';			// Background color when mouse is over on subs
	var FontLowColor='ffffff';			// Font color when mouse is not over
	var FontSubLowColor='ffffff';			// Font color subs when mouse is not over
	var FontHighColor='ffffff';			// Font color when mouse is over
	var FontSubHighColor='ffffff';			// Font color subs when mouse is over
	var BorderColor='000000';			// Border color
	var BorderSubColor='000000';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Arial"			// 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=-.1;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=110;				// Menu offset y coordinate
	var StartLeft=15;				// Menu offset x coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=2;				// Left padding
	var TopPaddng=1;				// 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=500;			// 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/0 unfolds 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=['js/tri.gif',5,10,'js/tridown.gif',10,5,'js/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","home.htm","",0,16,90);
Menu2=new Array("About Us","about.htm","",0);
Menu3=new Array("Contact Us","contact.htm","",0);
Menu4=new Array("Documents","","",11);
	Menu4_1=new Array("Document Info","documents.htm","",0,16,250);
	Menu4_2=new Array("Membership Form","pdf/MEMBER_FORM.pdf","",0);
	Menu4_3=new Array("Member List","pdf/MEMBER_LIST.pdf","",0);
	Menu4_4=new Array("Flying Field Rules","pdf/FIELD_RULES.pdf","",0);
	Menu4_5=new Array("Constituion and By-Laws","pdf/SKY_LAWS.pdf","",0);
	Menu4_6=new Array("Swap Shop Flyer","pdf/SWAP_SHOP.pdf","",0);
	Menu4_7=new Array("Control Line Fly-In Flyer","pdf/FLY_IN_CL.pdf","",0);
	Menu4_8=new Array("Score Sheet- C/L Beginner","pdf/SCORE_SHEET_BEGINNER.pdf","",0);
	Menu4_9=new Array("Score Sheet- C/L PA","pdf/SCORE_SHEET_CLPA.pdf","",0);
	Menu4_10=new Array("Score Sheet- C/L OTS","pdf/SCORE_SHEET_OTS.pdf","",0);
	Menu4_11=new Array("Score Sheet- C/L OTS K-Factor","pdf/SCORE_SHEET_OTS_K.pdf","",0);
Menu5=new Array("Events","","",3);
	Menu5_1=new Array("Event Info","events.htm","",0,16,200);
	Menu5_2=new Array("Annual Swap Shop","swapshop.htm","",0);
	Menu5_3=new Array("Annual Control Line Fly-In","clflyin.htm","",0);
Menu6=new Array("Flying Site","","",2);
	Menu6_1=new Array("Flying Site","flyingsite.htm","",0,16,90);
	Menu6_2=new Array("Site Condition","sitecondition.htm","",0);
Menu7=new Array("Instructors","instructors.htm","",0);
Menu8=new Array("Links","links.htm","",0);
Menu9=new Array("Meetings","","",13);
	Menu9_1=new Array("Meeting Info","meetings.htm","",0,16,80);
	Menu9_2=new Array("January","january.htm","",0);
	Menu9_3=new Array("February","february.htm","",0);
	Menu9_4=new Array("March","march.htm","",0);
	Menu9_5=new Array("April","april.htm","",0);
	Menu9_6=new Array("May","may.htm","",0);
	Menu9_7=new Array("June","june.htm","",0);
	Menu9_8=new Array("July","july.htm","",0);
	Menu9_9=new Array("August","august.htm","",0);
	Menu9_10=new Array("September","september.htm","",0);
	Menu9_11=new Array("October","october.htm","",0);
	Menu9_12=new Array("November","november.htm","",0);
	Menu9_13=new Array("December","december.htm","",0);
Menu10=new Array("Memorial","memorial.htm","",0);
Menu11=new Array("Modeling Tips","modelingtips.htm","",0);
Menu12=new Array("Officers","officers.htm","",0);
Menu13=new Array("Other Clubs","otherclubs.htm","",0);
Menu14=new Array("Photos","","",15);
	Menu14_1=new Array("Photo Gallery 1","gallery1.htm","",0,16,170);
	Menu14_2=new Array("Photo Gallery 2","gallery2.htm","",0);
	Menu14_3=new Array("Photo Gallery 3","gallery3.htm","",0);
	Menu14_4=new Array("Photo Gallery 4","gallery4.htm","",0);
	Menu14_5=new Array("Photo Gallery 5","gallery5.htm","",0);
	Menu14_6=new Array("Photo Gallery 6","gallery6.htm","",0);
	Menu14_7=new Array("2002 Control Line Fly-In","cl2002.htm","",0);
	Menu14_8=new Array("2002 Radio Control Fly-In","rc2002.htm","",0);
	Menu14_9=new Array("2003 CL Stunt Championships","cl2003contest.htm","",0);
	Menu14_10=new Array("2003 Club Picnic","2003picnic.htm","",0);
	Menu14_11=new Array("2004 Club Picnic","2004picnic.htm","",0);
	Menu14_12=new Array("2005 Club Picnic","2005picnic.htm","",0);
	Menu14_13=new Array("2005 Swap Shop","2005swapshop.htm","",0);
	Menu14_14=new Array("2004 Christmas Dinner Party","xmas2004.htm","",0);
	Menu14_15=new Array("Ted's Turbine Heli Project","turbineheli.htm","",0);
Menu15=new Array("Guest Book","http://pub49.bravenet.com/guestbook/4185710218/","",0);
Menu16=new Array("Email Us","mailto:info@skylarksofsharon.org?subject=More Information.","",0);