	var NoOffFirstLineMenus=17;			// Number of first level items
	var LowBgColor='#DCEDFF';			// Background color when mouse is not over
	var LowSubBgColor='#DCEDFF';			// Background color when mouse is not over on subs
	var HighBgColor='#2C3E90';			// Background color when mouse is over
	var HighSubBgColor='#2C3E90';			// Background color when mouse is over on subs
	var FontLowColor='#2C3E90';			// Font color when mouse is not over
	var FontSubLowColor='#2C3E90';			// 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='#ffffff';			// Border color
	var BorderSubColor='#ffffff';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana, Arial, Helvetica, sans-serif"	// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=175;				// 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=13;				// Left padding
	var TopPaddng=3;				// 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='';				// 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=['tri.gif',5,10,'tridown1.gif',10,5,'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,154);

Menu2=new Array("The Club","","",3);
	Menu2_1=new Array("Club History","History.html","",0,20,160);
	Menu2_2=new Array("Annual Report","Report.html","",0);
	Menu2_3=new Array("Bronte News","News.html","",0);

Menu3=new Array("Functions","Facilities.html","",0);

Menu4=new Array("Club Shop","","",2);
	Menu4_1=new Array("Surf Club Shop","Shop.html","",0,20,150);
	Menu4_2=new Array("Bronte Book","Book.html","",0);

Menu5=new Array("Envirosurf","http://www.envirosurf.org","",0);

Menu6=new Array("Membership","Membership.html","",0);

Menu7=new Array("Members Forum","http://www.brontesurfclub.com.au/forums","",0);

Menu8=new Array("Nippers","","",10);
	Menu8_1=new Array("Membership","Nip_Membership.html","",0,20,160);
	Menu8_2=new Array("Proficiency","Proficiency.html","",0);
	Menu8_3=new Array("Nipper Information Pack","Information.html","",0,32);
	Menu8_4=new Array("Junior Ocean Swim","http://www.bonditobronte.com.au","",0);
	Menu8_5=new Array("Nipper Calendar","Calender.html","",0);
	Menu8_6=new Array("Nipper Carnivals","Nip_Comp.html","",0);
	Menu8_7=new Array("Training Schedule","T_Bulletin.html","",0);
	Menu8_8=new Array("Nipper News","Nip_News.html","",0);
	Menu8_9=new Array("Parents Help Roster","BBQ.html","",0);
	Menu8_10=new Array("Nipper Contacts","Nip_Contact.html","",0);

Menu9=new Array("Cadets/Juniors","","",2);
	Menu9_1=new Array("Cadet News","Cadets.html","",0,20,150);
	Menu9_2=new Array("1st yr Cadet Patrols","Cadet_Patrol.html","",0);

Menu10=new Array("Patrols","Patrols.html","",0);

Menu11=new Array("Training","","",4);
	Menu11_1=new Array("Training Schedule","T_Bulletin.html","",0,20,150);
	Menu11_2=new Array("Surf Training","Training.html","",0);
	Menu11_3=new Array("Education Training","Education.html","",0);
	Menu11_4=new Array("Boat Training","Boats.html","",0);

Menu12=new Array("Competitions","","",4);
	Menu12_1=new Array("Comp Bulletin","Comp_Bulletin.html","",0,20,150);
	Menu12_2=new Array("Comp Timetables","Carnival.html","",0);
	Menu12_3=new Array("Comp Results","Comp_Results.html","",0);
	Menu12_4=new Array("Comp Contacts","Comp_contacts.html","",0);

Menu13=new Array("Ocean Races","Event.html","",0);

Menu14=new Array("Social Events","Soc_News.html","",0);
	
Menu15=new Array("Photo Gallery","Photos.html","",0);

Menu16=new Array("Sponsors & Links","Sponsors.html","",0);

Menu17=new Array("Club Contacts","Contacts.html","",0);