/***********************************************************************************
*	(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=8;			// Number of first level items
	var LowBgColor='000080';			// Background color when mouse is not over
	var LowSubBgColor='000080';			// Background color when mouse is not over on subs
	var HighBgColor='000080';			// Background color when mouse is over
	var HighSubBgColor='000080';			// Background color when mouse is over on subs
	var FontLowColor='FFCC66';	  		// Font color when mouse is not over
	var FontSubLowColor='FFCC66';			// Font color subs when mouse is not over
	var FontHighColor='red';			// Font color when mouse is over
	var FontSubHighColor='red';			// Font color subs when mouse is over
	var BorderColor='000080';			// Border color
	var BorderSubColor='white';			// 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=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='center';			// 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=160;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// 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=100;			// 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=['images/tri.gif',5,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","",2,25,52);
	Menu1_1=new Array("Recent Changes","changes.htm","",0,25,120);
	Menu1_2=new Array("Links","links_to_other_sites.htm","",0);	

Menu2=new Array("JRTE Information","","",7,25,115);
	Menu2_1=new Array("Aim of JRTE","aim_of_jrte.htm","",0,25,150);	
	Menu2_2=new Array("JRTE Staff 1964","jrte_staff_64.htm","",0);
	Menu2_3=new Array("History of JRTE","history_of_jrte.htm","",0);
	Menu2_4=new Array("Full List of 8th Intake","8th_intake_list.htm","",0);
	Menu2_5=new Array("8th Intake Lost Souls","lost_souls.htm","",0);
	Menu2_6=new Array("8th Intake Divisions","divisions.htm","",7,25,150);
		Menu2_6_1=new Array("Winjan1","winjan1.htm","",0,25,80);
		Menu2_6_2=new Array("Winjan2","winjan2.htm","",0);
		Menu2_6_3=new Array("Kaiber1","kaiber1.htm","",0);
		Menu2_6_4=new Array("Mokare1","mokare1.htm","",0);
		Menu2_6_5=new Array("Mokare2","mokare2.htm","",0);
		Menu2_6_6=new Array("Nakina1","nakina1.htm","",0);
		Menu2_6_7=new Array("Nakina2","nakina2.htm","",0);
	Menu2_7=new Array("9th Intake Divisions","intake_9.htm","",7,25,150);
		Menu2_7_1=new Array("Howden1","howden1.htm","",0,25,80);
		Menu2_7_2=new Array("Howden2","howden2.htm","",0);
		Menu2_7_3=new Array("Morrow1","morrow1.htm","",0);
		Menu2_7_4=new Array("Rhoades1","rhoades1.htm","",0);
		Menu2_7_5=new Array("Rhoades2","rhoades2.htm","",0);
		Menu2_7_6=new Array("Collins1","collins1.htm","",0);
		Menu2_7_7=new Array("Collins2","collins2.htm","",0);
	
Menu3=new Array("Personal Accounts","","",2,25,127);
	Menu3_1=new Array("Jacko's Story","jackos_story.htm","",0,25,100);
	Menu3_2=new Array("Curbs' Story","curbs_story.htm","",0);
	
Menu4=new Array("Noticeboard","","",5,25,87);
	Menu4_1=new Array("Notices from Intake members","notices.htm","",0,25,180);
	Menu4_2=new Array("Business Notices","8th_intake_business_notices.htm","",0);
	Menu4_3=new Array("DVA Notices","DVA_Notices.htm","",0);
	Menu4_4=new Array("JRTE Memorial","JRTE_Memorial.htm","",0);
	Menu4_5=new Array("Members in Sick Bay","sick_bay.htm","",0);

Menu5=new Array("Reunions","","",6,25,60);
	Menu5_1=new Array("45th Reunion 2009","","",3,25,120);
		Menu5_1_1=new Array("45th Reunion Attendees","45th_reunion_attendance.htm","",0,25,190);
		Menu5_1_2=new Array("45th Reunion Photos","45th_Reunion_Photos.htm","",0,25,190);
		Menu5_1_3=new Array("45th Reunion Info","45th_Reunion_Info.htm","",0,25,190);	
	Menu5_2=new Array("40th Reunion 2004","","",11,25,180);
		Menu5_2_1=new Array("Reunion Day 1","40th_reunion_day_1.htm","",0,25,180);	
		Menu5_2_2=new Array("Reunion Day 2","40th_reunion_day_2.htm","",0);
		Menu5_2_3=new Array("Reunion Day 3","40th_reunion_day_3.htm","",0);
		Menu5_2_4=new Array("Reunion Day 4","40th_reunion_day_4.htm","",0);
		Menu5_2_5=new Array("John Dunthorne Photos","jd_photographs.htm","",0);
		Menu5_2_6=new Array("Bill Harrison Photos","bh_photographs.htm","",0);
		Menu5_2_7=new Array("Guy Wall Photos","gw_photographs.htm","",0);
		Menu5_2_8=new Array("Bob King Photos","bk_photographs.htm","",0);
		Menu5_2_9=new Array("Tony Thredgold Photos","tt_photographs.htm","",0);
		Menu5_2_10=new Array("Reunion Programme","programme.htm","",0);
		Menu5_2_11=new Array("Attendance List","attendance_list.htm","",0);
	Menu5_3=new Array("35th Reunion 1999","35th_reunion_1999.htm","",0);
	Menu5_4=new Array("30th Reunion 1994","30th_reunion_1994.htm","",0);
	Menu5_5=new Array("RAN Reunions","other_ran_reunions.htm","",0);
	Menu5_6=new Array("50th Reunion 2014","50th_reunion_2014.htm","",0);

Menu6=new Array("Rogue's Gallery","Photographs.htm","",0,25,107);
	
Menu7=new Array("Guestbook","AdvancedGuestbook/index.php","",0,25,77);
	
Menu8=new Array("Lest We Forget","lest_we_forget.htm","",0,25,102);



