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/piemonte/alessandria/index.html">Alessandria</option>' );
document.writeln( '<option value="/italia/piemonte/asti/index.html">Asti</option>' );
document.writeln( '<option value="/italia/piemonte/biella/index.html">Biella</option>' );
document.writeln( '<option value="/italia/piemonte/cuneo/index.html">Cuneo</option>' );
document.writeln( '<option value="/italia/piemonte/novara/index.html">Novara</option>' );
document.writeln( '<option value="/italia/piemonte/torino/index.html">Torino</option>' );
document.writeln( '<option value="/italia/piemonte/verbanocusioossola/index.html">Verbano - Cusio - Ossola</option>' );
document.writeln( '<option value="/italia/piemonte/vercelli/index.html">Vercelli</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

