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.josephfischerdds.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="index.htm">Services</option>' );
document.writeln( '<option value="exam.htm">Exams</option>' );
document.writeln( '<option value="cleaning.htm">Cleaning</option>' );
document.writeln( '<option value="diagndnt.htm">DIAGNOdent</option>' );
document.writeln( '<option value="xray.htm">X-Rays</option>' );
document.writeln( '<option value="wand.htm">The Wand</option>' );
document.writeln( '<option value="oral.htm">Oral Sedation</option>' );
document.writeln( '<option value="nitrous.htm">Nitrous Oxide</option>' );
document.writeln( '<option value="fillings.htm">Fillings</option>' );
document.writeln( '<option value="extract.htm">Extrations</option>' );
document.writeln( '<option value="crwnbrdg.htm">Crowns/Bridges</option>' );
document.writeln( '<option value="rootcanl.htm">Root Canal</option>' );
document.writeln( '<option value="period.htm">Periodontal Disease</option>' );
document.writeln( '<option value="ortho.htm">Orthodontics</option>' );
document.writeln( '<option value="sealants.htm">Sealants</option>' );
document.writeln( '<option value="zoom.htm">Bleaching</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

