function writeTOC() {
document.writeln("<a href = 'index.htm'>Index</a><br><br>")
document.writeln("<b>LESSONS</b><br>")
document.writeln("<a href = 'toc2.htm'>Page 2</a><br>")
document.writeln("<a href = 'toc2.htm'>Page 3</a><br>")


}

function writeHeader() {
document.write("<font face='Courier New' color='white'>&nbsp;Web101 - HTML, Style, and JavaScript</font>")



}

