function writeHeader() {


/*This is what the HTML code should look like when printed*/
/*
<BR><BR>
<CENTER>
<FORM>
<TABLE BORDER="0" CELLSPACING="2" CELLPADDING="0" WIDTH="532">
<TR VALIGN="center">
<TD VALIGN="center" COLSPAN="5"><MAP NAME="header"><AREA SHAPE="rect" COORDS="419,15,530,31" HREF="http://memory.loc.gov/"><AREA SHAPE="rect" COORDS="469,2,530,16" HREF="http://www.edc.org/CCT/NDL/"></MAP><IMG SRC="images/nav/newest_header.jpg" WIDTH="532" HEIGHT="94" BORDER="0" USEMAP="#header" ISMAP></TD>
</TR>
<TR VALIGN="center" ALIGN="right">
<TD VALIGN="center" ALIGN="center" BGCOLOR="#839BB3"><FORM><SELECT SIZE="1">
<OPTION VALUE="1999" SELECTED>1999
<OPTION VALUE="1998">1998
<OPTION VALUE="1997">1997
</SELECT></TD>

<TD VALIGN="center" ALIGN="center" BGCOLOR="#839BB3" WIDTH="95"><A HREF="javascript:void(goThere('fell'))"><IMG SRC="images/nav/fellows.jpg" BORDER="0" HEIGHT="14" WIDTH="95" ALIGN="middle" USEMAP="#buttons" ALT="Buttons"></A></TD>

<TD VALIGN="center" ALIGN="center" BGCOLOR="#839BB3" WIDTH="95"><A HREF="javascript:void(goThere('inst'))"><IMG SRC="images/nav/institute.jpg" BORDER="0" HEIGHT="14" WIDTH="95" ALIGN="middle" USEMAP="#buttons" ALT="Buttons"></A></TD>

<TD VALIGN="center" ALIGN="center" BGCOLOR="#839BB3" WIDTH="95"><A HREF="javascript:void(goThere('lp'))"><IMG SRC="images/nav/lessonplans.jpg" BORDER="0" HEIGHT="14" WIDTH="95" ALIGN="middle" USEMAP="#buttons" ALT="Buttons"></A></TD>

<TD VALIGN="center" ALIGN="center" BGCOLOR="#839BB3" WIDTH="95"><A HREF="javascript:void(goThere('fup'))"><IMG SRC="images/nav/followup.jpg" BORDER="0" HEIGHT="14" WIDTH="95" ALIGN="middle" USEMAP="#buttons" ALT="Buttons"></A></TD>
</TR>
</TABLE>
</FORM>
</CENTER>
*/



//This allows the images in the navigational bar to work locally and on the server
if (location.protocol.indexOf("file:") == -1) {
	thePath = "http://www.edc.org/CCT/NDL/"
}
else {
	thePath = "file:///EDC-CCT.PROJECT_RELATED/LibOCong/Web_page_HyperNews/1999_Website/"
}




//Table tag, etc.

window.document.write("<BR><BR>\n<CENTER>\n<FORM>\n<TABLE BORDER=\"0\" CELLSPACING=\"2\" CELLPADDING=\"0\" WIDTH=\"532\">\n")


//Cell that holds top header graphic and URL
window.document.write("<TR VALIGN=\"center\">\n<TD VALIGN=\"center\" COLSPAN=\"5\"><MAP NAME=\"header\"><AREA SHAPE=\"rect\" COORDS=\"419,15,530,31\" HREF=\"http://memory.loc.gov/\"><AREA SHAPE=\"rect\" COORDS=\"469,2,530,16\" HREF=\"" + thePath + "index.html\"></MAP><IMG SRC=\"" + thePath + "images/nav/newest_header.jpg\" WIDTH=\"532\" HEIGHT=\"94\" BORDER=\"0\" USEMAP=\"#header\" ISMAP></TD>\n</TR>\n")


//Cell that holds form button
window.document.write("<TR VALIGN=\"center\" ALIGN=\"right\">\n<TD VALIGN=\"center\" ALIGN=\"center\" BGCOLOR=\"#839BB3\"><FORM><SELECT SIZE=\"1\">\n<OPTION VALUE=\"1999\" SELECTED>1999\n<OPTION VALUE=\"1998\">1998\n<OPTION VALUE=\"1997\">1997\n</SELECT></TD>\n\n")


//Cell that holds Fellows button

window.document.write("<TD VALIGN=\"center\" ALIGN=\"center\" BGCOLOR=\"#839BB3\" WIDTH=\"95\"><A HREF=\"javascript:void(goThere(\'fell\'))\"><IMG SRC=\"" + thePath + "images/nav/fellows.jpg\" BORDER=\"0\" HEIGHT=\"14\" WIDTH=\"95\" ALIGN=\"middle\" ALT=\"Fellows\"></A></TD>\n\n")


//Cell that holds Institute button

window.document.write("<TD VALIGN=\"center\" ALIGN=\"center\" BGCOLOR=\"#839BB3\" WIDTH=\"95\"><A HREF=\"javascript:void(goThere(\'inst\'))\"><IMG SRC=\"" + thePath + "images/nav/institute.jpg\" BORDER=\"0\" HEIGHT=\"14\" WIDTH=\"95\" ALIGN=\"middle\" ALT=\"Institute\"></A></TD>\n\n")


//Cell that holds Lesson Plans button

window.document.write("<TD VALIGN=\"center\" ALIGN=\"center\" BGCOLOR=\"#839BB3\" WIDTH=\"95\"><A HREF=\"javascript:void(goThere(\'lp\'))\"><IMG SRC=\"" + thePath + "images/nav/lessonplans.jpg\" BORDER=\"0\" HEIGHT=\"14\" WIDTH=\"95\" ALIGN=\"middle\" ALT=\"Lesson Plans\"></A></TD>\n\n")



//Cell that holds Fellows button

window.document.write("<TD VALIGN=\"center\" ALIGN=\"center\" BGCOLOR=\"#839BB3\" WIDTH=\"95\"><A HREF=\"javascript:void(goThere(\'fup\'))\"><IMG SRC=\"" + thePath + "images/nav/followup.jpg\" BORDER=\"0\" HEIGHT=\"14\" WIDTH=\"95\" ALIGN=\"middle\" ALT=\"Follow Up\"></A></TD>\n\n")



//Closing Table tag, etc

window.document.write("</TR>\n</TABLE>\n</FORM>\n</CENTER>\n<BR><BR>\n")
	
}







function goThere(theFile) {

	var theDir
	var thePath


	//This allows the navigational bar to work locally and on the server
	if (location.protocol.indexOf("file:") == -1) {
		thePath = "http://www.edc.org/CCT/NDL/"
	}
	else {
		thePath = "file:///EDC-CCT.PROJECT_RELATED/LibOCong/Web_page_HyperNews/1999_Website/"
	}


	var whichYear = document.forms[0].elements[0].options[document.forms[0].elements[0].selectedIndex].value
	
	if (whichYear == "1999") {
		if (theFile == "lp") {
			theDir = "1999/lessons/99lpmain.html"
		}
		else if (theFile == "fup") {
			theDir = "1999/followup/followup.html"
		}
		else if (theFile == "inst") {
			theDir = "1999/institute/99institute.html"
		}
		else {
			theDir = "1999/fellows/99fellows.html"
		}
	}
	else if (whichYear == "1998") {
		if (theFile == "lp") {
			theDir = "1998/lessonplans/98lpmain.html"
		}
		else if (theFile == "fup") {
			theDir = "1998/followup/followup.html"
		}
		else if (theFile == "inst") {
			theDir = "1998/institute/98institute.html"
		}
		else {
			theDir = "1998/fellows/98fellows.html"
		}
	}
	else {
		if (theFile == "lp") {
			theDir = "1997/teachUnits.html"
		}
		else if (theFile == "fup") {
			theDir = "1997/discussions.html"
		}
		else if (theFile == "inst") {
			theDir = "1997/archive.html"
		}
		else {
			theDir = "1997/fellows.html"
		}
	}


	window.location = thePath + theDir
	
}

