<!--
    function goother(){
  var topicselected=document.frmother.cboother.selectedIndex 
  var webname="http://numericalmethods.eng.usf.edu/"
  var mywindow=window.name
if (topicselected==1) topicname=webname+"abouthnmi.htm"
if (topicselected==2) topicname=webname+"anecdote_text.html"
if (topicselected==3) topicname=webname+"assessment_text.html"
if (topicselected==4) topicname=webname+"audience.htm"
if (topicselected==5) topicname=webname+"awards.htm"
if (topicselected==6) topicname="http://www.eng.usf.edu/~kaw/class/EML3041/index.html"
if (topicselected==7) topicname=webname+"contact.html"
if (topicselected==8) topicname=webname+"dissemination.html"
if (topicselected==9) topicname=webname+"faqs.html"
if (topicselected==10) topicname=webname+"matrixalgebrabook/frmMatrixDL.asp"
if (topicselected==11) topicname=webname+"mission.htm"
if (topicselected==12) topicname=webname+"objectives.htm"
if (topicselected==13) topicname=webname+"people.html"
if (topicselected==14) topicname=webname+"physical_problems_text.html"
if (topicselected==15) topicname=webname+"publications.htm"
if (topicselected==16) topicname=webname+"requirements.htm"
if (topicselected==17) topicname=webname+"resource_text.html"
if (topicselected==18) topicname=webname+"resource.html"
if (topicselected==19) topicname=webname+"siteindex.html"
if (topicselected==20) topicname=webname+"tracks.htm"
if (topicselected==0) {alert ("You need to choose a topic")}
else
(x=window.open (topicname,'mywindow'))
}
//-->
