/***********************************************************************************
*	(c) Ger Versluis 2000 version 8.2 24 April 2002	          *
*	You may use this script on non commercial sites.	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *
THIS FILE GENERATES A MENU - IT NEEDS TO BE IN THE SAME DIRECTORY AS THE WEB PAGE WHERE
THE MENU IS TO BE LOCATED
***********************************************************************************/
	var NoOffFirstLineMenus=9;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#0000ff";			// Background color when mouse is not over
	var HighBgColor="#0000ff";			// Background color when mouse is over
	var FontLowColor="#ffffff";			// Font color when mouse is not over
	var FontHighColor="#ffffff";			// Font color when mouse is over
	var BorderColor="#ff0000";			// Border color
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,technical,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="center";		// Item text position left, center or right
	var MenuCentered="left";			// Menu horizontal position can be: left, center, right, justify,
						//  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.3;			// vertical overlap child/ parent
	var StartTop=136;				// Menu offset x coordinate
	var StartLeft=5;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=600;			// delay before menu folds in
	var UnfoldDelay=50;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="";				// span id for relative positioning
	var MenuWrap=0;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"",5,10,BaseHref+"",10,5,BaseHref+"",5,10,BaseHref+"",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus="";			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......
	var PartOfWindow="";			// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var MenuSlide="";
	var MenuShadow="";
	var MenuOpacity="";
	
	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("Home","index.html","",0,20,105,"","","","","","",-1,-1,-1,"","");
Menu2=new Array("Gallery","","",12,20,110,"","","","","","",-1,-1,-1,"","");
	Menu2_1=new Array("Paul Rowlinson","rowlinson.htm","",0,25,125,"","","","","","",-1,-1,-1,"","");	
	Menu2_2=new Array("Neil Sutton","sutton.htm","",0,25,125,"","","","","","",-1,-1,-1,"","");
	Menu2_3=new Array("De Spoorplaat","De Spoorplaat.htm","",0,25,125,"","","","","","",-1,-1,-1,"","");	
	Menu2_4=new Array("Allan Haynes","Haynes.htm","",0,25,150,"","","","","","",-1,-1,-1,"","");
	Menu2_5=new Array("Rob Van der Flier","Flier.htm","",0,25,100,"","","","","","",-1,-1,-1,"","");	
	Menu2_6=new Array("Henk Hartsuiker","hartsuiker.htm","",0,25,100,"","","","","","",-1,-1,-1,"","");	
	Menu2_7=new Array("Paul Stoddart v/d Maarden","stoddart.htm","",0,30,100,"","","","","","",-1,-1,-1,"","");
	Menu2_8=new Array("Mike Pringle","Mike Pringle.htm","",0,25,100,"","","","","","",-1,-1,-1,"","");	
	Menu2_9=new Array("R W Beech","Rodney Beech.htm","",0,25,100,"","","","","","",-1,-1,-1,"","");	
	Menu2_10=new Array("Bill Roberts","Roberts.htm","",0,25,100,"","","","","","",-1,-1,-1,"","");	
	Menu2_11=new Array("Roger Sanday","Roger Sanday.htm","",0,25,100,"","","","","","",-1,-1,-1,"","");
	Menu2_12=new Array("Other Collections","other.htm","",0,25,100,"","","","","","",-1,-1,-1,"","");	
Menu3=new Array("Railway Systems","","",3,20,120,"","","","","","",-1,-1,-1,"","");
	Menu3_1=new Array("NS","NS.htm","",0,20,125,"","","","","","",-1,-1,-1,"","");	
	Menu3_2=new Array("SNCB/NMBS","SNCB.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu3_3=new Array("CFL","CFL.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");	
Menu4=new Array("Treinen","","",7,20,105,"","","","","","",-1,-1,-1,"","");
	Menu4_1=new Array("NS Treinen","","",5,20,125,"","","","","","",-1,-1,-1,"","");	
		Menu4_1_1=new Array("NS Locos","NS Locos.htm","",0,20,125,"","","","","","",-1,-1,-1,"","");
		Menu4_1_2=new Array("NS Emu's","NS EMU.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu4_1_3=new Array("NS Dmu's","NS DMU.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu4_1_4=new Array("NS Coaches","NS Coaches.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu4_1_5=new Array("NS Wagons","NS Wagons.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu4_2=new Array("SNCB/NMBS Treinen","","",5,35,100,"","","","","","",-1,-1,-1,"","");
		Menu4_2_1=new Array("SNCB/NMBS Locos","SNCB Locomotives.htm","",0,20,125,"","","","","","",-1,-1,-1,"","");
		Menu4_2_2=new Array("SNCB/NMBS Emu's","SNCB EMU.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu4_2_3=new Array("SNCB/NMBS Dmu's","SNCB DMU.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu4_2_4=new Array("SNCB/NMBS Coaches","SNCB Coaches.htm","",0,30,100,"","","","","","",-1,-1,-1,"","");
		Menu4_2_5=new Array("SNCB/NMBS Wagons","SNCB Wagons.htm","",0,30,100,"","","","","","",-1,-1,-1,"","");
	Menu4_3=new Array("CFL Treinen","","",5,20,105,"","","","","","",-1,-1,-1,"","");
		Menu4_3_1=new Array("CFL Locos","CFL Locomotives.htm","",0,20,125,"","","","","","",-1,-1,-1,"","");
		Menu4_3_2=new Array("CFL Emu's","CFL EMU.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu4_3_3=new Array("CFL Dmu's","CFL DMU.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu4_3_4=new Array("CFL Coaches","CFL Coaches.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu4_3_5=new Array("CFL Wagons","CFL Wagons.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu4_4=new Array("Acts Treinen","","",1,20,105,"","","","","","",-1,-1,-1,"","");
		Menu4_4_1=new Array("Acts Locos","Acts locos.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu4_5=new Array("Modelling","Modelling.htm","",0,20,105,"","","","","","",-1,-1,-1,"","");
	Menu4_6=new Array("Arriva Treinen","","",1,20,105,"","","","","","",-1,-1,-1,"","");
		Menu4_6_1=new Array("Arriva Treinen","arriva_treinen.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu4_7=new Array("Railion","railion.html","",0,20,105,"","","","","","",-1,-1,-1,"","");
Menu5=new Array("Nieuwsbrief","Nieuwsbrief.htm","",0,20,105,"","","","","","",-1,-1,-1,"","");
Menu6=new Array("Links","","",1,20,105,"","","","","","",-1,-1,-1,"","");
	Menu6_1=new Array("Links","Links.htm","",0,20,150,"","","","","","",-1,-1,-1,"","");	
	Menu6_2=new Array("Heathfield Churches","churches.htm","",0,20,150,"","","","","","",-1,-1,-1,"","");	
Menu7=new Array("Members","Members Portal.htm","",0,20,105,"","","","","","",-1,-1,-1,"","");
	Menu7_1=new Array("About Jesus","about_jesus.htm","",0,20,150,"","","","","","",-1,-1,-1,"","");	
	Menu7_2=new Array("How to Become a Christian","christian.htm","",0,35,100,"","","","","","",-1,-1,-1,"","");
	Menu7_3=new Array("General Questions","general_questions.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");	
	Menu7_4=new Array("Company & Legal","http://marvin/company&legal/company_legal_index.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu7_5=new Array("Finance","http://marvin/finance/finance_index.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");	
	Menu7_6=new Array("Housing Operations","http://marvin/housing_operations_zone/housing_operations_index.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu7_7=new Array("Human Resources","http://marvin/human_resources_zone/human_resource_index.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");	
	Menu7_8=new Array("Kingsmead Homes","http://marvin/kingsmead/kingsmead_homes_index.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
Menu8=new Array("Latest News","Update.htm","",0,20,105,"","","","","","",-1,-1,-1,"","");
	Menu8_1=new Array("Sermons On-Line","sermons.htm","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu8_2=new Array("Teaching Resources","teaching.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu8_3=new Array("Wap Services","wap_main.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu8_4=new Array("Prophesy","prophesy.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu8_5=new Array("Live Webcasts","webcast.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
Menu9=new Array("Contact Us","","",1,20,105,"","","","","","",-1,-1,-1,"","");
	Menu9_1=new Array("Contact Us","contact_us.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");	
