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.ebornshoes.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 value="allrounders.html">ALLROUNDERS</option>' );
document.writeln( '<option value="annkleinny.html">Ann Klein NY</option>' );
document.writeln( '<option value="annmoreno.html">Ann Moreno</option>' );
document.writeln( '<option value="bc.html">BC Footware</option>' );
document.writeln( '<option value="bongo.html">Bongo</option>' );
document.writeln( '<option value="brassboot.html">Brass Boot</option>' );
document.writeln( '<option value="busterbrown.html">Buster Brown</option>' );
document.writeln( '<option value="santana.html">Carlos Santana</option>' );
document.writeln( '<option value="dansko.html">Dansko</option>' );
document.writeln( '<option value="dickies.html">Dickies</option>' );
document.writeln( '<option value="eastland.html">Eastland</option>' );
document.writeln( '<option value="guess.html">Guess ?</option>' );
document.writeln( '<option value="hummer.html">Hummer</option>' );
document.writeln( '<option value="jlo.html">J Lo</option>' );
document.writeln( '<option value="j&m.html">Johnson & Murphy</option>' );
document.writeln( '<option value="nicole.html">Nicole</option>' );
document.writeln( '<option value="tommy.html">Tommy Girl</option>' );
document.writeln( '<option value="hilfiger.html">Tommy Hilfiger</option>' );
document.writeln( '<option value="ugg.html">UGG</option>' );
document.writeln( '<option value="xoxo.html">XOXO</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

