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.twlk.com/healthcare/' ;
  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="">Please select a JCRQSN topic</option>' );
document.writeln( '<option value="hc_jcr_home.aspx">JCRQSN Home</option>' );
document.writeln( '<option value="jcr_login.aspx?pg=hc_jcr_scmaterials">Site Coordinator Materials</option>' );
document.writeln( '<option value="jcr_login.aspx?pg=hc_jcr_materials">Teleconference Materials</option>' );
document.writeln( '<option value="password_request.aspx">Request Password</option>' );
document.writeln( '<option value="aboutjcr.htm">About Joint Commission Resources</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );