/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['HOME', '../index.html'],
	['BOAT BOUGHT', '../Page1/Boat Bought.html'],
		/*['Buying The Boat', 'http://Boat Bought1.html'],
		['Home Journey', 'http://Boat Bought1.html#shakedown'],
		['Progress Report', 'http://Boat Bought1.html#progress']*/
/*	],*/
	['SETTING OUT', null, null,
		['Leaving The UK', '../Page2/Avalon Leaves.html'],
		['UK to Coruna', '../Page2/Coruna.html'],
		['Coruna to Portosin', '../Page2/Portosin.html'],
		['Christmas Update', '../Page2/Xmas Update.html'],
		['Portosin to Madeira', '../Page2/Madeira1.html'],
		['More from Madeira', '../Page2/Madeira2.html']
	],
	['CARIBBEAN', null, null,
	['Atlantic Crossing', '../Page3/Atlantic.html'],
		['St. Lucia and St. Vincent', '../Page3/carib1.html'],
		['Martinique to Gaudeloupe', '../Page3/carib2.html'],
		['Guadeloupe to St. Maarten', '../Page3/carib3.html'],
		['St. Maarten and UK', '../Page3/carib4.html'],
		['Grenada', '../Page3/carib5.html']
	],
	['Sth.AMERICA', null, null,
		['Grenada to Puetro La Cruz', '../Page4/SthAmerica1.html'],
		['Venezuelan Adventures', '../Page4/SthAmerica2.html'],
		['Cartagena to Panama', '../Page4/SthAmerica3.html'],
		['Throught the Panama Canal', '../Page4/SthAmerica4.html'],
		['Onwards to Equador', '../Page4/SthAmerica5.html'],
		['Peruvian Perambulations', '../Page4/SthAmerica6.html'],
		['Equadorian Exit', '../Page4/SthAmerica7.html']
	],
	['Sth.PACIFIC', null, null,
		['The Galapagos and Marquesas', '../Page5/Sth Pacific1.html'],
		['The Tuamotu Islands', '../Page5/Sth Pacific2.html'],
		['Tuamotu to Tahiti', '../Page5/Sth Pacific3.html'],
		['Tahiti and Easter Island', '../Page5/Sth Pacific4.html'],
		['UK Christmas', '../Page5/UKchristmas.html'],
		['Time Out in New Zealand', '../Page5/New Zealand1.html'],
		['More Time Out in New Zealand', '../Page5/New Zealand2.html'],
		['The Society Islands to Nuie', '../Page5/Sth Pacific5.html'],
		['Nuie to Fiji', '../Page5/Sth Pacific6.html'],
		['Friendly Fiji', '../Page5/Sth Pacific7.html'],
		['Fiji to New Caledonia', '../Page5/Sth Pacific8.html']
	],
	['AUSTRALIA', null, null,
		['New Caledonia to Bundaberg', '../Page6/Australia1.html'],
		['Avalon Moves to Townsville' , '../Page6/Australia2.html'],
		['UK Visit', '../Page6/UKvisit.html'],
		['Travels in Australia', '../Page6/Australia3.html'],
		['Tasmania to Townsville', '../Page6/Australia4.html'],
		['Townsville to Darwin', '../Page6/Australia5.html']				
	],
	['Sth. EAST ASIA', null, null,
		['Darwin, Indonesia to Singapore', '../Page7/Indonesia.html'],
		['Singapore Fling', '../Page7/Singapore.html'],
		['Malacca Straits and Malaysia', '../Page7/Malaysia.html'],
		['Malaysia to Thailand', '../Page7/Thailand.html'],
		['Thailand to Oman', '../Page7/Oman.html']
	],
	['MIDDLE EAST', null, null,
	['Oman to Eritrea',   '../Page8/Omantoegypt.html'],
	['Eritrea to Egypt',   '../Page8/Egypt.html'],
	['Egypt to Cyprus',   '../Page8/Israel.html'],
	['Cyprus to Turkey',   '../Page8/Turkey1.html'],
	['UK Interlude',   '../Page8/Turkey2.html'],
	['Return to Turkey',   '../Page8/Turkey3.html']
	],
	['MEDITERRANEAN', null, null,
	['Turkey to Greece',   '../Page9/Greece.html'],
	['Greece to Italy',   '../Page9/Italy.html'],
	['Italy to Spain',   '../Page9/Spain.html']
	],
	['SUMMARY', '../Page9/Statistics.html'],
	
	['Spain to UK', null, null,
	['Barcelona to France','../Page10/France1.html'],
	['France to London','../Page10/France2.html']
	],
	['   ', null, null,],
	['   ', null, null,],
	['   ', null, null,
	]
];	
/*	['INDIA', null, null,
		['Caribbean 1', 'http://Carib1.html'],
		['Caribbean 2', 'http://Carib2.html'],
		['Caribbean 3', 'http://Carib3.html'],
		['Caribbean 4', 'http://Carib4.html'],
		['UK Interlude', 'http://UKinterlude.hmtl'],
		['Caribbean 5', 'http://Carib5.html']
	],	
	['RED SEA', null, null,
		['Caribbean 1', 'http://Carib1.html'],
		['Caribbean 2', 'http://Carib2.html'],
		['Caribbean 3', 'http://Carib3.html'],
		['Caribbean 4', 'http://Carib4.html'],
		['UK Interlude', 'http://UKinterlude.hmtl'],
		['Caribbean 5', 'http://Carib5.html']
	],	
	['MEDITERRANEAN', null, null,
		['Caribbean 1', 'http://Carib1.html'],
		['Caribbean 2', 'http://Carib2.html'],
		['Caribbean 3', 'http://Carib3.html'],
		['Caribbean 4', 'http://Carib4.html'],
		['UK Interlude', 'http://UKinterlude.hmtl'],
		['Caribbean 5', 'http://Carib5.html']
	],
	['MEDITERRANEAN', null, null,
		['Caribbean 1', 'http://Carib1.html'],
		['Caribbean 2', 'http://Carib2.html'],
		['Caribbean 3', 'http://Carib3.html'],
		['Caribbean 4', 'http://Carib4.html'],
		['UK Interlude', 'http://UKinterlude.hmtl'],
		['Caribbean 5', 'http://Carib5.html']
	]
];*/