function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.3.2
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://www.360virtuowl.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="bridgeport/bridgeport.htm">Bridgeport</option>' );
document.writeln( '<option value="branford/branford.htm">Branford</option>' );
document.writeln( '<option value="index.htm">Homepage</option>' );
document.writeln( '<option value="danbury/danbury.htm">Danbury</option>' );
document.writeln( '<option value="hartford/hartford.htm">Hartford</option>' );
document.writeln( '<option value="easthaven/easthaven.htm">East Haven</option>' );
document.writeln( '<option value="hamden/hamden.htm">Hamden</option>' );
document.writeln( '<option value="milford/milford.htm">Milford</option>' );
document.writeln( '<option value="mystic/mystic.htm">Mystic</option>' );
document.writeln( '<option value="newhaven/city/eastrock/newhaven.htm">New Haven</option>' );
document.writeln( '<option value="stamford/stamford.htm">Stamford</option>' );
document.writeln( '<option value="stratford/stratford.htm">Stratford</option>' );
document.writeln( '<option value="wallingford/wallingford.htm">Wallingford</option>' );
document.writeln( '<option value="westhaven/westhaven.htm">West Haven</option>' );

document.writeln( '<option value="newlondon/newlondon.htm">New London</option>' );
document.writeln( '<option value=""></option>' );
document.writeln( '<option value=""></option>' );
document.writeln( '<option value=""></option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

