function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.2
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://www.pacific-pictures.com/' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    location.href = baseurl + newurl ;
  }
}
document.writeln( '<form action="chgoto" method="get">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option selected>--- Destinations ---</option>' );
document.writeln( '<option value="american_samoa/index.html">American Samoa</option>' );
document.writeln( '<option value="cook_islands/index.html">Cook Islands</option>' );
document.writeln( '<option value="easter_island/index.html">Easter Island</option>' );
document.writeln( '<option value="fiji/index.html">Fiji</option>' );
document.writeln( '<option value="tahiti/index.html">French Polynesia</option>' );
document.writeln( '<option value="micronesia/index.html">Micronesia</option>' );
document.writeln( '<option value="niue/index.html">Niue</option>' );
document.writeln( '<option value="new_caledonia/index.html">New Caledonia</option>' );
document.writeln( '<option value="samoa/index.html">Samoa</option>' );
document.writeln( '<option value="solomons/index.html">Solomon Islands</option>' );
document.writeln( '<option value="tokelau/index.html">Tokelau</option>' );
document.writeln( '<option value="tonga/index.html">Tonga</option>' );
document.writeln( '<option value="tuvalu/index.html">Tuvalu</option>' );
document.writeln( '<option value="vanuatu/index.html">Vanuatu</option>' );
document.writeln( '<option value="wallis_futuna/index.html">Wallis and Futuna</option>' );
document.writeln( '<option>----- Themes -----</option>' );
document.writeln( '<option value="pacific/beaches.html">Beaches</option>' );
document.writeln( '<option value="pacific/buildings.html">Buildings</option>' );
document.writeln( '<option value="pacific/cities.html">Cities</option>' );
document.writeln( '<option value="pacific/landscapes.html">Landscapes</option>' );
document.writeln( '<option value="pacific/people.html">People</option>' );
document.writeln( '<option value="pacific/ships.html">Ships</option>' );
document.writeln( '<option value="pacific/sightseeing.html">Sightseeing</option>' );
document.writeln( '<option value="pacific/trees.html">Trees</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );
