// Initialise page
function initialise(boolRssDisplay, boolMailerDisplay, strFolder, strFile) {
	buildMenus();
	metaDataCentre(boolRssDisplay, boolMailerDisplay, strFolder, strFile);
	currentMenu(strFolder, strFile);
	copyright();
}


// Initialise home page
function initialiseHomePage() {
	buildMenus();
	copyright();
	quotes();
	mailerLink();
}


// Initialise error page
function initialiseErrorPage() {
	buildMenus();
	copyright();
}


// Build menus
function buildMenus() {
	var strHTML;

	// Menu 'top_travel_tales'
	strHTML  = '<li><a title="My favourite travel tales, arranged in their very own Top Ten lists" id="top_travel_tales_index" href="../top_travel_tales/index.html">Top Travel Tales</a></li>\n';
	addSubmenu('top_travel_tales', strHTML);

	// Menu 'journeys'
	strHTML  = '<li><a title="A summary of the journeys in this section" id="journeys_index" href="../journeys/index.html">Great Journeys</a></li>\n';
	strHTML += '<li class="menuItemHeader">Australia</li>\n';
	strHTML += '<li><a title="Cross the Nullarbor Desert from Melbourne to Perth" id="journeys_australia_melbourne-perth" href="../journeys/australia_melbourne-perth.html">Melbourne to Perth</a></li>\n';
	strHTML += '<li><a title="Experience the classic road trip from Perth to Darwin" id="journeys_australia_perth-darwin" href="../journeys/australia_perth-darwin.html">Perth to Darwin</a></li>\n';
	strHTML += '<li><a title="Island-hop along the coast of Queensland" id="journeys_australia_queensland_coast" href="../journeys/australia_queensland_coast.html">Queensland Coast</a></li>\n';
	strHTML += '<li><a title="Drive across the Australian Red Centre" id="journeys_australia_red_centre" href="../journeys/australia_red_centre.html">The Red Centre</a></li>\n';
	strHTML += '<li class="menuItemHeader">Cyprus</li>\n';
	strHTML += '<li><a title="Explore the history and beauty of southern Cyprus" id="journeys_cyprus_south" href="../journeys/cyprus_south.html">Southern Cyprus</a></li>\n';
	strHTML += '<li class="menuItemHeader">The Gambia</li>\n';
	strHTML += '<li><a title="Follow the River Gambia through the middle of the Gambia" id="journeys_the_gambia_river_gambia" href="../journeys/the_gambia_river_gambia.html">River Gambia</a></li>\n';
	strHTML += '<li class="menuItemHeader">Ghana</li>\n';
	strHTML += '<li><a title="Prepare to be amazed by Ghana\'s historic slave forts" id="journeys_ghana_south_coast" href="../journeys/ghana_south_coast.html">South Coast</a></li>\n';
	strHTML += '<li class="menuItemHeader">India</li>\n';
	strHTML += '<li><a title="Explore the plains of central India" id="journeys_india_central" href="../journeys/india_central.html">Central India</a></li>\n';
	strHTML += '<li><a title="Follow India\'s beautiful east coast" id="journeys_india_east_coast" href="../journeys/india_east_coast.html">East Coast</a></li>\n';
	strHTML += '<li><a title="Take a trip through spiritual northern India" id="journeys_india_north" href="../journeys/india_north.html">Northern India</a></li>\n';
	strHTML += '<li><a title="Visit the fortresses and palaces of northwest India" id="journeys_india_north-west" href="../journeys/india_north-west.html">Northwest India</a></li>\n';
	strHTML += '<li><a title="Marvel at the temples of southern India" id="journeys_india_south" href="../journeys/india_south.html">Southern India</a></li>\n';
	strHTML += '<li><a title="Check out tourist-free western India" id="journeys_india_west" href="../journeys/india_west.html">Western India</a></li>\n';
	strHTML += '<li class="menuItemHeader">Indonesia</li>\n';
	strHTML += '<li><a title="Hop between the paradise islands of Nusa Tenggara" id="journeys_indonesia_nusa_tenggara" href="../journeys/indonesia_nusa_tenggara.html">Nusa Tenggara</a></li>\n';
	strHTML += '<li><a title="Uncover the ancient cultures of the island of Sulawesi" id="journeys_indonesia_sulawesi" href="../journeys/indonesia_sulawesi.html">Sulawesi</a></li>\n';
	strHTML += '<li class="menuItemHeader">Malaysia</li>\n';
	strHTML += '<li><a title="Explore rainforests and islands in western Malaysia" id="journeys_malaysia_west_coast" href="../journeys/malaysia_west_coast.html">West Coast</a></li>\n';
	strHTML += '<li class="menuItemHeader">Mali</li>\n';
	strHTML += '<li><a title="Float through the Sahara Desert to the fabled town of Timbuktu" id="journeys_mali_river_niger" href="../journeys/mali_river_niger.html">River Niger</a></li>\n';
	strHTML += '<li class="menuItemHeader">Morocco</li>\n';
	strHTML += '<li><a title="Drive along the northern fringes of the Sahara Desert" id="journeys_morocco_sahara_desert" href="../journeys/morocco_sahara_desert.html">Sahara Desert</a></li>\n';
	strHTML += '<li class="menuItemHeader">Nepal</li>\n';
	strHTML += '<li><a title="Tackle the Himalayas on the three-week Annapurna Circuit" id="journeys_nepal_annapurna_circuit" href="../journeys/nepal_annapurna_circuit.html">Annapurna Circuit</a></li>\n';
	strHTML += '<li class="menuItemHeader">New Zealand</li>\n';
	strHTML += '<li><a title="Experience the volcanic beauty of New Zealand\'s North Island" id="journeys_new_zealand_north_island" href="../journeys/new_zealand_north_island.html">North Island</a></li>\n';
	strHTML += '<li><a title="Get lost in the wilderness of New Zealand\'s South Island" id="journeys_new_zealand_south_island" href="../journeys/new_zealand_south_island.html">South Island</a></li>\n';
	strHTML += '<li class="menuItemHeader">Senegal</li>\n';
	strHTML += '<li><a title="Enjoy the remote beaches of cultural Senegal" id="journeys_senegal_petite_cote" href="../journeys/senegal_petite_cote.html">Petite C&ocirc;te</a></li>\n';
	addSubmenu('journeys', strHTML);

	// Menu 'travel_tips'
	strHTML  = '<li><a title="An index of all my travel tips" id="travel_tips_index" href="../travel_tips/index.html">Travel Tips</a></li>\n';
	strHTML += '<li class="menuItemHeader">Tips for Every Trip</li>\n';
	strHTML += '<li><a title="Tips on planning your trip" id="travel_tips_planning_your_trip" href="../travel_tips/planning_your_trip.html">Planning your Trip</a></li>\n';
	strHTML += '<li><a title="A list of what to take on your travels" id="travel_tips_what_to_take" href="../travel_tips/what_to_take.html">What to Take</a></li>\n';
	strHTML += '<li><a title="Which guidebooks to use" id="travel_tips_guidebooks" href="../travel_tips/guidebooks.html">Guidebooks</a></li>\n';
	strHTML += '<li><a title="Tips for keeping in touch from the road" id="travel_tips_keeping_in_contact" href="../travel_tips/keeping_in_contact.html">Keeping in Touch</a></li>\n';
	strHTML += '<li><a title="Information on the cost of travelling" id="travel_tips_travel_costs" href="../travel_tips/travel_costs.html">Costs</a></li>\n';
	strHTML += '<li><a title="Tips on travel visas and border crossings" id="travel_tips_visas" href="../travel_tips/visas.html">Visas</a></li>\n';
	strHTML += '<li><a title="How to cope with coming home" id="travel_tips_coming_home" href="../travel_tips/coming_home.html">Coming Home</a></li>\n';
	strHTML += '<li class="menuItemHeader">Other Tips</li>\n';
	strHTML += '<li><a title="Some suggestions on how to become a travel writer" id="travel_tips_how_to_be_a_travel_writer" href="../travel_tips/how_to_be_a_travel_writer.html">How to be a Travel Writer</a></li>\n';
	strHTML += '<li><a title="The ups and downs of long-term travelling" id="travel_tips_long_term_travelling" href="../travel_tips/long_term_travelling.html">Long-Term Travelling</a></li>\n';
	strHTML += '<li><a title="The pros and cons of solo travel" id="travel_tips_solo_travel" href="../travel_tips/solo_travel.html">Solo Travel</a></li>\n';
	strHTML += '<li><a title="Information on travelling with a palmtop computer" id="travel_tips_travelling_with_a_palmtop" href="../travel_tips/travelling_with_a_palmtop.html">Travelling with a Palmtop</a></li>\n';
	strHTML += '<li><a title="How best to use guidebooks" id="travel_tips_using_a_guidebook" href="../travel_tips/using_a_guidebook.html">Using a Guidebook</a></li>\n';
	addSubmenu('travel_tips', strHTML);

	// Menu 'photo_library'
	strHTML  = '<li><a title="A searchable index of all the photographs on my website" id="photo_library_index" href="../photo_library/index.php">Photo Library</a></li>\n';
	strHTML += '<li><a title="A range of free images that you can use as desktop wallpaper" id="photo_library_desktop_wallpaper" href="../photo_library/desktop_wallpaper.html">Desktop Wallpaper</a></li>\n';
	strHTML += '<li><a title="How you can use my images as your Windows or Mac OS screen saver" id="photo_library_screen_saver" href="../photo_library/screen_saver.html">Screen Saver</a></li>\n';
	addSubmenu('photo_library', strHTML);

	// Menu 'ebooks'
	strHTML  = '<li><a title="An index of all the free eBooks you can download" id="ebooks_index" href="../ebooks/index.html">Free eBooks</a></li>\n';
	strHTML += '<li><a title="An index of all the free audiobooks you can download" id="ebooks_audiobooks" href="../ebooks/audiobooks.html">Free Audiobooks</a></li>\n';
	addSubmenu('ebooks', strHTML);

	// Menu 'podcasts'
	strHTML  = '<li><a title="Details of how to subscribe to my podcast channel" id="podcasts_index" href="../podcasts/index.html">Free Podcast</a></li>\n';
	strHTML += '<li><a title="Details of how to subscribe to my RSS feed" id="podcasts_rss" href="../podcasts/rss.html">RSS Feed</a></li>\n';
	addSubmenu('podcasts', strHTML);

	// Menu 'australia'
	strHTML  = '<li><a title="A clickable map of Australia" id="australia_index" href="../australia/index.html">Map of Australia</a></li>\n';
	strHTML += '<li class="menuItemHeader">Destinations</li>\n';
	strHTML += '<li><a title="A tale about Adelaide" id="australia_adelaide" href="../australia/adelaide.html">Adelaide</a></li>\n';
	strHTML += '<li><a title="A tale about Albany" id="australia_albany" href="../australia/albany.html">Albany</a></li>\n';
	strHTML += '<li><a title="A tale about Alice Springs" id="australia_alice_springs" href="../australia/alice_springs.html">Alice Springs</a></li>\n';
	strHTML += '<li><a title="A tale about Bicheno" id="australia_bicheno" href="../australia/bicheno.html">Bicheno</a></li>\n';
	strHTML += '<li><a title="A tale about Brisbane" id="australia_brisbane" href="../australia/brisbane.html">Brisbane</a></li>\n';
	strHTML += '<li><a title="A tale about Broome" id="australia_broome" href="../australia/broome.html">Broome</a></li>\n';
	strHTML += '<li><a title="A tale about Cairns" id="australia_cairns" href="../australia/cairns.html">Cairns</a></li>\n';
	strHTML += '<li><a title="A tale about Cape Leeuwin" id="australia_cape_leeuwin" href="../australia/cape_leeuwin.html">Cape Leeuwin</a></li>\n';
	strHTML += '<li><a title="A tale about Cape Range" id="australia_cape_range" href="../australia/cape_range.html">Cape Range</a></li>\n';
	strHTML += '<li><a title="A tale about Carnarvon" id="australia_carnarvon" href="../australia/carnarvon.html">Carnarvon</a></li>\n';
	strHTML += '<li><a title="A tale about Cleaverville Beach" id="australia_cleaverville_beach" href="../australia/cleaverville_beach.html">Cleaverville Beach</a></li>\n';
	strHTML += '<li><a title="A tale about Coober Pedy" id="australia_coober_pedy" href="../australia/coober_pedy.html">Coober Pedy</a></li>\n';
	strHTML += '<li><a title="A tale about the Coorong" id="australia_the_coorong" href="../australia/the_coorong.html">The Coorong</a></li>\n';
	strHTML += '<li><a title="A tale about Coral Bay" id="australia_coral_bay" href="../australia/coral_bay.html">Coral Bay</a></li>\n';
	strHTML += '<li><a title="A tale about Cygnet" id="australia_cygnet" href="../australia/cygnet.html">Cygnet</a></li>\n';
	strHTML += '<li><a title="A tale about Daly Waters" id="australia_daly_waters" href="../australia/daly_waters.html">Daly Waters</a></li>\n';
	strHTML += '<li><a title="A tale about Darwin" id="australia_darwin" href="../australia/darwin.html">Darwin</a></li>\n';
	strHTML += '<li><a title="A tale about Elsey" id="australia_elsey" href="../australia/elsey.html">Elsey</a></li>\n';
	strHTML += '<li><a title="A tale about Esperance" id="australia_esperance" href="../australia/esperance.html">Esperance</a></li>\n';
	strHTML += '<li><a title="A tale about the Flinders Ranges" id="australia_flinders_ranges" href="../australia/flinders_ranges.html">Flinders Ranges</a></li>\n';
	strHTML += '<li><a title="A tale about Fraser Island" id="australia_fraser_island" href="../australia/fraser_island.html">Fraser Island</a></li>\n';
	strHTML += '<li><a title="A tale about George Town" id="australia_george_town" href="../australia/george_town.html">George Town</a></li>\n';
	strHTML += '<li><a title="A tale about the Grampians" id="australia_grampians" href="../australia/grampians.html">Grampians</a></li>\n';
	strHTML += '<li><a title="A tale about the Great Barrier Reef" id="australia_great_barrier_reef" href="../australia/great_barrier_reef.html">Great Barrier Reef</a></li>\n';
	strHTML += '<li><a title="A tale about the Great Ocean Road" id="australia_great_ocean_road" href="../australia/great_ocean_road.html">Great Ocean Road</a></li>\n';
	strHTML += '<li><a title="A tale about Hinchinbrook Island" id="australia_hinchinbrook_island" href="../australia/hinchinbrook_island.html">Hinchinbrook Island</a></li>\n';
	strHTML += '<li><a title="A tale about Hobart" id="australia_hobart" href="../australia/hobart.html">Hobart</a></li>\n';
	strHTML += '<li><a title="A tale about Kakadu" id="australia_kakadu" href="../australia/kakadu.html">Kakadu</a></li>\n';
	strHTML += '<li><a title="A tale about Kalbarri" id="australia_kalbarri" href="../australia/kalbarri.html">Kalbarri</a></li>\n';
	strHTML += '<li><a title="A tale about Kalgoorlie" id="australia_kalgoorlie" href="../australia/kalgoorlie.html">Kalgoorlie</a></li>\n';
	strHTML += '<li><a title="A tale about Karijini (Hammersley Range)" id="australia_karijini" href="../australia/karijini.html">Karijini (Hammersley Range)</a></li>\n';
	strHTML += '<li><a title="A tale about the Kimberley" id="australia_the_kimberley" href="../australia/the_kimberley.html">The Kimberley</a></li>\n';
	strHTML += '<li><a title="A tale about Kununurra" id="australia_kununurra" href="../australia/kununurra.html">Kununurra</a></li>\n';
	strHTML += '<li><a title="A tale about Launceston" id="australia_launceston" href="../australia/launceston.html">Launceston</a></li>\n';
	strHTML += '<li><a title="A tale about the trip from Launceston to Port Arthur" id="australia_launceston_to_port_arthur" href="../australia/launceston_to_port_arthur.html">Launceston to Port Arthur</a></li>\n';
	strHTML += '<li><a title="A tale about Litchfield" id="australia_litchfield" href="../australia/litchfield.html">Litchfield</a></li>\n';
	strHTML += '<li><a title="A tale about the Eastern Macdonnell Ranges" id="australia_macdonnell_ranges_eastern" href="../australia/macdonnell_ranges_eastern.html">Macdonnell Ranges (Eastern)</a></li>\n';
	strHTML += '<li><a title="A tale about the Western Macdonnell Ranges" id="australia_macdonnell_ranges_western" href="../australia/macdonnell_ranges_western.html">Macdonnell Ranges (Western)</a></li>\n';
	strHTML += '<li><a title="A tale about Magnetic Island" id="australia_magnetic_island" href="../australia/magnetic_island.html">Magnetic Island</a></li>\n';
	strHTML += '<li><a title="A tale about Melbourne" id="australia_melbourne" href="../australia/melbourne.html">Melbourne</a></li>\n';
	strHTML += '<li><a title="A tale about Millstream-Chichester" id="australia_millstream-chichester" href="../australia/millstream-chichester.html">Millstream-Chichester</a></li>\n';
	strHTML += '<li><a title="A tale about Mt Gambier" id="australia_mt_gambier" href="../australia/mt_gambier.html">Mt Gambier</a></li>\n';
	strHTML += '<li><a title="A tale about Nambung (Pinnacles Desert)" id="australia_nambung" href="../australia/nambung.html">Nambung (Pinnacles Desert)</a></li>\n';
	strHTML += '<li><a title="A tale about Nanutarra Roadhouse" id="australia_nanutarra_roadhouse" href="../australia/nanutarra_roadhouse.html">Nanutarra Roadhouse</a></li>\n';
	strHTML += '<li><a title="A tale about Nitmiluk (Katherine Gorge)" id="australia_nitmiluk" href="../australia/nitmiluk.html">Nitmiluk (Katherine Gorge)</a></li>\n';
	strHTML += '<li><a title="A tale about Noosa" id="australia_noosa" href="../australia/noosa.html">Noosa</a></li>\n';
	strHTML += '<li><a title="A tale about the Nullarbor Desert" id="australia_nullarbor_desert" href="../australia/nullarbor_desert.html">Nullarbor Desert</a></li>\n';
	strHTML += '<li><a title="A tale about Pemberton" id="australia_pemberton" href="../australia/pemberton.html">Pemberton</a></li>\n';
	strHTML += '<li><a title="A tale about Perth" id="australia_perth" href="../australia/perth.html">Perth</a></li>\n';
	strHTML += '<li><a title="A tale about Port Hedland" id="australia_port_hedland" href="../australia/port_hedland.html">Port Hedland</a></li>\n';
	strHTML += '<li><a title="A tale about Purnululu (Bungle Bungles)" id="australia_purnululu" href="../australia/purnululu.html">Purnululu (Bungle Bungles)</a></li>\n';
	strHTML += '<li><a title="A tale about Rottnest Island" id="australia_rottnest_island" href="../australia/rottnest_island.html">Rottnest Island</a></li>\n';
	strHTML += '<li><a title="A tale about Shark Bay" id="australia_shark_bay" href="../australia/shark_bay.html">Shark Bay</a></li>\n';
	strHTML += '<li><a title="A tale about Sydney" id="australia_sydney" href="../australia/sydney.html">Sydney</a></li>\n';
	strHTML += '<li><a title="A tale about the trip from Sydney to Melbourne" id="australia_sydney_to_melbourne" href="../australia/sydney_to_melbourne.html">Sydney to Melbourne</a></li>\n';
	strHTML += '<li><a title="A tale about Townsville" id="australia_townsville" href="../australia/townsville.html">Townsville</a></li>\n';
	strHTML += '<li><a title="A tale about Uluru-Kata Tjuta (Ayers Rock)" id="australia_uluru-kata_tjuta" href="../australia/uluru-kata_tjuta.html">Uluru-Kata Tjuta (Ayers Rock)</a></li>\n';
	strHTML += '<li><a title="A tale about Watarrka (King\'s Canyon)" id="australia_watarrka" href="../australia/watarrka.html">Watarrka (King\'s Canyon)</a></li>\n';
	strHTML += '<li><a title="A tale about World\'s End" id="australia_worlds_end" href="../australia/worlds_end.html">World\'s End</a></li>\n';
	strHTML += '<li class="menuItemHeader">Other Tales</li>\n';
	strHTML += '<li><a title="A tale called \'Australian Greetings\'" id="australia_australian_greetings" href="../australia/australian_greetings.html">Australian Greetings</a></li>\n';
	strHTML += '<li><a title="A tale called \'The Baby Ward\'" id="australia_baby_ward" href="../australia/baby_ward.html">The Baby Ward</a></li>\n';
	strHTML += '<li><a title="A tale called \'Buying a Car\'" id="australia_buying_a_car" href="../australia/buying_a_car.html">Buying a Car</a></li>\n';
	strHTML += '<li><a title="A tale called \'Dock of the Bay\'" id="australia_dock_of_the_bay" href="../australia/dock_of_the_bay.html">Dock of the Bay</a></li>\n';
	strHTML += '<li><a title="A tale called \'Drive-Through Heaven\'" id="australia_drive-through_heaven" href="../australia/drive-through_heaven.html">Drive-Through Heaven</a></li>\n';
	strHTML += '<li><a title="A tale called \'Drop Bears\'" id="australia_drop_bears" href="../australia/drop_bears.html">Drop Bears</a></li>\n';
	strHTML += '<li><a title="A tale called \'An English View of Australia\'" id="australia_english_view_of_australia" href="../australia/english_view_of_australia.html">An English View of Australia</a></li>\n';
	strHTML += '<li><a title="A tale called \'Familiarity Breeds\'" id="australia_familiarity_breeds" href="../australia/familiarity_breeds.html">Familiarity Breeds</a></li>\n';
	strHTML += '<li><a title="A tale called \'Feeling Old in Cairns\'" id="australia_feeling_old_in_cairns" href="../australia/feeling_old_in_cairns.html">Feeling Old in Cairns</a></li>\n';
	strHTML += '<li><a title="A tale called \'Lawbreaker\'" id="australia_lawbreaker" href="../australia/lawbreaker.html">Lawbreaker</a></li>\n';
	strHTML += '<li><a title="A tale called \'The Pig Hunt\'" id="australia_pig_hunt" href="../australia/pig_hunt.html">The Pig Hunt</a></li>\n';
	strHTML += '<li><a title="A tale called \'Pilbara Bushwalk\'" id="australia_pilbara_bushwalk" href="../australia/pilbara_bushwalk.html">Pilbara Bushwalk</a></li>\n';
	strHTML += '<li><a title="A tale called \'Selling a Car\'" id="australia_selling_a_car" href="../australia/selling_a_car.html">Selling a Car</a></li>\n';
	strHTML += '<li><a title="A tale called \'Session Musicians\'" id="australia_session_musicians" href="../australia/session_musicians.html">Session Musicians</a></li>\n';
	strHTML += '<li><a title="A tale called \'Start of the Breakdown\'" id="australia_start_of_the_breakdown" href="../australia/start_of_the_breakdown.html">Start of the Breakdown</a></li>\n';
	strHTML += '<li><a title="A tale called \'Thoughts on Leaving\'" id="australia_thoughts_on_leaving" href="../australia/thoughts_on_leaving.html">Thoughts on Leaving</a></li>\n';
	strHTML += '<li><a title="A tale called \'Top-up, Sir?\'" id="australia_top-up_sir" href="../australia/top-up_sir.html">Top-up, Sir?</a></li>\n';
	strHTML += '<li><a title="A tale called \'Travelling Possessions\'" id="australia_travelling_possessions-up_sir" href="../australia/travelling_possessions.html">Travelling Possessions</a></li>\n';
	addSubmenu('australia', strHTML);

	// Menu 'burkina_faso'
	strHTML  = '<li><a title="A clickable map of Burkina Faso" id="burkina_faso_index" href="../burkina_faso/index.html">Map of Burkina Faso</a></li>\n';
	strHTML += '<li class="menuItemHeader">Destinations</li>\n';
	strHTML += '<li><a title="A tale about Ouagadougou" id="burkina_faso_ouagadougou" href="../burkina_faso/ouagadougou.html">Ouagadougou</a></li>\n';
	strHTML += '<li class="menuItemHeader">Other Tales</li>\n';
	strHTML += '<li><a title="A tale called \'Friendly in French\'" id="burkina_faso_friendly_in_french" href="../burkina_faso/friendly_in_french.html">Friendly in French</a></li>\n';
	strHTML += '<li><a title="A tale called \'Thoughts on Leaving\'" id="burkina_faso_thoughts_on_leaving" href="../burkina_faso/thoughts_on_leaving.html">Thoughts on Leaving</a></li>\n';
	addSubmenu('burkina_faso', strHTML);

	// Menu 'cuba'
	strHTML  = '<li><a title="A clickable map of Cuba" id="cuba_index" href="../cuba/index.html">Map of Cuba</a></li>\n';
	strHTML += '<li class="menuItemHeader">Destinations</li>\n';
	strHTML += '<li><a title="A tale about Camag&uuml;ey" id="cuba_camaguey" href="../cuba/camaguey.html">Camag&uuml;ey</a></li>\n';
	strHTML += '<li><a title="A tale about Cayo Santa Mar&iacute;a" id="cuba_cayo_santa_maria" href="../cuba/cayo_santa_maria.html">Cayo Santa Mar&iacute;a</a></li>\n';
	strHTML += '<li><a title="A tale about Havana" id="cuba_havana" href="../cuba/havana.html">Havana</a></li>\n';
	strHTML += '<li><a title="A tale about Playa Gir&oacute;n" id="cuba_playa_giron" href="../cuba/playa_giron.html">Playa Gir&oacute;n</a></li>\n';
	strHTML += '<li><a title="A tale about Remedios" id="cuba_remedios" href="../cuba/remedios.html">Remedios</a></li>\n';
	strHTML += '<li><a title="A tale about Santa Clara" id="cuba_santa_clara" href="../cuba/santa_clara.html">Santa Clara</a></li>\n';
	strHTML += '<li><a title="A tale about Trinidad" id="cuba_trinidad" href="../cuba/trinidad.html">Trinidad</a></li>\n';
	strHTML += '<li class="menuItemHeader">Other Tales</li>\n';
	strHTML += '<li><a title="A tale called \'Driving in Cuba\'" id="cuba_driving_in_cuba" href="../cuba/driving_in_cuba.html">Driving in Cuba</a></li>\n';
	strHTML += '<li><a title="A tale called \'A Funny Sort of Socialism\'" id="cuba_a_funny_sort_of_socialism" href="../cuba/a_funny_sort_of_socialism.html">A Funny Sort of Socialism</a></li>\n';
	strHTML += '<li><a title="A tale called \'Heaving on a Jet Plane\'" id="cuba_heaving_on_a_jet_plane" href="../cuba/heaving_on_a_jet_plane.html">Heaving on a Jet Plane</a></li>\n';
	strHTML += '<li><a title="A tale called \'The Man in the Red Hat\'" id="cuba_the_man_in_the_red_hat" href="../cuba/the_man_in_the_red_hat.html">The Man in the Red Hat</a></li>\n';
	strHTML += '<li><a title="A tale called \'M&uacute;sica de la Casa\'" id="cuba_musica_de_la_casa" href="../cuba/musica_de_la_casa.html"><span lang="es">M&uacute;sica de la Casa</span></a></li>\n';
	strHTML += '<li><a title="A tale called \'Thoughts on Leaving\'" id="cuba_thoughts_on_leaving" href="../cuba/thoughts_on_leaving.html">Thoughts on Leaving</a></li>\n';
	addSubmenu('cuba', strHTML);

	// Menu 'cyprus'
	strHTML  = '<li><a title="A clickable map of Cyprus" id="cyprus_index" href="../cyprus/index.html">Map of Cyprus</a></li>\n';
	strHTML += '<li class="menuItemHeader">Destinations</li>\n';
	strHTML += '<li><a title="A tale about Agia Napa" id="cyprus_agia_napa" href="../cyprus/agia_napa.html">Agia Napa</a></li>\n';
	strHTML += '<li><a title="A tale about Kakopetria" id="cyprus_kakopetria" href="../cyprus/kakopetria.html">Kakopetria</a></li>\n';
	strHTML += '<li><a title="A tale about Kourion" id="cyprus_kourion" href="../cyprus/kourion.html">Kourion</a></li>\n';
	strHTML += '<li><a title="A tale about Larnaka" id="cyprus_larnaka" href="../cyprus/larnaka.html">Larnaka</a></li>\n';
	strHTML += '<li><a title="A tale about Mt Olympos" id="cyprus_mt_olympos" href="../cyprus/mt_olympos.html">Mt Olympos</a></li>\n';
	strHTML += '<li><a title="A tale about Nicosia" id="cyprus_nicosia" href="../cyprus/nicosia.html">Nicosia</a></li>\n';
	strHTML += '<li><a title="A tale about Pafos" id="cyprus_pafos" href="../cyprus/pafos.html">Pafos</a></li>\n';
	strHTML += '<li><a title="A tale about Pissouri" id="cyprus_pissouri" href="../cyprus/pissouri.html">Pissouri</a></li>\n';
	strHTML += '<li><a title="A tale about Polis" id="cyprus_polis" href="../cyprus/polis.html">Polis</a></li>\n';
	strHTML += '<li><a title="A tale about Troodos" id="cyprus_troodos" href="../cyprus/troodos.html">Troodos</a></li>\n';
	strHTML += '<li class="menuItemHeader">Other Tales</li>\n';
	strHTML += '<li><a title="A tale called \'A Brief History of Cyprus\'" id="cyprus_a_brief_history_of_cyprus" href="../cyprus/a_brief_history_of_cyprus.html">A Brief History of Cyprus</a></li>\n';
	strHTML += '<li><a title="A tale called \'Cypriot Architecture\'" id="cyprus_cypriot_architecture" href="../cyprus/cypriot_architecture.html">Cypriot Architecture</a></li>\n';
	strHTML += '<li><a title="A tale called \'Place Names in Cyprus\'" id="cyprus_place_names_in_cyprus" href="../cyprus/place_names_in_cyprus.html">Place Names in Cyprus</a></li>\n';
	strHTML += '<li><a title="A tale called \'Thoughts on Leaving\'" id="cyprus_thoughts_on_leaving" href="../cyprus/thoughts_on_leaving.html">Thoughts on Leaving</a></li>\n';
	strHTML += '<li><a title="A tale called \'War Zone Accommodation\'" id="cyprus_war_zone_accommodation" href="../cyprus/war_zone_accommodation.html">War Zone Accommodation</a></li>\n';
	addSubmenu('cyprus', strHTML);

	// Menu 'french_polynesia'
	strHTML  = '<li><a title="A clickable map of French Polynesia" id="french_polynesia_index" href="../french_polynesia/index.html">Map of French Polynesia</a></li>\n';
	strHTML += '<li class="menuItemHeader">Destinations</li>\n';
	strHTML += '<li><a title="A tale about Amanu" id="french_polynesia_amanu" href="../french_polynesia/amanu.html">Amanu</a></li>\n';
	strHTML += '<li><a title="A tale about the Gambier Islands" id="french_polynesia_gambier_islands" href="../french_polynesia/gambier_islands.html">Gambier Islands</a></li>\n';
	strHTML += '<li><a title="A tale about the eastern Gambier Islands" id="french_polynesia_gambier_islands_east" href="../french_polynesia/gambier_islands_east.html">Gambier Islands (East)</a></li>\n';
	strHTML += '<li><a title="A tale about Mangareva, one of the Gambier Islands" id="french_polynesia_gambier_islands_mangareva" href="../french_polynesia/gambier_islands_mangareva.html">Gambier Islands (Mangareva)</a></li>\n';
	strHTML += '<li><a title="A tale about the southeastern Gambier Islands" id="french_polynesia_gambier_islands_south-east" href="../french_polynesia/gambier_islands_south-east.html">Gambier Islands (Southeast)</a></li>\n';
	strHTML += '<li><a title="A tale about Makemo" id="french_polynesia_makemo" href="../french_polynesia/makemo.html">Makemo</a></li>\n';
	strHTML += '<li><a title="A tale about Tahiti" id="french_polynesia_tahiti" href="../french_polynesia/tahiti.html">Tahiti</a></li>\n';
	strHTML += '<li class="menuItemHeader">Other Tales</li>\n';
	strHTML += '<li><a title="A tale called \'Amanu Street Scene\'" id="french_polynesia_amanu_street_scene" href="../french_polynesia/amanu_street_scene.html">Amanu Street Scene</a></li>\n';
	strHTML += '<li><a title="A tale called \'Anatomy of a Yacht\'" id="french_polynesia_anatomy_of_a_yacht" href="../french_polynesia/anatomy_of_a_yacht.html">Anatomy of a Yacht</a></li>\n';
	strHTML += '<li><a title="A tale called \'Bushwalking in Tahiti\'" id="french_polynesia_bushwalking_in_tahiti" href="../french_polynesia/bushwalking_in_tahiti.html">Bushwalking in Tahiti</a></li>\n';
	strHTML += '<li><a title="A tale called \'Cooking on Board\'" id="french_polynesia_cooking_on_board" href="../french_polynesia/cooking_on_board.html">Cooking on Board</a></li>\n';
	strHTML += '<li><a title="A tale called \'Escape from the Yacht\'" id="french_polynesia_escape_from_the_yacht" href="../french_polynesia/escape_from_the_yacht.html">Escape from the Yacht</a></li>\n';
	strHTML += '<li><a title="A tale called \'Man vs Cyclone Kelly\'" id="french_polynesia_man_vs_cyclone_kelly" href="../french_polynesia/man_vs_cyclone_kelly.html">Man vs Cyclone Kelly</a></li>\n';
	strHTML += '<li><a title="A tale called \'Rikitea Harbour\'" id="french_polynesia_rikitea_harbour" href="../french_polynesia/rikitea_harbour.html">Rikitea Harbour</a></li>\n';
	strHTML += '<li><a title="A tale called \'Sailing to French Polynesia\'" id="french_polynesia_sailing_to_polynesia" href="../french_polynesia/sailing_to_polynesia.html">Sailing to French Polynesia</a></li>\n';
	strHTML += '<li><a title="A tale called \'The Sociability of Yachties\'" id="french_polynesia_sociability_of_yachties" href="../french_polynesia/sociability_of_yachties.html">The Sociability of Yachties</a></li>\n';
	strHTML += '<li><a title="A tale called \'The Strange World of Sailing\'" id="french_polynesia_strange_world_of_sailing" href="../french_polynesia/strange_world_of_sailing.html">The Strange World of Sailing</a></li>\n';
	addSubmenu('french_polynesia', strHTML);

	// Menu 'the_gambia'
	strHTML  = '<li><a title="A clickable map of the Gambia" id="the_gambia_index" href="../the_gambia/index.html">Map of the Gambia</a></li>\n';
	strHTML += '<li class="menuItemHeader">Destinations</li>\n';
	strHTML += '<li><a title="A tale about Banjul" id="the_gambia_banjul" href="../the_gambia/banjul.html">Banjul</a></li>\n';
	strHTML += '<li><a title="A tale about Basse Santa Su" id="the_gambia_basse_santa_su" href="../the_gambia/basse_santa_su.html">Basse Santa Su</a></li>\n';
	strHTML += '<li><a title="A tale about Basse Santa Su to Tambacounda" id="the_gambia_basse_santa_to_tambacounda" href="../the_gambia/basse_santa_to_tambacounda.html">Basse Santa Su to Tambacounda</a></li>\n';
	strHTML += '<li><a title="A tale about Fajara" id="the_gambia_fajara" href="../the_gambia/fajara.html">Fajara</a></li>\n';
	strHTML += '<li><a title="A tale about Jangjang Bureh" id="the_gambia_jangjang_bureh" href="../the_gambia/jangjang_bureh.html">Jangjang Bureh</a></li>\n';
	strHTML += '<li><a title="A tale about Kiang West" id="the_gambia_kiang_west" href="../the_gambia/kiang_west.html">Kiang West</a></li>\n';
	strHTML += '<li><a title="A tale about Tendaba" id="the_gambia_tendaba" href="../the_gambia/tendaba.html">Tendaba</a></li>\n';
	strHTML += '<li><a title="A tale about Tendaba to Jangjang Bureh" id="the_gambia_tendaba_to_jangjang_bureh" href="../the_gambia/tendaba_to_jangjang_bureh.html">Tendaba to Jangjang Bureh</a></li>\n';
	strHTML += '<li class="menuItemHeader">Other Tales</li>\n';
	strHTML += '<li><a title="A tale called \'Blister Bug\'" id="the_gambia_blister_bug" href="../the_gambia/blister_bug.html">Blister Bug</a></li>\n';
	strHTML += '<li><a title="A tale called \'Bumster Trouble\'" id="the_gambia_bumster_trouble" href="../the_gambia/bumster_trouble.html">Bumster Trouble</a></li>\n';
	strHTML += '<li><a title="A tale called \'London Calling\'" id="the_gambia_london_calling" href="../the_gambia/london_calling.html">London Calling</a></li>\n';
	strHTML += '<li><a title="A tale called \'One Pen, Gambian-Style\'" id="the_gambia_one_pen_gambian-style" href="../the_gambia/one_pen_gambian-style.html">One Pen, Gambian-Style</a></li>\n';
	strHTML += '<li><a title="A tale called \'Thoughts on Leaving\'" id="the_gambia_thoughts_on_leaving" href="../the_gambia/thoughts_on_leaving.html">Thoughts on Leaving</a></li>\n';
	strHTML += '<li><a title="A tale called \'Travelling Cushion\'" id="the_gambia_travelling_cushion" href="../the_gambia/travelling_cushion.html">Travelling Cushion</a></li>\n';
	addSubmenu('the_gambia', strHTML);

	// Menu 'ghana'
	strHTML  = '<li><a title="A clickable map of Ghana" id="ghana_index" href="../ghana/index.html">Map of Ghana</a></li>\n';
	strHTML += '<li class="menuItemHeader">Destinations</li>\n';
	strHTML += '<li><a title="A tale about Accra" id="ghana_accra" href="../ghana/accra.html">Accra</a></li>\n';
	strHTML += '<li><a title="A tale about Axim" id="ghana_axim" href="../ghana/axim.html">Axim</a></li>\n';
	strHTML += '<li><a title="A tale about Busua" id="ghana_busua" href="../ghana/busua.html">Busua</a></li>\n';
	strHTML += '<li><a title="A tale about Cape Coast" id="ghana_cape_coast" href="../ghana/cape_coast.html">Cape Coast</a></li>\n';
	strHTML += '<li><a title="A tale about Elmina" id="ghana_elmina" href="../ghana/elmina.html">Elmina</a></li>\n';
	strHTML += '<li><a title="A tale about Kakum" id="ghana_kakum" href="../ghana/kakum.html">Kakum</a></li>\n';
	strHTML += '<li><a title="A tale about Kokrobite" id="ghana_kokrobite" href="../ghana/kokrobite.html">Kokrobite</a></li>\n';
	strHTML += '<li><a title="A tale about Kumasi" id="ghana_kumasi" href="../ghana/kumasi.html">Kumasi</a></li>\n';
	strHTML += '<li><a title="A tale about Nzulezo" id="ghana_nzulezo" href="../ghana/nzulezo.html">Nzulezo</a></li>\n';
	strHTML += '<li class="menuItemHeader">Other Tales</li>\n';
	strHTML += '<li><a title="A tale called \'The Auditor-General\'" id="ghana_the_auditor-general" href="../ghana/the_auditor-general.html">The Auditor-General</a></li>\n';
	strHTML += '<li><a title="A tale called \'The Cedi Shuffle\'" id="ghana_the_cedi_shuffle" href="../ghana/the_cedi_shuffle.html">The Cedi Shuffle</a></li>\n';
	strHTML += '<li><a title="A tale called \'A Change of Heart\'" id="ghana_a_change_of_heart" href="../ghana/a_change_of_heart.html">A Change of Heart</a></li>\n';
	strHTML += '<li><a title="A tale called \'Down the Den\'" id="ghana_down_the_den" href="../ghana/down_the_den.html">Down the Den</a></li>\n';
	strHTML += '<li><a title="A tale called \'Drink in a Bag\'" id="ghana_drink_in_a_bag" href="../ghana/drink_in_a_bag.html">Drink in a Bag</a></li>\n';
	strHTML += '<li><a title="A tale called \'Pouring Petrol on the Flames\'" id="ghana_pouring_petrol_on_flames" href="../ghana/pouring_petrol_on_flames.html">Pouring Petrol on the Flames</a></li>\n';
	strHTML += '<li><a title="A tale called \'The Prempeh Room\'" id="ghana_the_prempeh_room" href="../ghana/the_prempeh_room.html">The Prempeh Room</a></li>\n';
	strHTML += '<li><a title="A tale called \'Rastafarian Christmas\'" id="ghana_rastafarian_christmas" href="../ghana/rastafarian_christmas.html">Rastafarian Christmas</a></li>\n';
	strHTML += '<li><a title="A tale called \'The Road to Jesus\'" id="ghana_the_road_to_jesus" href="../ghana/the_road_to_jesus.html">The Road to Jesus</a></li>\n';
	strHTML += '<li><a title="A tale called \'The Struggle into Ghana\'" id="ghana_the_struggle_into_ghana" href="../ghana/the_struggle_into_ghana.html">The Struggle into Ghana</a></li>\n';
	strHTML += '<li><a title="A tale called \'Thoughts on Leaving\'" id="ghana_thoughts_on_leaving" href="../ghana/thoughts_on_leaving.html">Thoughts on Leaving</a></li>\n';
	strHTML += '<li><a title="A tale called \'Trucked Off\'" id="ghana_trucked_off" href="../ghana/trucked_off.html">Trucked Off</a></li>\n';
	strHTML += '<li><a title="A tale called \'Turtle Wars\'" id="ghana_turtle_wars" href="../ghana/turtle_wars.html">Turtle Wars</a></li>\n';
	strHTML += '<li><a title="A tale called \'Visiting Jimmy Moxon\'" id="ghana_visiting_jimmy_moxon" href="../ghana/visiting_jimmy_moxon.html">Visiting Jimmy Moxon</a></li>\n';
	addSubmenu('ghana', strHTML);

	// Menu 'india'
	strHTML  = '<li><a title="A clickable map of India" id="india_index" href="../india/index.html">Map of India</a></li>\n';
	strHTML += '<li class="menuItemHeader">Destinations</li>\n';
	strHTML += '<li><a title="A tale about Agra" id="india_agra" href="../india/agra.html">Agra</a></li>\n';
	strHTML += '<li><a title="A tale about Ajanta" id="india_ajanta" href="../india/ajanta.html">Ajanta</a></li>\n';
	strHTML += '<li><a title="A tale about Alang" id="india_alang" href="../india/alang.html">Alang</a></li>\n';
	strHTML += '<li><a title="A tale about Amritsar" id="india_amritsar" href="../india/amritsar.html">Amritsar</a></li>\n';
	strHTML += '<li><a title="A tale about Aurangabad" id="india_aurangabad" href="../india/aurangabad.html">Aurangabad</a></li>\n';
	strHTML += '<li><a title="A tale about Bangalore" id="india_bangalore" href="../india/bangalore.html">Bangalore</a></li>\n';
	strHTML += '<li><a title="A tale about Bhavnagar" id="india_bhavnagar" href="../india/bhavnagar.html">Bhavnagar</a></li>\n';
	strHTML += '<li><a title="A tale about Bhopal" id="india_bhopal" href="../india/bhopal.html">Bhopal</a></li>\n';
	strHTML += '<li><a title="A tale about Bijapur" id="india_bijapur" href="../india/bijapur.html">Bijapur</a></li>\n';
	strHTML += '<li><a title="A tale about Bikaner" id="india_bikaner" href="../india/bikaner.html">Bikaner</a></li>\n';
	strHTML += '<li><a title="A tale about Calcutta" id="india_calcutta" href="../india/calcutta.html">Calcutta</a></li>\n';
	strHTML += '<li><a title="A tale about Chennai" id="india_chennai" href="../india/chennai.html">Chennai</a></li>\n';
	strHTML += '<li><a title="A tale about Darjeeling" id="india_darjeeling" href="../india/darjeeling.html">Darjeeling</a></li>\n';
	strHTML += '<li><a title="A tale about Daultabad" id="india_daultabad" href="../india/daultabad.html">Daultabad</a></li>\n';
	strHTML += '<li><a title="A tale about Delhi" id="india_delhi" href="../india/delhi.html">Delhi</a></li>\n';
	strHTML += '<li><a title="A tale about Dharamsala" id="india_dharamsala" href="../india/dharamsala.html">Dharamsala</a></li>\n';
	strHTML += '<li><a title="A tale about Diu" id="india_diu" href="../india/diu.html">Diu</a></li>\n';
	strHTML += '<li><a title="A tale about Ellora" id="india_ellora" href="../india/ellora.html">Ellora</a></li>\n';
	strHTML += '<li><a title="A tale about Fatehpur Sikri" id="india_fatehpur_sikri" href="../india/fatehpur_sikri.html">Fatehpur Sikri</a></li>\n';
	strHTML += '<li><a title="A tale about Golconda" id="india_golconda" href="../india/golconda.html">Golconda</a></li>\n';
	strHTML += '<li><a title="A tale about Gwalior" id="india_gwalior" href="../india/gwalior.html">Gwalior</a></li>\n';
	strHTML += '<li><a title="A tale about Hampi" id="india_hampi" href="../india/hampi.html">Hampi</a></li>\n';
	strHTML += '<li><a title="A tale about Hyderabad" id="india_hyderabad" href="../india/hyderabad.html">Hyderabad</a></li>\n';
	strHTML += '<li><a title="A tale about Jaipur" id="india_jaipur" href="../india/jaipur.html">Jaipur</a></li>\n';
	strHTML += '<li><a title="A tale about Jaisalmer" id="india_jaisalmer" href="../india/jaisalmer.html">Jaisalmer</a></li>\n';
	strHTML += '<li><a title="A tale about Jodhpur" id="india_jodhpur" href="../india/jodhpur.html">Jodhpur</a></li>\n';
	strHTML += '<li><a title="A tale about Kochi" id="india_kochi" href="../india/kochi.html">Kochi</a></li>\n';
	strHTML += '<li><a title="A tale about Kodaikanal" id="india_kodaikanal" href="../india/kodaikanal.html">Kodaikanal</a></li>\n';
	strHTML += '<li><a title="A tale about the trip from Kollam to Alappuzha" id="india_kollam_to_alappuzha" href="../india/kollam_to_alappuzha.html">Kollam to Alappuzha</a></li>\n';
	strHTML += '<li><a title="A tale about Konark" id="india_konark" href="../india/konark.html">Konark</a></li>\n';
	strHTML += '<li><a title="A tale about Madurai" id="india_madurai" href="../india/madurai.html">Madurai</a></li>\n';
	strHTML += '<li><a title="A tale about Mamallapuram" id="india_mamallapuram" href="../india/mamallapuram.html">Mamallapuram</a></li>\n';
	strHTML += '<li><a title="A tale about Mandu" id="india_mandu" href="../india/mandu.html">Mandu</a></li>\n';
	strHTML += '<li><a title="A tale about Mt Abu" id="india_mt_abu" href="../india/mt_abu.html">Mt Abu</a></li>\n';
	strHTML += '<li><a title="A tale about Mysore" id="india_mysore" href="../india/mysore.html">Mysore</a></li>\n';
	strHTML += '<li><a title="A tale about Palitana" id="india_palitana" href="../india/palitana.html">Palitana</a></li>\n';
	strHTML += '<li><a title="A tale about Pondicherry" id="india_pondicherry" href="../india/pondicherry.html">Pondicherry</a></li>\n';
	strHTML += '<li><a title="A tale about Puri" id="india_puri" href="../india/puri.html">Puri</a></li>\n';
	strHTML += '<li><a title="A tale about Pushkar" id="india_pushkar" href="../india/pushkar.html">Pushkar</a></li>\n';
	strHTML += '<li><a title="A tale about Sanchi" id="india_sanchi" href="../india/sanchi.html">Sanchi</a></li>\n';
	strHTML += '<li><a title="A tale about Thanjavur" id="india_thanjavur" href="../india/thanjavur.html">Thanjavur</a></li>\n';
	strHTML += '<li><a title="A tale about the Thar Desert" id="india_thar_desert" href="../india/thar_desert.html">The Thar Desert</a></li>\n';
	strHTML += '<li><a title="A tale about Trichy" id="india_trichy" href="../india/trichy.html">Trichy</a></li>\n';
	strHTML += '<li><a title="A tale about Udaipur" id="india_udaipur" href="../india/udaipur.html">Udaipur</a></li>\n';
	strHTML += '<li><a title="A tale about Varanasi" id="india_varanasi" href="../india/varanasi.html">Varanasi</a></li>\n';
	strHTML += '<li class="menuItemHeader">Other Tales</li>\n';
	strHTML += '<li><a title="A tale called \'Air Coolers\'" id="india_air_coolers" href="../india/air_coolers.html">Air Coolers</a></li>\n';
	strHTML += '<li><a title="A tale called \'Buying Music in India\'" id="india_buying_music_in_india" href="../india/buying_music_in_india.html">Buying Music in India</a></li>\n';
	strHTML += '<li><a title="A tale called \'Camel, One Previous Owner\'" id="india_camel_one_previous_owner" href="../india/camel_one_previous_owner.html">Camel, One Previous Owner</a></li>\n';
	strHTML += '<li><a title="A tale called \'Cricket and India\'" id="india_cricket_and_india" href="../india/cricket_and_india.html">Cricket and India</a></li>\n';
	strHTML += '<li><a title="A tale called \'Death of the Ganges\'" id="india_death_of_the_ganges" href="../india/death_of_the_ganges.html">Death of the Ganges</a></li>\n';
	strHTML += '<li><a title="A tale called \'Death on the Platform\'" id="india_death_on_the_platform" href="../india/death_on_the_platform.html">Death on the Platform</a></li>\n';
	strHTML += '<li><a title="A tale called \'The Dogs of Bhagsu\'" id="india_dogs_of_bhagsu" href="../india/dogs_of_bhagsu.html">The Dogs of Bhagsu</a></li>\n';
	strHTML += '<li><a title="A tale called \'Hindi Pop\'" id="india_hindi_pop" href="../india/hindi_pop.html">Hindi Pop</a></li>\n';
	strHTML += '<li><a title="A tale called \'Hinduism and Indian History\'" id="india_hinduism_indian_history" href="../india/hinduism_indian_history.html">Hinduism and Indian History</a></li>\n';
	strHTML += '<li><a title="A tale called \'The Holi Festival\'" id="india_holi_festival" href="../india/holi_festival.html">The Holi Festival</a></li>\n';
	strHTML += '<li><a title="A tale called \'Hyderabadi Conversations\'" id="india_hyderabadi_conversations" href="../india/hyderabadi_conversations.html">Hyderabadi Conversations</a></li>\n';
	strHTML += '<li><a title="A tale called \'The Indian Film Industry\'" id="india_indian_film_industry" href="../india/indian_film_industry.html">The Indian Film Industry</a></li>\n';
	strHTML += '<li><a title="A tale called \'Indian Television\'" id="india_indian_television" href="../india/indian_television.html">Indian Television</a></li>\n';
	strHTML += '<li><a title="A tale called \'I\'ll Have a Limca, Please\'" id="india_a_limca_please" href="../india/a_limca_please.html">I\'ll Have a Limca, Please</a></li>\n';
	strHTML += '<li><a title="A tale called \'James Bond in India\'" id="india_james_bond_in_india" href="../india/james_bond_in_india.html">James Bond in India</a></li>\n';
	strHTML += '<li><a title="A tale called \'Kama Sutra\'" id="india_kama_sutra" href="../india/kama_sutra.html"><cite>Kama Sutra</cite></a></li>\n';
	strHTML += '<li><a title="A tale called \'Lies, Damned Lies\'" id="india_lies_damned_lies" href="../india/lies_damned_lies.html">Lies, Damned Lies</a></li>\n';
	strHTML += '<li><a title="A tale called \'Louis Armstrong\'" id="india_louis_armstrong" href="../india/louis_armstrong.html">Louis Armstrong</a></li>\n';
	strHTML += '<li><a title="A tale called \'Music on the Brain\'" id="india_music_on_the_brain" href="../india/music_on_the_brain.html">Music on the Brain</a></li>\n';
	strHTML += '<li><a title="A tale called \'Nuclear Testing\'" id="india_nuclear_testing" href="../india/nuclear_testing.html">Nuclear Testing</a></li>\n';
	strHTML += '<li><a title="A tale called \'Pigs Over Jaisalmer\'" id="india_pigs_over_jaisalmer" href="../india/pigs_over_jaisalmer.html">Pigs Over Jaisalmer</a></li>\n';
	strHTML += '<li><a title="A tale called \'The Post Office\'" id="india_post_office" href="../india/post_office.html">The Post Office</a></li>\n';
	strHTML += '<li><a title="A tale called \'The Power of Authority\'" id="india_power_of_authority" href="../india/power_of_authority.html">The Power of Authority</a></li>\n';
	strHTML += '<li><a title="A tale called \'Reflections in Bangalore\'" id="india_reflections_in_bangalore" href="../india/reflections_in_bangalore.html">Reflections in Bangalore</a></li>\n';
	strHTML += '<li><a title="A tale called \'Religious Tolerance\'" id="india_religious_tolerance" href="../india/religious_tolerance.html">Religious Tolerance</a></li>\n';
	strHTML += '<li><a title="A tale called \'Schr&ouml;dinger\'s Cat\'" id="india_schrodingers_cat" href="../india/schrodingers_cat.html">Schr&ouml;dinger\'s Cat</a></li>\n';
	strHTML += '<li><a title="A tale called \'Service Station Hell\'" id="india_service_station_hell" href="../india/service_station_hell.html">Service Station Hell</a></li>\n';
	strHTML += '<li><a title="A tale called \'Slowing Down\'" id="india_slowing_down" href="../india/slowing_down.html">Slowing Down</a></li>\n';
	strHTML += '<li><a title="A tale called \'The Sound of Indian Politics\'" id="india_sound_of_indian_politics" href="../india/sound_of_indian_politics.html">The Sound of Indian Politics</a></li>\n';
	strHTML += '<li><a title="A tale called \'Surviving India\'" id="india_surviving_india" href="../india/surviving_india.html">Surviving India</a></li>\n';
	strHTML += '<li><a title="A tale called \'Thoughts Before Arriving\'" id="india_thoughts_before_arriving" href="../india/thoughts_before_arriving.html">Thoughts Before Arriving</a></li>\n';
	strHTML += '<li><a title="A tale called \'Thoughts After Three Months\'" id="india_thoughts_after_three_months" href="../india/thoughts_after_three_months.html">Thoughts After Three Months</a></li>\n';
	strHTML += '<li><a title="A tale called \'The Toy Train\'" id="india_toy_train" href="../india/toy_train.html">The Toy Train</a></li>\n';
	strHTML += '<li><a title="A tale called \'Travellers in India\'" id="india_travellers_in_india" href="../india/travellers_in_india.html">Travellers in India</a></li>\n';
	strHTML += '<li><a title="A tale called \'Travellers\' Opinions of India\'" id="india_opinions_of_india" href="../india/opinions_of_india.html">Travellers\' Opinions of India</a></li>\n';
	strHTML += '<li><a title="A tale called \'Yogi and Babaji\'" id="india_yogi_and_babaji" href="../india/yogi_and_babaji.html">Yogi and Babaji</a></li>\n';
	addSubmenu('india', strHTML);

	// Menu 'india2007'
	strHTML  = '<li><a title="A clickable map of Kerala, India" id="india2007_index" href="../india2007/index.html">Map of Kerala</a></li>\n';
	strHTML += '<li class="menuItemHeader">Destinations</li>\n'; 
	strHTML += '<li><a title="A tale about the Keralan Backwaters by houseboat" id="india2007_the_keralan_backwaters" href="../india2007/the_keralan_backwaters.html">The Keralan Backwaters</a></li>\n';
	strHTML += '<li><a title="A tale about Kochi" id="india2007_kochi" href="../india2007/kochi.html">Kochi</a></li>\n';
	strHTML += '<li><a title="A tale about Kovalam" id="india2007_kovalam" href="../india2007/kovalam.html">Kovalam</a></li>\n';
	strHTML += '<li><a title="A tale about Munnar" id="india2007_munnar" href="../india2007/munnar.html">Munnar</a></li>\n';
	strHTML += '<li><a title="A tale about Periyar" id="india2007_periyar" href="../india2007/periyar.html">Periyar</a></li>\n';
	strHTML += '<li><a title="A tale about Varkala" id="india2007_varkala" href="../india2007/varkala.html">Varkala</a></li>\n';
	strHTML += '<li class="menuItemHeader">Other Tales</li>\n';
	strHTML += '<li><a title="A tale called \'The Beer Shop\'" id="india2007_the_beer_shop" href="../india2007/the_beer_shop.html">The Beer Shop</a></li>\n';
	strHTML += '<li><a title="A tale called \'Beer, What Beer?\'" id="india2007_beer_what_beer" href="../india2007/beer_what_beer.html">Beer, What Beer?</a></li>\n';
	strHTML += '<li><a title="A tale called \'Blowing the Budget\'" id="india2007_blowing_the_budget" href="../india2007/blowing_the_budget.html">Blowing the Budget</a></li>\n';
	strHTML += '<li><a title="A tale called \'Cash Card Crisis\'" id="india2007_cash_card_crisis" href="../india2007/cash_card_crisis.html">Cash Card Crisis</a></li>\n';
	strHTML += '<li><a title="A tale called \'Falling into Place\'" id="india2007_falling_into_place" href="../india2007/falling_into_place.html">Falling into Place</a></li>\n';
	strHTML += '<li><a title="A tale called \'The High Commission\'" id="india2007_the_high_commission" href="../india2007/the_high_commission.html">The High Commission</a></li>\n';
	strHTML += '<li><a title="A tale called \'Hippy Heaven\'" id="india2007_hippy_heaven" href="../india2007/hippy_heaven.html">Hippy Heaven</a></li>\n';
	strHTML += '<li><a title="A tale called \'Lagging Behind\'" id="india2007_lagging_behind" href="../india2007/lagging_behind.html">Lagging Behind</a></li>\n';
	strHTML += '<li><a title="A tale called \'Ringing the Changes\'" id="india2007_ringing_the_changes" href="../india2007/ringing_the_changes.html">Ringing the Changes</a></li>\n';
	strHTML += '<li><a title="A tale called \'The Shirt off My Back\'" id="india2007_the_shirt_off_my_back" href="../india2007/the_shirt_off_my_back.html">The Shirt off My Back</a></li>\n';
	strHTML += '<li><a title="A tale called \'Thoughts on Leaving\'" id="india2007_thoughts_on_leaving" href="../india2007/thoughts_on_leaving.html">Thoughts on Leaving</a></li>\n';
	addSubmenu('india2007', strHTML);

	// Menu 'indonesia'
	strHTML  = '<li><a title="A clickable map of Indonesia" id="indonesia_index" href="../indonesia/index.html">Map of Indonesia</a></li>\n';
	strHTML += '<li class="menuItemHeader">Destinations</li>\n';
	strHTML += '<li><a title="A tale about Ampenan" id="indonesia_ampenan" href="../indonesia/ampenan.html">Ampenan</a></li>\n';
	strHTML += '<li><a title="A tale about the Bada Valley" id="indonesia_bada_valley" href="../indonesia/bada_valley.html">Bada Valley</a></li>\n';
	strHTML += '<li><a title="A tale about Bajawa" id="indonesia_bajawa" href="../indonesia/bajawa.html">Bajawa</a></li>\n';
	strHTML += '<li><a title="A tale about Borobudur" id="indonesia_borobudur" href="../indonesia/borobudur.html">Borobudur</a></li>\n';
	strHTML += '<li><a title="A tale about the Dieng Plateau" id="indonesia_dieng_plateau" href="../indonesia/dieng_plateau.html">Dieng Plateau</a></li>\n';
	strHTML += '<li><a title="A tale about Gunung Rinjani" id="indonesia_gunung_rinjani" href="../indonesia/gunung_rinjani.html">Gunung Rinjani</a></li>\n';
	strHTML += '<li><a title="A tale about Kuta" id="indonesia_kuta" href="../indonesia/kuta.html">Kuta</a></li>\n';
	strHTML += '<li><a title="A tale about Labuanbajo" id="indonesia_labuanbajo" href="../indonesia/labuanbajo.html">Labuanbajo</a></li>\n';
	strHTML += '<li><a title="A tale about the trip from Maumere to Ujung Pandang" id="indonesia_maumere_to_ujung_pandang" href="../indonesia/maumere_to_ujung_pandang.html">Maumere to Ujung Pandang</a></li>\n';
	strHTML += '<li><a title="A tale about Moni" id="indonesia_moni" href="../indonesia/moni.html">Moni</a></li>\n';
	strHTML += '<li><a title="A tale about Poso" id="indonesia_poso" href="../indonesia/poso.html">Poso</a></li>\n';
	strHTML += '<li><a title="A tale about Prambanan" id="indonesia_prambanan" href="../indonesia/prambanan.html">Prambanan</a></li>\n';
	strHTML += '<li><a title="A tale about Rantepao" id="indonesia_rantepao" href="../indonesia/rantepao.html">Rantepao</a></li>\n';
	strHTML += '<li><a title="A tale about Sumbawa" id="indonesia_sumbawa" href="../indonesia/sumbawa.html">Sumbawa</a></li>\n';
	strHTML += '<li><a title="A tale about the trip from Surabaya to Yogyakarta" id="indonesia_surabaya_to_yogyakarta" href="../indonesia/surabaya_to_yogyakarta.html">Surabaya to Yogyakarta</a></li>\n';
	strHTML += '<li><a title="A tale about the Togian Islands" id="indonesia_togian_islands" href="../indonesia/togian_islands.html">Togian Islands</a></li>\n';
	strHTML += '<li><a title="A tale about Ubud" id="indonesia_ubud" href="../indonesia/ubud.html">Ubud</a></li>\n';
	strHTML += '<li><a title="A tale about Ujung Pandang" id="indonesia_ujung_pandang" href="../indonesia/ujung_pandang.html">Ujung Pandang</a></li>\n';
	strHTML += '<li><a title="A tale about the trip from Ujung Pandang to Surabaya" id="indonesia_ujung_pandang_to_surabaya" href="../indonesia/ujung_pandang_to_surabaya.html">Ujung Pandang to Surabaya</a></li>\n';
	strHTML += '<li><a title="A tale about Yogyakarta" id="indonesia_yogyakarta" href="../indonesia/yogyakarta.html">Yogyakarta</a></li>\n';
	strHTML += '<li class="menuItemHeader">Other Tales</li>\n';
	strHTML += '<li><a title="A tale called \'Balinese Public Transport\'" id="indonesia_balinese_public_transport" href="../indonesia/balinese_public_transport.html">Balinese Public Transport</a></li>\n';
	strHTML += '<li><a title="A tale called \'Curse of the 60-Day Visa\'" id="indonesia_curse_of_the_60_day_visa" href="../indonesia/curse_of_the_60_day_visa.html">Curse of the 60-Day Visa</a></li>\n';
	strHTML += '<li><a title="A tale called \'How to Survive Indonesia\'" id="indonesia_how_to_survive_indonesia" href="../indonesia/how_to_survive_indonesia.html">How to Survive Indonesia</a></li>\n';
	strHTML += '<li><a title="A tale called \'Indonesian Habits\'" id="indonesia_indonesian_habits" href="../indonesia/indonesian_habits.html">Indonesian Habits</a></li>\n';
	strHTML += '<li><a title="A tale called \'Indonesian Peace and Quiet\'" id="indonesia_indonesian_peace_and_quiet" href="../indonesia/indonesian_peace_and_quiet.html">Indonesian Peace and Quiet</a></li>\n';
	strHTML += '<li><a title="A tale called \'Learning Bahasa Indonesia\'" id="indonesia_learning_bahasa_indonesia" href="../indonesia/learning_bahasa_indonesia.html">Learning Bahasa Indonesia</a></li>\n';
	strHTML += '<li><a title="A tale called \'Loneliness on the Road\'" id="indonesia_loneliness_on_the_road" href="../indonesia/loneliness_on_the_road.html">Loneliness on the Road</a></li>\n';
	strHTML += '<li><a title="A tale called \'McDonald\'s, Indonesian-Style\'" id="indonesia_mcdonalds_indonesian_style" href="../indonesia/mcdonalds_indonesian_style.html">McDonald\'s, Indonesian-Style</a></li>\n';
	strHTML += '<li><a title="A tale called \'Thoughts on Leaving\'" id="indonesia_thoughts_on_leaving" href="../indonesia/thoughts_on_leaving.html">Thoughts on Leaving</a></li>\n';
	strHTML += '<li><a title="A tale called \'A Torajan Funeral\'" id="indonesia_torajan_funeral" href="../indonesia/torajan_funeral.html">A Torajan Funeral</a></li>\n';
	strHTML += '<li><a title="A tale called \'The Torajan People\'" id="indonesia_torajan_people" href="../indonesia/torajan_people.html">The Torajan People</a></li>\n';
	strHTML += '<li><a title="A tale called \'Types of Traveller\'" id="indonesia_types_of_traveller" href="../indonesia/types_of_traveller.html">Types of Traveller</a></li>\n';
	strHTML += '<li><a title="A tale called \'Unwell in Tana Toraja\'" id="indonesia_unwell_in_tana_toraja" href="../indonesia/unwell_in_tana_toraja.html">Unwell in Tana Toraja</a></li>\n';
	strHTML += '<li><a title="A tale called \'Wild Mood Swings\'" id="indonesia_wild_mood_swings" href="../indonesia/wild_mood_swings.html">Wild Mood Swings</a></li>\n';
	addSubmenu('indonesia', strHTML);

	// Menu 'malaysia'
	strHTML  = '<li><a title="A clickable map of Malaysia" id="malaysia_index" href="../malaysia/index.html">Map of Malaysia</a></li>\n';
	strHTML += '<li class="menuItemHeader">Destinations</li>\n';
	strHTML += '<li><a title="A tale about the Cameron Highlands" id="malaysia_cameron_highlands" href="../malaysia/cameron_highlands.html">Cameron Highlands</a></li>\n';
	strHTML += '<li><a title="A tale about Georgetown" id="malaysia_georgetown" href="../malaysia/georgetown.html">Georgetown</a></li>\n';
	strHTML += '<li><a title="A tale about Kuala Lumpur" id="malaysia_kuala_lumpur" href="../malaysia/kuala_lumpur.html">Kuala Lumpur</a></li>\n';
	strHTML += '<li><a title="A tale about Melaka" id="malaysia_melaka" href="../malaysia/melaka.html">Melaka</a></li>\n';
	strHTML += '<li><a title="A tale about Pulau Pangkor" id="malaysia_pulau_pangkor" href="../malaysia/pulau_pangkor.html">Pulau Pangkor</a></li>\n';
	strHTML += '<li><a title="A tale about Taman Negara" id="malaysia_taman_negara" href="../malaysia/taman_negara.html">Taman Negara</a></li>\n';
	strHTML += '<li class="menuItemHeader">Other Tales</li>\n';
	strHTML += '<li><a title="A tale called \'The Cavalier Roundhead\'" id="malaysia_cavalier_roundhead" href="../malaysia/cavalier_roundhead.html">The Cavalier Roundhead</a></li>\n';
	strHTML += '<li><a title="A tale called \'The Company of Travellers\'" id="malaysia_the_company_of_travellers" href="../malaysia/the_company_of_travellers.html">The Company of Travellers</a></li>\n';
	strHTML += '<li><a title="A tale called \'Malaysian Politics\'" id="malaysia_malaysian_politics" href="../malaysia/malaysian_politics.html">Malaysian Politics</a></li>\n';
	strHTML += '<li><a title="A tale called \'Meeting the Orang Asli\'" id="malaysia_meeting_the_orang_asli" href="../malaysia/meeting_the_orang_asli.html">Meeting the Orang Asli</a></li>\n';
	strHTML += '<li><a title="A tale called \'Pre-Malaysian Apathy\'" id="malaysia_pre-malaysian_apathy" href="../malaysia/pre-malaysian_apathy.html">Pre-Malaysian Apathy</a></li>\n';
	strHTML += '<li><a title="A tale called \'Rainforest Statistics\'" id="malaysia_rainforest_statistics" href="../malaysia/rainforest_statistics.html">Rainforest Statistics</a></li>\n';
	strHTML += '<li><a title="A tale called \'Thoughts on Leaving\'" id="malaysia_thoughts_on_leaving" href="../malaysia/thoughts_on_leaving.html">Thoughts on Leaving</a></li>\n';
	strHTML += '<li><a title="A tale called \'Walking the Rainforest\'" id="malaysia_walking_the_rainforest" href="../malaysia/walking_the_rainforest.html">Walking the Rainforest</a></li>\n';
	addSubmenu('malaysia', strHTML);

	// Menu 'mali'
	strHTML  = '<li><a title="A clickable map of Mali" id="mali_index" href="../mali/index.html">Map of Mali</a></li>\n';
	strHTML += '<li class="menuItemHeader">Destinations</li>\n';
	strHTML += '<li><a title="A tale about Bamako" id="mali_bamako" href="../mali/bamako.html">Bamako</a></li>\n';
	strHTML += '<li><a title="A tale about Djenn&eacute;" id="mali_djenne" href="../mali/djenne.html">Djenn&eacute;</a></li>\n';
	strHTML += '<li><a title="A tale about Dogon Country" id="mali_dogon_country" href="../mali/dogon_country.html">Dogon Country</a></li>\n';
	strHTML += '<li><a title="A tale about Gao" id="mali_gao" href="../mali/gao.html">Gao</a></li>\n';
	strHTML += '<li><a title="A tale about Gao to Mopti" id="mali_gao_to_mopti" href="../mali/gao_to_mopti.html">Gao to Mopti</a></li>\n';
	strHTML += '<li><a title="A tale about Kayes" id="mali_kayes" href="../mali/kayes.html">Kayes</a></li>\n';
	strHTML += '<li><a title="A tale about Kayes to Bamako" id="mali_kayes_to_bamako" href="../mali/kayes_to_bamako.html">Kayes to Bamako</a></li>\n';
	strHTML += '<li><a title="A tale about Mopti" id="mali_mopti" href="../mali/mopti.html">Mopti</a></li>\n';
	strHTML += '<li><a title="A tale about Mopti to Timbuktu" id="mali_mopti_to_timbuktu" href="../mali/mopti_to_timbuktu.html">Mopti to Timbuktu</a></li>\n';
	strHTML += '<li><a title="A tale about Tambacounda to Kayes" id="mali_tambacounda_to_kayes" href="../mali/tambacounda_to_kayes.html">Tambacounda to Kayes</a></li>\n';
	strHTML += '<li><a title="A tale about Timbuktu" id="mali_timbuktu" href="../mali/timbuktu.html">Timbuktu</a></li>\n';
	strHTML += '<li><a title="A tale about Timbuktu to Gao" id="mali_timbuktu_to_gao" href="../mali/timbuktu_to_gao.html">Timbuktu to Gao</a></li>\n';
	strHTML += '<li class="menuItemHeader">Other Tales</li>\n';
	strHTML += '<li><a title="A tale called \'The Best Laid Plans\'" id="mali_the_best_laid_plans" href="../mali/the_best_laid_plans.html">The Best Laid Plans</a></li>\n';
	strHTML += '<li><a title="A tale called \'Black Music\'" id="mali_black_music" href="../mali/black_music.html">Black Music</a></li>\n';
	strHTML += '<li><a title="A tale called \'Bloody Nora\'" id="mali_bloody_nora" href="../mali/bloody_nora.html">Bloody Nora</a></li>\n';
	strHTML += '<li><a title="A tale called \'Camel Trekking in Timbuktu\'" id="mali_camel_trekking_in_timbuktu" href="../mali/camel_trekking_in_timbuktu.html">Camel Trekking in Timbuktu</a></li>\n';
	strHTML += '<li><a title="A tale called \'Down on the Upside\'" id="mali_down_on_the_upside" href="../mali/down_on_the_upside.html">Down on the Upside</a></li>\n';
	strHTML += '<li><a title="A tale called \'A Financial Perspective\'" id="mali_a_financial_perspective" href="../mali/a_financial_perspective.html">A Financial Perspective</a></li>\n';
	strHTML += '<li><a title="A tale called \'The Floating Market\'" id="mali_the_floating_market" href="../mali/the_floating_market.html">The Floating Market</a></li>\n';
	strHTML += '<li><a title="A tale called \'Marmalade!\'" id="mali_marmalade" href="../mali/marmalade.html">Marmalade!</a></li>\n';
	strHTML += '<li><a title="A tale called \'Remember Me?\'" id="mali_remember_me" href="../mali/remember_me.html">Remember Me?</a></li>\n';
	strHTML += '<li><a title="A tale called \'The Right Staff\'" id="mali_the_right_staff" href="../mali/the_right_staff.html">The Right Staff</a></li>\n';
	strHTML += '<li><a title="A tale called \'Sahel Food\'" id="mali_sahel_food" href="../mali/sahel_food.html">Sahel Food</a></li>\n';
	strHTML += '<li><a title="A tale called \'Saturday Night at the Movies\'" id="mali_saturday_night_movies" href="../mali/saturday_night_movies.html">Saturday Night at the Movies</a></li>\n';
	strHTML += '<li><a title="A tale called \'A Serious Loss\'" id="mali_a_serious_loss" href="../mali/a_serious_loss.html">A Serious Loss</a></li>\n';
	strHTML += '<li><a title="A tale called \'Thoughts on Leaving\'" id="mali_thoughts_on_leaving" href="../mali/thoughts_on_leaving.html">Thoughts on Leaving</a></li>\n';
	strHTML += '<li><a title="A tale called \'Tuareg Tea\'" id="mali_tuareg_tea" href="../mali/tuareg_tea.html">Tuareg Tea</a></li>\n';
	strHTML += '<li><a title="A tale called \'The Waiting Game\'" id="mali_the_waiting_game" href="../mali/the_waiting_game.html">The Waiting Game</a></li>\n';
	addSubmenu('mali', strHTML);

	// Menu 'morocco'
	strHTML  = '<li><a title="A clickable map of Morocco" id="morocco_index" href="../morocco/index.html">Map of Morocco</a></li>\n';
	strHTML += '<li class="menuItemHeader">Destinations</li>\n';
	strHTML += '<li><a title="A tale about A&iuml;t Benhaddou" id="morocco_ait_benhaddou" href="../morocco/ait_benhaddou.html">A&iuml;t Benhaddou</a></li>\n';
	strHTML += '<li><a title="A tale about the Dr&acirc;a Valley" id="morocco_draa_valley" href="../morocco/draa_valley.html">Dr&acirc;a Valley</a></li>\n';
	strHTML += '<li><a title="A tale about the Hammada" id="morocco_the_hammada" href="../morocco/the_hammada.html">The <span lang="ar">Hammada</span></a></li>\n';
	strHTML += '<li><a title="A tale about Marrakech" id="morocco_marrakech" href="../morocco/marrakech.html">Marrakech</a></li>\n';
	strHTML += '<li><a title="A tale about Merzouga" id="morocco_merzouga" href="../morocco/merzouga.html">Merzouga</a></li>\n';
	strHTML += '<li><a title="A tale about Ouarzazate" id="morocco_ouarzazate" href="../morocco/ouarzazate.html">Ouarzazate</a></li>\n';
	strHTML += '<li class="menuItemHeader">Other Tales</li>\n';
	strHTML += '<li><a title="A tale called \'Arriving in Morocco\'" id="morocco_arriving_in_morocco" href="../morocco/arriving_in_morocco.html">Arriving in Morocco</a></li>\n';
	strHTML += '<li><a title="A tale called \'Car Rental Scam\'" id="morocco_car_rental_scam" href="../morocco/car_rental_scam.html">Car Rental Scam</a></li>\n';
	strHTML += '<li><a title="A tale called \'Desert Food\'" id="morocco_desert_food" href="../morocco/desert_food.html">Desert Food</a></li>\n';
	strHTML += '<li><a title="A tale called \'Driving in a Sandstorm\'" id="morocco_driving_in_a_sandstorm" href="../morocco/driving_in_a_sandstorm.html">Driving in a Sandstorm</a></li>\n';
	strHTML += '<li><a title="A tale called \'Morocco, German-Style\'" id="morocco_morocco_german-style" href="../morocco/morocco_german-style.html">Morocco, German-Style</a></li>\n';
	strHTML += '<li><a title="A tale called \'Rock Men of the Hammada\'" id="morocco_rock_men_of_the_hammada" href="../morocco/rock_men_of_the_hammada.html">Rock Men of the <span lang="ar">Hammada</span></a></li>\n';
	strHTML += '<li><a title="A tale called \'Space Invaders\'" id="morocco_space_invaders" href="../morocco/space_invaders.html">Space Invaders</a></li>\n';
	strHTML += '<li><a title="A tale called \'The Sahara by Camel\'" id="morocco_the_sahara_by_camel" href="../morocco/the_sahara_by_camel.html">The Sahara by Camel</a></li>\n';
	addSubmenu('morocco', strHTML);

	// Menu 'nepal'
	strHTML  = '<li><a title="A clickable map of Nepal" id="nepal_index" href="../nepal/index.html">Map of Nepal</a></li>\n';
	strHTML += '<li class="menuItemHeader">Destinations</li>\n';
	strHTML += '<li><a title="A tale about the Annapurna Circuit" id="nepal_annapurna_circuit" href="../nepal/annapurna_circuit.html">Annapurna Circuit</a></li>\n';
	strHTML += '<li><a title="A tale about stage one of the Annapurna Circuit" id="nepal_annapurna_circuit_stage_1" href="../nepal/annapurna_circuit_stage_1.html">Annapurna Circuit (Stage 1)</a></li>\n';
	strHTML += '<li><a title="A tale about stage two of the Annapurna Circuit" id="nepal_annapurna_circuit_stage_2" href="../nepal/annapurna_circuit_stage_2.html">Annapurna Circuit (Stage 2)</a></li>\n';
	strHTML += '<li><a title="A tale about Janakpur" id="nepal_janakpur" href="../nepal/janakpur.html">Janakpur</a></li>\n';
	strHTML += '<li><a title="A tale about Kathmandu" id="nepal_kathmandu" href="../nepal/kathmandu.html">Kathmandu</a></li>\n';
	strHTML += '<li><a title="A tale about Pokhara" id="nepal_pokhara" href="../nepal/pokhara.html">Pokhara</a></li>\n';
	strHTML += '<li class="menuItemHeader">Other Tales</li>\n';
	strHTML += '<li><a title="A tale called \'Death in the Afternoon\'" id="nepal_death_in_the_afternoon" href="../nepal/death_in_the_afternoon.html">Death in the Afternoon</a></li>\n';
	strHTML += '<li><a title="A tale called \'Floundering in Kathmandu\'" id="nepal_floundering_in_kathmandu" href="../nepal/floundering_in_kathmandu.html">Floundering in Kathmandu</a></li>\n';
	addSubmenu('nepal', strHTML);

	// Menu 'new_zealand'
	strHTML  = '<li><a title="A clickable map of New Zealand" id="new_zealand_index" href="../new_zealand/index.html">Map of New Zealand</a></li>\n';
	strHTML += '<li class="menuItemHeader">Destinations</li>\n';
	strHTML += '<li><a title="A tale about Arthur\'s Pass" id="new_zealand_arthurs_pass" href="../new_zealand/arthurs_pass.html">Arthur\'s Pass</a></li>\n';
	strHTML += '<li><a title="A tale about Auckland" id="new_zealand_auckland" href="../new_zealand/auckland.html">Auckland</a></li>\n';
	strHTML += '<li><a title="A tale about the Catchpool Valley" id="new_zealand_catchpool_valley" href="../new_zealand/catchpool_valley.html">Catchpool Valley</a></li>\n';
	strHTML += '<li><a title="A tale about Christchurch" id="new_zealand_christchurch" href="../new_zealand/christchurch.html">Christchurch</a></li>\n';
	strHTML += '<li><a title="A tale about Coromandel" id="new_zealand_coromandel" href="../new_zealand/coromandel.html">Coromandel</a></li>\n';
	strHTML += '<li><a title="A tale about Dunedin" id="new_zealand_dunedin" href="../new_zealand/dunedin.html">Dunedin</a></li>\n';
	strHTML += '<li><a title="A tale about the Hollyford-Pyke Route" id="new_zealand_hollyford-pyke_route" href="../new_zealand/hollyford-pyke_route.html">Hollyford-Pyke Route</a></li>\n';
	strHTML += '<li><a title="A tale about the Kepler Track" id="new_zealand_kepler_track" href="../new_zealand/kepler_track.html">Kepler Track</a></li>\n';
	strHTML += '<li><a title="A tale about Mahia Beach" id="new_zealand_mahia_beach" href="../new_zealand/mahia_beach.html">Mahia Beach</a></li>\n';
	strHTML += '<li><a title="A tale about Milford" id="new_zealand_milford" href="../new_zealand/milford.html">Milford</a></li>\n';
	strHTML += '<li><a title="A tale about Mt Cook" id="new_zealand_mt_cook" href="../new_zealand/mt_cook.html">Mt Cook</a></li>\n';
	strHTML += '<li><a title="A tale about Nelson" id="new_zealand_nelson" href="../new_zealand/nelson.html">Nelson</a></li>\n';
	strHTML += '<li><a title="A tale about Northland" id="new_zealand_northland" href="../new_zealand/northland.html">Northland</a></li>\n';
	strHTML += '<li><a title="A tale about Peel Forest" id="new_zealand_peel_forest" href="../new_zealand/peel_forest.html">Peel Forest</a></li>\n';
	strHTML += '<li><a title="A tale about Queenstown" id="new_zealand_queenstown" href="../new_zealand/queenstown.html">Queenstown</a></li>\n';
	strHTML += '<li><a title="A tale about Rangitoto" id="new_zealand_rangitoto" href="../new_zealand/rangitoto.html">Rangitoto</a></li>\n';
	strHTML += '<li><a title="A tale about the Routeburn-Greenstone Track" id="new_zealand_routeburn-greenstone_track" href="../new_zealand/routeburn-greenstone_track.html">Routeburn-Greenstone Track</a></li>\n';
	strHTML += '<li><a title="A tale about the East Southern Scenic Route" id="new_zealand_southern_scenic_route_east" href="../new_zealand/southern_scenic_route_east.html">Southern Scenic Route (East)</a></li>\n';
	strHTML += '<li><a title="A tale about the West Southern Scenic Route" id="new_zealand_southern_scenic_route_west" href="../new_zealand/southern_scenic_route_west.html">Southern Scenic Route (West)</a></li>\n';
	strHTML += '<li><a title="A tale about Taranaki" id="new_zealand_taranaki" href="../new_zealand/taranaki.html">Taranaki</a></li>\n';
	strHTML += '<li><a title="A tale about Taupo" id="new_zealand_taupo" href="../new_zealand/taupo.html">Taupo</a></li>\n';
	strHTML += '<li><a title="A tale about Tongariro" id="new_zealand_tongariro" href="../new_zealand/tongariro.html">Tongariro</a></li>\n';
	strHTML += '<li><a title="A tale about Twizel" id="new_zealand_twizel" href="../new_zealand/twizel.html">Twizel</a></li>\n';
	strHTML += '<li><a title="A tale about Wellington" id="new_zealand_wellington" href="../new_zealand/wellington.html">Wellington</a></li>\n';
	strHTML += '<li><a title="A tale about west coast of the South Island)" id="new_zealand_west_coast_south_island" href="../new_zealand/west_coast_south_island.html">West Coast (South Island)</a></li>\n';
	strHTML += '<li><a title="A tale about Whangarei" id="new_zealand_whangarei" href="../new_zealand/whangarei.html">Whangarei</a></li>\n';
	strHTML += '<li class="menuItemHeader">Other Tales</li>\n';
	strHTML += '<li><a title="A tale called \'A Glacial Christmas\'" id="new_zealand_a_glacial_christmas" href="../new_zealand/a_glacial_christmas.html">A Glacial Christmas</a></li>\n';
	strHTML += '<li><a title="A tale called \'Bush Bastards\'" id="new_zealand_bush_bastards" href="../new_zealand/bush_bastards.html">Bush Bastards</a></li>\n';
	strHTML += '<li><a title="A tale called \'Down the Casino\'" id="new_zealand_down_the_casino" href="../new_zealand/down_the_casino.html">Down the Casino</a></li>\n';
	strHTML += '<li><a title="A tale called \'Finding Wheels\'" id="new_zealand_finding_wheels" href="../new_zealand/finding_wheels.html">Finding Wheels</a></li>\n';
	strHTML += '<li><a title="A tale called \'Kiwi Trivia\'" id="new_zealand_kiwi_trivia" href="../new_zealand/kiwi_trivia.html">Kiwi Trivia</a></li>\n';
	strHTML += '<li><a title="A tale called \'Lake Ponderings\'" id="new_zealand_lake_ponderings" href="../new_zealand/lake_ponderings.html">Lake Ponderings</a></li>\n';
	strHTML += '<li><a title="A tale called \'Learning to Dive\'" id="new_zealand_learning_to_dive" href="../new_zealand/learning_to_dive.html">Learning to Dive</a></li>\n';
	strHTML += '<li><a title="A tale called \'Low Patch\'" id="new_zealand_low_patch" href="../new_zealand/low_patch.html">Low Patch</a></li>\n';
	strHTML += '<li><a title="A tale called \'Submarine Car\'" id="new_zealand_submarine_car" href="../new_zealand/submarine_car.html">Submarine Car</a></li>\n';
	addSubmenu('new_zealand', strHTML);

	// Menu 'senegal'
	strHTML  = '<li><a title="A clickable map of Senegal" id="senegal_index" href="../senegal/index.html">Map of Senegal</a></li>\n';
	strHTML += '<li class="menuItemHeader">Destinations</li>\n';
	strHTML += '<li><a title="A tale about Dakar" id="senegal_dakar" href="../senegal/dakar.html">Dakar</a></li>\n';
	strHTML += '<li><a title="A tale about Djiffer" id="senegal_djiffer" href="../senegal/djiffer.html">Djiffer</a></li>\n';
	strHTML += '<li><a title="A tale about Foundiougne" id="senegal_foundiougne" href="../senegal/foundiougne.html">Foundiougne</a></li>\n';
	strHTML += '<li><a title="A tale about &Icirc;le de Gor&eacute;e" id="senegal_ile_de_goree" href="../senegal/ile_de_goree.html"><span lang="fr" class="plain">&Icirc;le de Gor&eacute;e</span></a></li>\n';
	strHTML += '<li><a title="A tale about Joal-Fadiout" id="senegal_joal-fadiout" href="../senegal/joal-fadiout.html">Joal-Fadiout</a></li>\n';
	strHTML += '<li><a title="A tale about Kaolack" id="senegal_kaolack" href="../senegal/kaolack.html">Kaolack</a></li>\n';
	strHTML += '<li><a title="A tale about Palmarin" id="senegal_palmarin" href="../senegal/palmarin.html">Palmarin</a></li>\n';
	strHTML += '<li><a title="A tale about St-Louis" id="senegal_st-louis" href="../senegal/st-louis.html">St-Louis</a></li>\n';
	strHTML += '<li><a title="A tale about Tambacounda" id="senegal_tambacounda" href="../senegal/tambacounda.html">Tambacounda</a></li>\n';
	strHTML += '<li><a title="A tale about Toubab Dialao" id="senegal_toubab_dialao" href="../senegal/toubab_dialao.html">Toubab Dialao</a></li>\n';
	strHTML += '<li class="menuItemHeader">Other Tales</li>\n';
	strHTML += '<li><a title="A tale called \'Homesickness\'" id="senegal_homesickness" href="../senegal/homesickness.html">Homesickness</a></li>\n';
	strHTML += '<li><a title="A tale called \'King of the Caf&eacute;\'" id="senegal_king_of_the_cafe" href="../senegal/king_of_the_cafe.html">King of the Caf&eacute;</a></li>\n';
	strHTML += '<li><a title="A tale called \'The Language Barrier\'" id="senegal_the_language_barrier" href="../senegal/the_language_barrier.html">The Language Barrier</a></li>\n';
	strHTML += '<li><a title="A tale called \'Senegalese Transport\'" id="senegal_senegalese_transport" href="../senegal/senegalese_transport.html">Senegalese Transport</a></li>\n';
	strHTML += '<li><a title="A tale called \'Senegal v Nigeria\'" id="senegal_senegal_v_nigeria" href="../senegal/senegal_v_nigeria.html">Senegal v Nigeria</a></li>\n';
	strHTML += '<li><a title="A tale called \'Thoughts on Leaving\'" id="senegal_thoughts_on_leaving" href="../senegal/thoughts_on_leaving.html">Thoughts on Leaving</a></li>\n';
	strHTML += '<li><a title="A tale called \'Unstable Continent\'" id="senegal_unstable_continent" href="../senegal/unstable_continent.html">Unstable Continent</a></li>\n';
	addSubmenu('senegal', strHTML);

	// Menu 'singapore'
	strHTML  = '<li><a title="A clickable map of Singapore" id="singapore_index" href="../singapore/index.html">Map of Singapore</a></li>\n';
	strHTML += '<li class="menuItemHeader">Destinations</li>\n';
	strHTML += '<li><a title="A tale about Singapore City" id="singapore_singapore_city" href="../singapore/singapore_city.html">Singapore City</a></li>\n';
	strHTML += '<li class="menuItemHeader">Other Tales</li>\n';
	strHTML += '<li><a title="A tale called \'A Day at the Golf Course\'" id="singapore_a_day_at_the_golf_course" href="../singapore/a_day_at_the_golf_course.html">A Day at the Golf Course</a></li>\n';
	addSubmenu('singapore', strHTML);

	// Menu 'thailand'
	strHTML  = '<li><a title="A clickable map of Thailand" id="thailand_index" href="../thailand/index.html">Map of Thailand</a></li>\n';
	strHTML += '<li class="menuItemHeader">Destinations</li>\n';
	strHTML += '<li><a title="A tale about Bangkok" id="thailand_bangkok" href="../thailand/bangkok.html">Bangkok</a></li>\n';
	strHTML += '<li><a title="A tale about Chiang Mai" id="thailand_chiang_mai" href="../thailand/chiang_mai.html">Chiang Mai</a></li>\n';
	strHTML += '<li><a title="A tale about the trip from Hat Yai to Phuket" id="thailand_hat_yai_to_phuket" href="../thailand/hat_yai_to_phuket.html">Hat Yai to Phuket</a></li>\n';
	strHTML += '<li><a title="A tale about Ko Samui" id="thailand_ko_samui" href="../thailand/ko_samui.html">Ko Samui</a></li>\n';
	strHTML += '<li class="menuItemHeader">Other Tales</li>\n';
	strHTML += '<li><a title="A tale called \'Beach Bums of Thailand\'" id="thailand_beach_bums_of_thailand" href="../thailand/beach_bums_of_thailand.html">Beach Bums of Thailand</a></li>\n';
	strHTML += '<li><a title="A tale called \'The Currency Crisis\'" id="thailand_currency_crisis" href="../thailand/currency_crisis.html">The Currency Crisis</a></li>\n';
	strHTML += '<li><a title="A tale called \'The Thai Language\'" id="thailand_thai_language" href="../thailand/thai_language.html">The Thai Language</a></li>\n';
	strHTML += '<li><a title="A tale called \'Thoughts on Leaving\'" id="thailand_thoughts_on_leaving" href="../thailand/thoughts_on_leaving.html">Thoughts on Leaving</a></li>\n';
	addSubmenu('thailand', strHTML);

	// Menu 'about_me'
	strHTML  = '<li><a title="Some general information about me" id="about_me_index" href="../about_me/index.html">About Me</a></li>\n';
	strHTML += '<li><a title="Details of my various trips abroad" id="about_me_my_travels" href="../about_me/my_travels.html">My Travels</a></li>\n';
	strHTML += '<li><a title="A not terribly serious look at why I travel" id="about_me_why_i_travel" href="../about_me/why_i_travel.html">Why I Travel</a></li>\n';
	addSubmenu('about_me', strHTML);

	// Menu 'about_site'
	strHTML  = '<li><a title="Who did what on this site, and with which pieces of software" id="about_site_site_credits" href="../about_site/site_credits.html" accesskey="5">Site Credits</a></li>\n';
	strHTML += '<li><a title="For those who want to use my content on their own websites" id="about_site_using_my_content" href="../about_site/using_my_content.html">Using My Content on Your Site</a></li>\n';
	strHTML += '<li><a title="Some helpful tips on using this site" id="about_site_using_this_site" href="../about_site/using_this_site.html">Using this Site</a></li>\n';
	strHTML += '<li><a title="An accessibility statement for this site" id="about_site_accessibility" href="../about_site/accessibility.html">Accessibility Statement</a></li>\n';
	addSubmenu('about_site', strHTML);

	// Menu 'guestbook'
	strHTML  = '<li><a title="Feel free to view my Guestbook" id="guestbook_index" href="../guestbook/viewforum.php?f=1" accesskey="9">View My Guestbook</a></li>\n';
	strHTML += '<li><a title="If you\'d like to sign my Guestbook, I\'d be delighted!" id="guestbook_sign" href="../guestbook/posting.php?mode=newtopic&f=1">Sign My Guestbook</a></li>\n';
	strHTML += '<li><a title="You can send me a private message, if you would prefer" id="guestbook_private" href="../guestbook/posting.php?mode=newtopic&f=2">Send Me a Private Message</a></li>\n';
	strHTML += '<li><a title="Some nice (and nasty) comments taken from my Guestbook" id="guestbook_site_testimonials" href="../guestbook/site_testimonials.html">Site Testimonials</a></li>\n';
	addSubmenu('guestbook', strHTML);

	// Menu 'search'
	strHTML  = '<li><a title="An advanced search engine, so you can find exactly what you\'re after" id="search_index" href="../cgi-bin/search.cgi">Search</a></li>\n';
	strHTML += '<li><a title="An index of every single page on this site" id="search_site_map" href="../search/site_map.html">Site Map</a></li>\n';
	strHTML += '<li><a title="A chronological index of my travel writing" id="search_tales_chronological_order" href="../search/tales_chronological_order.html">Tales in Chronological Order</a></li>\n';
	addSubmenu('search', strHTML);

	// Insert placeholder text
	hideField('searchTerms', 'Enter terms');
	$('#searchTerms').focus(function() { showField('searchTerms', 'Enter terms'); });
	$('#searchTerms').blur(function() { hideField('searchTerms', 'Enter terms'); });

	hideField('searchTerms2', 'Enter terms');
	$('#searchTerms2').focus(function() { showField('searchTerms2', 'Enter terms'); });
	$('#searchTerms2').blur(function() { hideField('searchTerms2', 'Enter terms'); });

	hideField('captionSearch', 'Enter terms');
	$('#captionSearch').focus(function() { showField('captionSearch', 'Enter terms'); });
	$('#captionSearch').blur(function() { hideField('captionSearch', 'Enter terms'); });

	// Prevent empty searches
	$('#mainSearch').submit(function() {
		  return (($('#searchTerms').val().length > 0) && ($('#searchTerms').val() != 'Enter terms'));
	});

	// Move access keys to correct menu items
	$('#about_site > a').removeAttr('accesskey');
	$('#guestbook > a').removeAttr('accesskey');
}


// Add a submenu to the left-hand navigation
function addSubmenu(strMenuId, strHTML) {
	// Create submenu
	$('#' + strMenuId).append('<ul id="submenu_' + strMenuId + '">' + strHTML + '</ul>');

	// Hide submenu in a way that doesn't break in Safari
	$('#submenu_' + strMenuId).css('display','none')

	// Add arrow to menu item
	$('#' + strMenuId).css('background', "url('../images/common/down_arrow.gif') 183px top no-repeat");

	// Add open/close event
	$('#' + strMenuId + ' > a').toggle(openMenu, closeMenu);
}


// Open a submenu
function openMenu(objEvent) {
	var strId = $(this).parent().attr('id');

	// Open menu
	$('#submenu_' + strId).slideDown('slow');

	// Change arrow
	$('#' + strId).css('background-image', "url('../images/common/up_arrow.gif')");

	// Stop default action
	return false;
}


// Close a submenu
function closeMenu(objEvent) {
	var strId = $(this).parent().attr('id');

	// Close menu
	$('#submenu_' + strId).slideUp('slow');

	// Change arrow
	$('#' + strId).css('background-image', "url('../images/common/down_arrow.gif')");

	// Stop default action
	return false;
}


// Open the current menu
function currentMenu(strMenuId, strMenuItem) {
	// Open current submenu
	$('#submenu_' + strMenuId).show();

	// Add open/close event, but other way round
	$('#' + strMenuId + ' > a').unbind('click');
	$('#' + strMenuId + ' > a').toggle(closeMenu, openMenu);

	// Change arrow
	$('#' + strMenuId).css('background-image', "url('../images/common/up_arrow.gif')");

	// Highlight current page and remove link
	strLinkText = $('#' + strMenuId + '_' + strMenuItem).text();
	$('#' + strMenuId + '_' + strMenuItem).parent().text(strLinkText).css('color', '#f00');
}


// Display emailer and/or RSS links
function metaDataCentre(boolRssDisplay, boolMailerDisplay, strFolder, strFile) {
	if (boolRssDisplay || boolMailerDisplay) $('#authorInfo').after('<ul>' + mailerHTML(boolMailerDisplay, strFolder, strFile) + rssHTML(boolRssDisplay) + '</ul>');
}


// Generate HTML for the emailer link
function mailerHTML(boolDisplay, strFolder, strFile) {
	var strHTML = '';
	if (boolDisplay) {
		var title = document.title
		if (title.indexOf(' - A Picture') > 0) title = title.substr(title.indexOf(' - A Picture') + 3);
		var hyphen = title.indexOf(' - ');
		if (hyphen) { title = title.substr(0, hyphen); }
		strHTML  = '<li><a title="Email this page to a friend" href="';
		strHTML += '../cgi-bin/mailer.cgi?url=' + location.pathname + escape_plus(location.search) + '&amp;title=' + escape(title) + '&amp;folder=' + strFolder + '&amp;file=' + strFile;
		strHTML += '">Email to a Friend</a></li>';
	}
	return strHTML;
}


// Generate HTML for the RSS link
function rssHTML(boolDisplay) {
	var strHTML = '';
	if (boolDisplay) strHTML = '<li><a href="http://feeds.moxon.net/traveldigest" rel="alternate" type="application/rss+xml">Subscribe via <abbr title="Really Simple Syndication">RSS</abbr> <img class="rss" src="../images/common/feed-icon9x9.png" width="9" height="9" alt="RSS logo" /></a></li>';
	return strHTML;
}


// Insert year for copyright
function copyright() {
	var strHTML, d = new Date();
	strHTML  = '1995-';
	strHTML += d.getFullYear();
	$('#copyrightYear').html(strHTML);
}


// Display input field and clear placeholder text
function showField(strFieldId, strPlaceholderText) {
	// If field exists
	if ($('#' + strFieldId).length) {
		// Display field fully
		$('#' + strFieldId).css('color', '#000');

		// Remove placeholder text if present
		if ($('#' + strFieldId).val().replace(/(\r\n|\r|\n)/g, '\n') == strPlaceholderText.replace(/(\r\n|\r|\n)/g, '\n')) $('#' + strFieldId).val('');
	}
}


// Hide input field and insert placeholder text (if empty)
function hideField(strFieldId, strPlaceholderText) {
	// If field exists
	if ($('#' + strFieldId).length) {
		if (($('#' + strFieldId).val() == '') || ($('#' + strFieldId).val().replace(/(\r\n|\r|\n)/g, '\n') == strPlaceholderText.replace(/(\r\n|\r|\n)/g, '\n'))) {
			// Grey out terms field
			$('#' + strFieldId).css('color', '#707070');

			// Insert placeholder text
			$('#' + strFieldId).val(strPlaceholderText.replace(/(\r\n|\r|\n)/g, '\n'));
		}
	}
}


// Escape string, including + signs
function escape_plus(strURL) {
	var encoded = new String;
	encoded = escape(strURL);
	var re = /\+/g;
	encoded = encoded.replace(re, '%2B');
	return encoded;
}
