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.cuba-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>----- Provinces -----</option>' );
document.writeln( '<option value="camaguey/index.html">Camaguey</option>' );
document.writeln( '<option value="ciego_de_avila/index.html">Ciego de Avila</option>' );
document.writeln( '<option value="cienfuegos/index.html">Cienfuegos</option>' );
document.writeln( '<option value="granma/index.html">Granma</option>' );
document.writeln( '<option value="guantanamo/index.html">Guantanamo</option>' );
document.writeln( '<option value="havana/index.html">Havana City</option>' );
document.writeln( '<option value="havana/prov.html">Havana Province</option>' );
document.writeln( '<option value="holguin/index.html">Holguin</option>' );
document.writeln( '<option value="isla_de_la_juventud/index.html">Isla de la Juventud</option>' );
document.writeln( '<option value="las_tunas/index.html">Las Tunas</option>' );
document.writeln( '<option value="matanzas/index.html">Matanzas</option>' );
document.writeln( '<option value="pinar_del_rio/index.html">Pinar del Rio</option>' );
document.writeln( '<option value="sancti_spiritus/index.html">Sancti Spiritus</option>' );
document.writeln( '<option value="santiago_de_cuba/index.html">Santiago de Cuba</option>' );
document.writeln( '<option value="villa_clara/index.html">Villa Clara</option>' );
document.writeln( '<option>----- Themes -----</option>' );
document.writeln( '<option value="cuba/architecture.html">Architecture</option>' );
document.writeln( '<option value="cuba/billboards.html">Billboards</option>' );
document.writeln( '<option value="cuba/cars.html">Cars</option>' );
document.writeln( '<option value="cuba/castle.html">Castles</option>' );
document.writeln( '<option value="cuba/church.html">Churches</option>' );
document.writeln( '<option value="cuba/monuments.html">Monuments</option>' );
document.writeln( '<option value="cuba/people.html">People</option>' );
document.writeln( '<option value="cuba/streets.html">Street Scenes</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );
