function printMenu() {
document.writeln('<p><a href ="index.html" title ="course home page">cs100 home</a></p>');
document.writeln('<p><a href ="lectures.html" title ="lecture notes">lectures</a></p>');
document.writeln('<p><a href ="cs100info.html" title ="course information">course information</a></p>');
document.writeln('<p><a href ="syllabus.html" title ="course schedule">schedule</a></p>');
document.writeln('<p><a href ="homework.html" title ="homework handouts">homework-labs</a></p>');
document.writeln('<p><a href ="examples.html" title ="xhtml and javascript examples">examples</a></p>');
document.writeln('<p><a href="http://www.mtholyoke.edu/courses/pdobosh/index.html" title ="Paul Dobosh home page">pdobosh home</a></p>');
}
