function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.3.1
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://www.zetalife.info/' ;
  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 value="">Scegli una Provincia...</option>' );
document.writeln( '<option value="/italia/veneto/belluno/index.html">Belluno</option>' );
document.writeln( '<option value="/italia/veneto/padova/index.html">Padova</option>' );
document.writeln( '<option value="/italia/veneto/rovigo/index.html">Rovigo</option>' );
document.writeln( '<option value="/italia/veneto/treviso/index.html">Treviso</option>' );
document.writeln( '<option value="/italia/veneto/venezia/index.html">Venezia</option>' );
document.writeln( '<option value="/italia/veneto/verona/index.html">Verona</option>' );
document.writeln( '<option value="/italia/veneto/vicenza/index.html">Vicenza</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

