/***********************************************************************************
*	(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=9;			// Number of first level items
	var LowBgColor='#FECD08';			// Background color when mouse is not over
	var LowSubBgColor='#FECD08';			// Background color when mouse is not over on subs
	var HighBgColor='#FEDD56';			// Background color when mouse is over
	var HighSubBgColor='#FEDD56';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// 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='#E3F4BD';			// Border color
	var BorderSubColor='#E3F4BD';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// 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=102;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=1;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=210;				// delay before menu folds in
	var TakeOverBgColor=0;				// 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='left';			// 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=['tri.gif',4,8,'tridown.gif',4,8,'trileft.gif',4,8];	// 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,87);



Menu2=new Array("ORC Details","","",11);
	Menu2_1=new Array("Introduction","intro.html","",0,20,190);
	Menu2_2=new Array("Vision Statement","vision.html","",0,20,140);
	Menu2_3=new Array("Committee Contacts","clubcommittee.html","",0,20,140);			
	Menu2_4=new Array("History","history.html","",3);
		Menu2_4_1=new Array("Club History","history.html","",0,20,150);
		Menu2_4_2=new Array("Club Poem","history.html#poem","",0,20,150);
		Menu2_4_3=new Array("H.V. Evatt Park History","history.html#evatt","",0,20,150);
	Menu2_5=new Array("Life Members","life.html","",0,20,140);
	Menu2_6=new Array("Jobs Wanted / Available","jobhelp.html","",0,20,140);
	Menu2_7=new Array("Competition Winning Teams","compwinners.html");
	Menu2_8=new Array("Representative Honours","reps.html");
	Menu2_9=new Array("ORC Merchandise","merchandise.html","",0,20,140);
	Menu2_10=new Array("Committee Members by Year","","",3);
		Menu2_10_1=new Array("Executive Committee","execom.html","",0,20,150);
		Menu2_10_2=new Array("Senior Committee","snrcom.html","",0,20,200);
		Menu2_10_3=new Array("Junior Committee","jnrcom.html","",0,20,200);

	Menu2_11=new Array("Policy Manual","policy.html","",16);
		Menu2_11_1=new Array("1. Introduction","policy.html#1","",0,20,250);
		Menu2_11_2=new Array("2. Executive Position Descriptions","policy.html#2","",0,20,200);
		Menu2_11_3=new Array("3. Sub Committee Position Descrptions","policy.html#3","",0,0,0);
		Menu2_11_4=new Array("4. Other Position Descrptions","policy.html#4","",0,0,0);
		Menu2_11_5=new Array("5. Club Safety","policy.html#5","",0,0,0);
		Menu2_11_6=new Array("6. Physical Preparation","policy.html#6","",0,0,0);
		Menu2_11_7=new Array("7. Equipment","policy.html#7","",0,0,0);
		Menu2_11_8=new Array("8. Facilities ","policy.html#8","",0,0,0);
		Menu2_11_9=new Array("9. Ground Set-up","policy.html#9","",0,0,0);
		Menu2_11_10=new Array("10. Insurance","policy.html#10","",0,0,0);
		Menu2_11_11=new Array("11. Registration","policy.html#11","",0,0,0);
		Menu2_11_12=new Array("12. Code of Conduct","policy.html#12","",0,0,0);
		Menu2_11_13=new Array("13. Meeting Protocols","policy.html#13","",0,0,0);
		Menu2_11_14=new Array("14. Game and Points Statics","policy.html#14","",0,0,0);
		Menu2_11_15=new Array("15. Fundraising","policy.html#15","",0,0,0);
		Menu2_11_16=new Array("16. Documents and Forms","policy.html#16","",0,0,0);
	

Menu3=new Array("Sponsors","javascript:top.location.href='sponsors.html'","",0);

Menu4=new Array("Seniors","","",4);
	Menu4_1=new Array("Draw/Events","snrevents.html","",0,20,140);
	Menu4_2=new Array("Photos","snrphotos.html","",0,20,140);
	Menu4_3=new Array("News","snrnews.html","",0,20,140);
	Menu4_4=new Array("Seniors Honour Roll","","",3);
		Menu4_4_1=new Array("Seniors Game Awards","snrgames.html","",0,20,140);
		Menu4_4_2=new Array("Club Awards","snrawards.html","",0,20,200);
		Menu4_4_3=new Array("Team Awards","snrteamawards.html","",0,20,200);


Menu5=new Array("Juniors","","",4);
	Menu5_1=new Array("Events","jnrevents.html","",0,20,140);
	Menu5_2=new Array("Photos","jnrphotos.html","",0,20,140);
	Menu5_3=new Array("News","jnrnews.html","",0,20,140);
	Menu5_4=new Array("Juniors Honour Roll","","",3);
		Menu5_4_1=new Array("Junior Game Awards","jnrgames.html","",0,20,140);
		Menu5_4_2=new Array("Club Awards","jnrawards.html","",0,20,200);
		Menu5_4_3=new Array("Team Awards","jnrteamawards.html","",0,20,200);


Menu6=new Array("Minis","","",4);
	Menu6_1=new Array("Events","minievents.html","",0,20,140);
	Menu6_2=new Array("Photos","miniphotos.html","",0,20,140);
	Menu6_3=new Array("News","mininews.html","",0,20,140);
	Menu6_4=new Array("Minis Honour Roll","","",3);
		Menu6_4_1=new Array("Minis Game Awards","minigames.html","",0,20,140);
		Menu6_4_2=new Array("Club Awards","miniawards.html","",0,20,200);
		Menu6_4_3=new Array("Team Awards","miniteamawards.html","",0,20,200);

Menu7=new Array("News","javascript:top.location.href='news.html'","",0);
	
Menu8=new Array("Links","javascript:top.location.href='links.html'","",0);
	

Menu9=new Array("Contact Us","contact.html","",0);
	Menu9_1=new Array("Mini Events","minievents.html","",0,20,140);
	Menu9_2=new Array("Junior Events","jnrevents.html","",0,20,140);
	Menu9_3=new Array("Senior Events","snrevents.html","",0,20,140);



	
	
