// 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='scenario'>Miracle Memory Drug?");document.writeln("          <OPTION  VALUE='reasons'>Thinking Critically About Miracle Drugs");document.writeln("          <OPTION  VALUE='control'>An Experimental Control");document.writeln("          <OPTION  VALUE='conclude'>Conclusion");document.writeln("          <OPTION  VALUE='activity'>Student Activities");document.writeln("      </SELECT>");document.writeln("</FORM>");}