/***********************************************************************************
*	Adapted for HarmonieII
*	(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		          *
*	Index page menu (top level)	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=21			// Number of first level items
	var LowBgColor="#DCDCDC";			// Background color when mouse is not over
	var LowSubBgColor="#DCDCDC";			// Background color when mouse is not over on subs
	var HighBgColor="#F0FFFF";			// Background color when mouse is over
	var HighSubBgColor="#F0FFFF";			// Background color when mouse is over on subs
	var FontLowColor="#800000";			// Font color when mouse is not over
	var FontSubLowColor="#800000";			// Font color subs when mouse is not over
	var FontHighColor="#800000";			// Font color when mouse is over
	var FontSubHighColor="#800000";			// Font color subs when mouse is over
	var BorderColor="white";			// Border color
	var BorderSubColor="white";			// Border color for subs
	var BorderWidth=2;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,verdana"	// Font family menu items
	var FontSize=8;				// 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=.25;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.25;			// vertical overlap child/ parent
	var StartTop=0;				// 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=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=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="self";			// Frame where first level appears
	var SecLineFrame="self";			// Frame where sub levels appear
	var DocTargetFrame="self";			// Frame where target documents appear
	var TargetLoc="MenuPos";				// 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(){;}
function AfterBuild(){;}
function BeforeFirstOpen(){;}
function AfterCloseAll(){;}


// 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.htm","",0,20,140);
Menu2=new Array("Latest page update","cook.html","",0,20,140);
Menu3=new Array("Ship Specification","","",7);
	Menu3_1=new Array("Main Data","speci.html","",0,20,220);
	Menu3_2=new Array("Propulsion Engine","propengine.html","",0);
	Menu3_3=new Array("Electrical Systems","genset.html","",0);
	Menu3_4=new Array("Heating and Galley","domestic.html","",0);
	Menu3_5=new Array("Deck Gear","deck.html","",0);
	Menu3_6=new Array("Accommodation and Instrumentation","accom.html","",0);
	Menu3_7=new Array("Ships Plan","plan.html","",0);

Menu4=new Array("Buying a Barge","","",5);
	Menu4_1=new Array("What sort?","sort.html","",0,20,170);
	Menu4_2=new Array("Brokers and Surveyors","brokers.html","",0);
	Menu4_3=new Array("Where to look","location.html","",0);
	Menu4_4=new Array("Prices","price.html","",0);
	Menu4_5=new Array("Documentation (Red Tape)","docs.html","",0);

Menu5=new Array("Communications","","",4);
	Menu5_1=new Array("Internet","net.html","",0,20,130);
	Menu5_2=new Array("TV and Radio","tv.html","",0);
	Menu5_3=new Array("Mobile Telephones","phone.html","",0);
	Menu5_4=new Array("VHF","vhf.html","",0);

Menu6=new Array("Travels in 2005","","",4);
	Menu6_1=new Array("Our first Journey","first.html","",0,20,140);
	Menu6_2=new Array("River Maas","maas.html","",0);
	Menu6_3=new Array("Den Bosch to Belgium","denbosch.html","",0);
	Menu6_4=new Array("Autumn in Belgium","autumn.html","",0);
	//Menu6_5=new Array("Organic Groceries","provender/deli/pages/organic3.html","",0);
	//Menu6_6=new Array("Herbs and Spices","provender/deli/pages/herbs.html","",0);

Menu7=new Array("Travels in 2006","","",8);
	Menu7_1=new Array("Spring in Belgium and Holland","2006april.html","",0,20,190);
	Menu7_2=new Array("Flowers in Holland","2006may.html","",0);
	Menu7_3=new Array("Belgium in May","2006may2.html","",0);
	Menu7_4=new Array("June in France","2006jun.html","",0);
	Menu7_5=new Array("Canal de la Somme ","somme.html","",0);
	Menu7_6=new Array("July in France ","2006july.html","",0);
	Menu7_7=new Array("Marne, Champagne & Lorraine","marne.html","",0);
	Menu7_8=new Array("The River Meuse","meuse.html","",0);
	
Menu8=new Array("Travels in 2007/8","","",9);
	Menu8_1=new Array("Plans for 2007","april2007.html","",0,20,170);
	Menu8_2=new Array("Canal des Ardennes & Riems","2007july.html","",0,20,170);
	Menu8_3=new Array("Chalons to Chalon","2007aug.html","",0,20,170);
	Menu8_4=new Array("Canal du Centre & Roanne","centre.html","",0,20,170);
	Menu8_5=new Array("The Loire Valley","loire.html","",0,20,170);
	Menu8_6=new Array("Apremont-sur Allier","apremont.html","",0,20,170);
	Menu8_7=new Array("Briare to Paris","2007oct.html","",0,20,170);
	Menu8_8=new Array("Autumn in France","2007autumn.html","",0,20,170);
	Menu8_9=new Array("Winter in France","2007winter.html","",0,20,170);

Menu9=new Array("Travels in 2008/9","","",8);
	Menu9_1=new Array("Travel plans for 2008","april2008.html","",0,20,130);
	Menu9_2=new Array("Springtime in France","2008spring.html","",0,20,170);
	Menu9_3=new Array("Ireland","ireland.html","",0,20,170);
	Menu9_4=new Array("Nivernais Canal","nivernais.html","",0,20,170);
	Menu9_5=new Array("Burgundy Canal","burgundy.html","",0,20,170);
	Menu9_6=new Array("St Jean to Bruges","2008autumn.html","",0,20,170);
	Menu9_7=new Array("Bruges in 2008","bruges.html","",0,20,170);
	Menu9_8=new Array("Bruges in 2009","bruges2.html","",0,20,170);
	//Menu9_9=new Array("Winter in France","2007winter.html","",0,20,170);
Menu10=new Array("Travels in 2009","","",7);
	Menu10_1=new Array("Cruising Plans for 2009","plans2009.html","",0,20,130);
	Menu10_2=new Array("Belgium in Spring 2009","2009belgium.html","",0,20,130);
	Menu10_3=new Array("Belgium in Summer 2009","2009belgium2.html","",0,20,130);
	Menu10_4=new Array("Givet to Dole 2009","june2009.html","",0,20,130);
	Menu10_5=new Array("Dole to Mulhouse 2009","doubs.html","",0,20,130);
	Menu10_6=new Array("Dijon to Gent 2009","yonne.html","",0,20,130);
	Menu10_7=new Array("Wintering in Gent 2009/10","gent.html","",0,20,130);

Menu11=new Array("Travels in 2010","","",6);
	Menu11_1=new Array("Cruising Plans for 2010","plans2010.html","",0,20,130);
	Menu11_2=new Array("Spring in Cyprus","cyprus.html","",0,20,130);
	Menu11_3=new Array("Benelux in Spring 2010","spring2010.html","",0,20,130);
	Menu11_4=new Array("Holland in Summer 2010","summer2010.html","",0,20,130);
	Menu11_5=new Array("Holland late summer 2010","autumn2010.html","",0,20,130);
	Menu11_6=new Array("Winter in Gent 2010/11","winter2010.html","",0,20,130);
	//Menu11_7=new Array("Wintering in Gent","gent.html","",0,20,130);

Menu12=new Array("Travels in 2011","","",3);
	Menu12_1=new Array("Cruising Plans for 2011","plans2011.html","",0,20,170);
	Menu12_2=new Array("Spring in Belgium 2011","spring2011.html","",0,20,170);
	Menu12_3=new Array("France & Belgium in Summer 2011","summer2011.html","",0,20,170);
	//Menu12_4=new Array("Holland in Summer 2010","summer2010.html","",0,20,130);
	//Menu12_5=new Array("Holland late summer 2010","autumn2010.html","",0,20,130);
	//Menu12_6=new Array("Winter in Gent 2010/11","winter2010.html","",0,20,130);
	//Menu12_7=new Array("Wintering in Gent","gent.html","",0,20,130);

Menu13=new Array("The Barge Warming 2005","warming.html","",0,20,130);

Menu14=new Array("South African Holiday 2006","sa.html","",0,20,130);

Menu15=new Array("World Trip 2006/7","","",4);
	Menu15_1=new Array("China","china.html","",0,20,140);
	Menu15_2=new Array("New Zealand","nz.html","",0);
	Menu15_3=new Array("Australia","oz.html","",0);
	Menu15_4=new Array("Brazil","brazil.html","",0);

Menu16=new Array("World Trip 2011/12","","",7);
	Menu16_1=new Array("USA, Califonia","usa.html","",0,20,140);
	Menu16_2=new Array("Auckland, New Zealand","nz2.html","",0);
	Menu16_3=new Array("Coromandel & Waikato","coromandel.html","",0);
	Menu16_4=new Array("East Cape to Hawkes Bay","east.html","",0);
	Menu16_5=new Array("Napier to Christchurch","nsouth.html","",0);
	Menu16_6=new Array("Southland New Zeland","ssouth.html","",0);
	Menu16_7=new Array("Mount Cook to Akaroa","cook.html","",0);		

Menu17=new Array("Survey & Repair","","",2);
	Menu17_1=new Array("2007 modifications & survey","slip.html","",0,20,140);
	Menu17_2=new Array("TRIWV Regulations","triwv.html","",0,20,140);

Menu18=new Array("Send us a Message","contact.php","",0,20,130);
	
Menu19=new Array("This Barge is for Sale","nancymay/index.html","",0,20,130);
	
Menu20=new Array("Harmonies History","history.html","",0,20,130);
		
Menu21=new Array("Mendip Caving Songs","caving/cavingsongs.html","",0,20,130);
		
