// All links must in in same folderfunction writeHeaderHTML() {document.writeln("<FORM NAME=activityNav>");document.writeln("      <SELECT NAME='contents' onChange='javascript:goSelectedPage();return false;'>");document.writeln("      	<OPTION  VALUE=''>--Choose a Section--");   document.writeln("      	<OPTION  VALUE='intro'>Introduction");            document.writeln("          <OPTION  VALUE='ad'>Academic Dishonesty");document.writeln("          <OPTION  VALUE='activity'>Student Activities");document.writeln("          <OPTION  VALUE='refer'>Selected References");document.writeln("      </SELECT>");document.writeln("</FORM>");}
