<!-- 
    function resourcetopic(formname,selectname){
    var themenu=document[formname][selectname];
    var i = themenu.selectedIndex;
    
    if (i==1) var filename="topics/comprehensive_index.html"
    if (i==2) var filename="ebooks/index.html"
    if (i==3) var filename="topics/textbook_index.html"
    if (i==4) var filename="matrixalgebrabook/frmmatrixdl.asp"
    if (i==5) var filename="topics/ppt_index.html"
    if (i==6) var filename="topics/simulations_index.html"
    if (i==7) var filename="assessment_text.html"
    if (i==8) var filename="physical_problems_text.html"

	if (i==0) 
	alert ("You need to choose a resource type");
    else
    window.location = filename;
    }
//-->
