/************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	*
*	For info write to menus@burmees.nl		            *
*	You may remove all comments for faster loading	      *		
*************************************************************/

// 21 January 2010. New page (Weddings) and menu alteration.
// 8 December 2009. New page - Brian Morris.
// 5 December 2009. New page - Les King.
// 24 November 2009. New page - Extensions.
// 14 November 2009. Complete rehash of Religion and their buildings.
// 6 July 2009. Altered BorderWidth to 0 because of change in IE8
// 27 April 2009. New page - Richard Bland
// 28 March 2009. New page - Ron Braybrook
// 10 March 2009. New page - Visits
// 21 January 2009. New pages - Ron Gager and Fred Harman
// 31 December 2008. New page - Scratch dials
// 24 November 2008. Renamed In Memoriam and added WW1 & WW2
// 18 October 2008. New page - Aircraft crash.
// 30 September 2008. New page - Milennium Flower Festival.
// 27 February 2008. New page - Rifle Range graffiti.
// 29 January 2008. New page - A poem.
// 16 January 2008. New page - Water meadows.
// 23 March 2007. Additions to World Wars.
// 8 March 2007. New section - Archives.
// 25 January 2007. Additions to World Wars.
// 14 January 2007. Complete reorganisation of Stories.
// 27 December 2006. Complete reorganisation of Military.
// 4 December 2006. Complete reorganisation of Services.
// 9 November 2006. Complete reorganisation of Employment.
// 20 June 2006. Complete reorganisation of Groups.
// 10 May 2006. Complete reorganisation of Religion.
// 24 January 2006. Complete reorganisation of Buildings.
// 1 January 2006. Complete reorganisation of People.
// 31 December 2005. Poets added.
// 9 December 2005. Historical periods completely revised.
// 6 December 2005. Transport moved to Employment.
// 10 November 2005. Book order form added.
// 26 April 2004. Individual censuses added.

	var NoOffFirstLineMenus=12;			// Number of first level items
	var LowBgColor='#F6F6F6';			// Background color when mouse is not over
	var LowSubBgColor='#F6F6F6';			// Background color when mouse is not over on subs
	var HighBgColor='#FBCACD';			// Background color when mouse is over
	var HighSubBgColor='#FFD8D7';			// 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='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,sans-serif"	// Font family menu items
	var FontSize=10;				// 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=.5;			// vertical overlap child/ parent
	var StartTop=120;				// Menu offset x coordinate
	var StartLeft=40;				// Menu offset y coordinate
	var VerCorrect=3;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// 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=2000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='C';			// Frame where first level appears
	var SecLineFrame='D';			// Frame where sub levels appear
	var DocTargetFrame='D';			// 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',5,10,'tridown.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("Introduction","home.html","",7,20,150);
	Menu1_1=new Array("Contact us","mailto:info@fovanthistory.org","",0,20,150);
	Menu1_2=new Array("Credits","credits.html","",0,20,150);
	Menu1_3=new Array("Search","search.html","",0,20,150);
	Menu1_4=new Array("Links","externals.html","",0,20,150);
	Menu1_5=new Array("Updates","updates.html","",0,20,150);
	Menu1_6=new Array("Visits","visits.html","",0,20,150);
	Menu1_7=new Array("Book order","order_form.html","",0,20,150);

Menu2=new Array("Historical overview","historical_overview.html","",0);

Menu3=new Array("Geography","village_geography.html","",4);
			Menu3_1=new Array("Maps","maps.html","",0,20,130);
			Menu3_2=new Array("Local geology","geology.html","",0,20,130);
			Menu3_3=new Array("Boundaries","boundaries.html","",2,20,130);
				Menu3_3_1=new Array("Saxon Charters","AScharter.html","",0,20,150);
				Menu3_3_2=new Array("Enclosures","enclosures.html","",0,20,150);
			Menu3_4=new Array("Roads & Paths","roads_and_paths.html","",3,20,130);
				Menu3_4_1=new Array("Turnpikes","turnpikes.html","",0,20,100);
				Menu3_4_2=new Array("Waywardens","waywardens.html","",0,20,100);
				Menu3_4_3=new Array("Today's paths","row.html","",0,20,100);
		
Menu4=new Array("People","people.html","",6);
			Menu4_1=new Array("Prehistory","prehistory.html","",2,20,150);
				Menu4_1_1=new Array("Early Man","early_man.html","",0,20,100);
				Menu4_1_2=new Array("Farmers","farmers.html","",0,20,100);
			Menu4_2=new Array("Conquerors","tribes.html","",0,20,150);
			Menu4_3=new Array("The Pembroke Era","pembroke.html","",0,20,150);
			Menu4_4=new Array("Village Records","records.html","",4,20,150);
				Menu4_4_1=new Array("Parish Registers","registers.html","",0,20,140);
				Menu4_4_2=new Array("Memorials","memorials2.html","",0,20,140);
				Menu4_4_3=new Array("Directories","directories.html","",0,20,140);
				Menu4_4_4=new Array("Church Visitors' Book","visitors.html","",0,35,100);
			Menu4_5=new Array("Personal records","personal.html","",3,20,140);
				Menu4_5_1=new Array("Weddings","weddings.html","",0,20,100);
				Menu4_5_2=new Array("Memorabilia","family_trees.html","",0,20,100);
				Menu4_5_3=new Array("Interviews","interviews.html","",0,20,100);
			Menu4_6=new Array("Census data","census_data.html","",8,20,150);
				Menu4_6_1=new Array("1841 census","census1841.html","",0,20,105);
				Menu4_6_2=new Array("1851 census","census1851.html","",0,20,105);
				Menu4_6_3=new Array("1861 census","census1861.html","",0,20,105);
				Menu4_6_4=new Array("1871 census","census1871.html","",0,20,105);
				Menu4_6_5=new Array("1881 census","census1881.html","",0,20,105);
				Menu4_6_6=new Array("1891 census","census1891.html","",0,20,105);
				Menu4_6_7=new Array("1901 census","census1901.html","",0,20,105);
				Menu4_6_8=new Array("Population analysis","population_analysis.html","",0,40,105);
		
Menu5=new Array("Buildings","buildings.html","",6);
			Menu5_1=new Array("Street maps","street_map.html","",0,20,150);
			Menu5_2=new Array("Houses","houses.html","",6,20,120);
				Menu5_2_1=new Array("Medieval village","med_village.html","",0,20,120);
				Menu5_2_2=new Array("Stone cottages","cottages.html","",0,20,120);
				Menu5_2_3=new Array("Modern houses","modern_houses.html","",2,20,120);
					Menu5_2_3_1=new Array("House names","house_names.html","",0,20,100);
					Menu5_2_3_2=new Array("Pembroke sale","pembroke_sale.html","",0,20,100);
				Menu5_2_4=new Array("Extensions","extensions.html","",0,20,100);
				Menu5_2_5=new Array("Social housing","social.html","",0,20,120);
				Menu5_2_6=new Array("Listed buildings","listed.html","",1,20,120);
					Menu5_2_6_1=new Array("Wiltshire Records","buildings_reports.html","",0,40,60);
			Menu5_3=new Array("Shops","shops2.html","",0,20,100);
			Menu5_4=new Array("Inns","inns.html","",0,20,100);
			Menu5_5=new Array("Halls","halls.html","",0,20,100);
			Menu5_6=new Array("Schools","school_buildings.html","",0,20,100);

Menu6=new Array("Religion","religion.html","",4);
			Menu6_1=new Array("Christianity","christianity.html","",0,20,160);
			Menu6_2=new Array("Dissolution","dissolution.html","",1,20,100);
				Menu6_2_1=new Array("Reformation","reformation.html","",0,20,150);
			Menu6_3=new Array("The Parish Church","the_parish_church.html","",6,20,150);
				Menu6_3_1=new Array("Restoration","church_rest.html","",0,20,100);
				Menu6_3_2=new Array("Interior","church_int.html","",1,20,100);
					Menu6_3_2_1=new Array("Millennium Festival","festival.html","",0,20,150);
				Menu6_3_3=new Array("Scratch dials","scratch_dials.html","",0,20,100);
				Menu6_3_4=new Array("Officials","church_officials.html","",0,20,150);
				Menu6_3_5=new Array("Attendance","attendance.html","",0,20,100);
				Menu6_3_6=new Array("Visitors","visitors2.html","",0,20,100);
			Menu6_4=new Array("Nonconformity","nonconformity.html","",2,20,100);
				Menu6_4_1=new Array("Quakers","quakers.html","",1,20,100);
					Menu6_4_1_1=new Array("Poplars report","poplars.html","",0,20,100);
				Menu6_4_2=new Array("The Chapel","chapel.html","",0,20,100);

Menu7=new Array("Groups","groups.html","",6);
			Menu7_1=new Array("Benefit groups","benefit_groups.html","",0,20,150);
			Menu7_2=new Array("Performing Arts","perf_arts.html","",4,20,120);
				Menu7_2_1=new Array("The Band","band.html","",0,20,120);
				Menu7_2_2=new Array("Bellringers","bellringers.html","",0,20,120);
				Menu7_2_3=new Array("F.A.M.E.","fame.html","",0,20,120);
				Menu7_2_4=new Array("Dancing & Keep Fit","dancing.html","",0,40,120);
			Menu7_3=new Array("Women's Groups","women.html","",3,20,100);
				Menu7_3_1=new Array("Women's Institute","wi2.html","",0,40,100);
				Menu7_3_2=new Array("Mother's Union","mu.html","",0,20,100);
				Menu7_3_3=new Array("Young Wives","young_wives.html","",0,20,100);
			Menu7_4=new Array("Youth Groups","youths.html","",2,20,100);
				Menu7_4_1=new Array("Scouts & Cubs","scouts.html","",0,20,100);
				Menu7_4_2=new Array("Youth Club","youth_club.html","",1,20,100);
					Menu7_4_2_1=new Array("Club evolving","youth_club2.html","",0,20,100);
			Menu7_5=new Array("Sport","sport.html","",2,20,100);
				Menu7_5_1=new Array("Cricket","cricket.html","",1,20,80);
					Menu7_5_1_1=new Array("New pavilion","pavilion.html","",0,20,100);
				Menu7_5_2=new Array("Football","football.html","",0,20,100);
			Menu7_6=new Array("Hobbies & Interests","hobbies.html","",5,20,100);
				Menu7_6_1=new Array("Fishing","fishing.html","",0,20,100);
				Menu7_6_2=new Array("Poetry & Craft","poetry.html","",0,20,100);
				Menu7_6_3=new Array("Gardening","gardening.html","",0,20,100);
				Menu7_6_4=new Array("Art","art.html","",0,20,100);
				Menu7_6_5=new Array("History","history.html","",0,20,100);
				
Menu8=new Array("Employment","employment.html","",7);
			Menu8_1=new Array("Agriculture","agriculture.html","",3,20,120);
				Menu8_1_1=new Array("Mechanisation","mechanisation.html","",0,20,120);
				Menu8_1_2=new Array("Fovant Blondes","blondes.html","",0,20,100);
				Menu8_1_3=new Array("Water meadows","water_meadows.html","",0,20,100);
			Menu8_2=new Array("Trades","trades.html","",0,20,100);
			Menu8_3=new Array("Transport","transport.html","",2,20,100);
				Menu8_3_1=new Array("Lever's Garage","levers.html","",0,20,100);
				Menu8_3_2=new Array("Les King","les_king.html","",0,20,100);
			Menu8_4=new Array("Industry","industry.html","",1,20,100);
				Menu8_4_1=new Array("Tom Coombes","tom.html","",0,20,100);
			Menu8_5=new Array("Domestics","domestics.html","",0,20,100);
			Menu8_6=new Array("Military influence","military.html","",0,20,120);
			Menu8_7=new Array("Retail","retail.html","",0,20,100);

Menu9=new Array("Services","services.html","",7);
			Menu9_1=new Array("Local government","government.html","",2,20,140);
				Menu9_1_1=new Array("Charities","charities.html","",0,20,120);
				Menu9_1_2=new Array("Village officials","officials.html","",0,20,120);
			Menu9_2=new Array("The Postal Service","gpo.html","",0,20,100);
			Menu9_3=new Array("Utilities","utilities.html","",0,20,100);
			Menu9_4=new Array("Education","education.html","",3,20,120);
				Menu9_4_1=new Array("19th Century staff","staff.html","",0,20,135);
				Menu9_4_2=new Array("HMI reports","hmi.html","",0,20,135);
				Menu9_4_3=new Array("20th Century change","ed_20c.html","",0,20,135);
			Menu9_5=new Array("Doctors","doctors.html","",1,20,100);
				Menu9_5_1=new Array("Other health care","health.html","",0,20,120);
			Menu9_6=new Array("Law & Order","law_and_order.html","",1,20,100);
				Menu9_6_1=new Array("Village policemen","policemen.html","",0,20,125);
			Menu9_7=new Array("Village publications","publications.html","",0,20,100);

Menu10=new Array("World Wars","world_wars.html","",9);
			Menu10_1=new Array("WW I Camps","camps2.html","",3,20,150);
				Menu10_1_1=new Array("Y.M.C.A.","ymca.html","",1,20,100);
					Menu10_1_1_1=new Array("YMCA staff","ymca_staff.html","",0,20,100);
				Menu10_1_2=new Array("Leisure","entertainment.html","",2,20,100);
					Menu10_1_2_1=new Array("Visitors","mil_visitors.html","",0,20,100);
					Menu10_1_2_2=new Array("Poets","poets.html","",0,20,100);
				Menu10_1_3=new Array("Postcards","postcards.html","",0,20,100);
			Menu10_2=new Array("British Regiments","regts.html","",1,20,150);
				Menu10_2_1=new Array("British soldiers","soldiers_brit.html","",0,20,100);
			Menu10_3=new Array("Australian Regiments","regts_aus.html","",1,20,150);
				Menu10_3_1=new Array("Australian soldiers","soldiers_aus.html","",2,20,130);
					Menu10_3_1_1=new Array("Rev. Dymond Peel","dymond_peel.html","",0,20,125);
					Menu10_3_1_2=new Array("Boy in the Bag","boy.html","",0,20,125);
			Menu10_4=new Array("Fovant Badges","regt_badges.html","",4,20,150);
				Menu10_4_1=new Array("Lost badges","badges2.html","",0,20,120);
				Menu10_4_2=new Array("Home Guard","home_guard.html","",0,20,120);
				Menu10_4_3=new Array("Badges Society","HGA_to_FBS.html","",1,20,120);
					Menu10_4_3_1=new Array("WW I Museum","pa_museum.html","",0,20,100);
				Menu10_4_4=new Array("A poem","poem.html","",0,20,120);
			Menu10_5=new Array("Military Hospitals","hospital.html","",1,20,150);
				Menu10_5_1=new Array("Hospital staff","hosp_staff.html","",0,20,120);
			Menu10_6=new Array("Military Railway","railway.html","",0,20,150);
			Menu10_7=new Array("British Legion","british_legion.html","",0,20,150);
			Menu10_8=new Array("World War II","1939-45.html","",2,20,150);
				Menu10_8_1=new Array("Rifle range graffiti","graffiti.html","",0,20,120);
				Menu10_8_2=new Array("Aircraft crash","crash.html","",0,20,120);
			Menu10_9=new Array("Lest we forget","in_memoriam.html","",0,20,150);
	
Menu11=new Array("Stories","stories.html","",3);
			Menu11_1=new Array("Reminiscences","reminiscences.html","",7,20,120);
				Menu11_1_1=new Array("Ann Lee","ann_lee.html","",0,20,120);
				Menu11_1_2=new Array("Grace Way","grace_way.html","",0,20,120);
				Menu11_1_3=new Array("Fred Harman","harman.html","",0,20,120);
				Menu11_1_4=new Array("Ron Gager","gager.html","",0,20,120);
				Menu11_1_5=new Array("Ron Braybrook","braybrook.html","",0,20,120);
				Menu11_1_6=new Array("Richard Bland","bland.html","",0,20,120);
				Menu11_1_7=new Array("Brian Morris","morris.html","",0,20,120);
			Menu11_2=new Array("Highwaymen","crooks.html","",0,20,120);
			Menu11_3=new Array("Ghosts","ghosts.html","",0,20,120);

Menu12=new Array("Archives","arch_objects.html","",0);

