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://web.dekalb.k12tn.net/' ;
  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="">Select A Page</option>' );
document.writeln( '<option value="index.htm">Home</option>' );
document.writeln( '<option value="mem.htm">Board Members</option>' );
document.writeln( '<option value="staff.htm">Central Office Staff</option>' );
document.writeln( '<option value="curriculum.htm">Curriculum</option>' );
document.writeln( '<option value="jobs.htm">Job Openings</option>' );
document.writeln( '<option value="20092010calendar.pdf">School Calendar</option>' );
document.writeln( '<option value="schools.htm">Our Schools</option>' );
document.writeln( '<option value="tech.htm">Technology</option>' );
document.writeln( '<option value="inservice.htm">Inservice Information</option>' );
document.writeln( '<option value="Health.htm">Coordinated School Health</option>' );
document.writeln( '<option value="Federal.htm">Federal Programs</option>' );
document.writeln( '<option value="21.htm">21st Century Programs</option>' );
document.writeln( '<option value="boenews.htm">BOE Newsletter</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );