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.416dentist.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="">--Change Location--</option>' );
document.writeln( '<option value="index.html">Toronto</option>' );
document.writeln( '<option value="ajax">Ajax</option>' );
document.writeln( '<option value="barrie">Barrie</option>' );
document.writeln( '<option value="brampton">Brampton</option>' );
document.writeln( '<option value="caledon">Caledon</option>' );
document.writeln( '<option value="cambridge">Cambridge</option>' );
document.writeln( '<option value="georgetown">Georgetown</option>' );
document.writeln( '<option value="guelph">Guelph</option>' );
document.writeln( '<option value="kitchener">Kitchener</option>' );
document.writeln( '<option value="london">London ON</option>' );
document.writeln( '<option value="markham">Markham</option>' );
document.writeln( '<option value="milton">Milton</option>' );
document.writeln( '<option value="mississauga">Mississauga</option>' );
document.writeln( '<option value="orangeville">Orangeville</option>' );
document.writeln( '<option value="pickering">Pickering</option>' );
document.writeln( '<option value="richmondhill">Richmond Hill</option>' );
document.writeln( '<option value="vaughan">Vaughan</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );


