function printMenu() {
document.writeln('<p><a href ="index.html" title ="course home page">cs106 home</a></p>');
document.writeln('<p> </p>');
document.writeln('<p><a href ="lectures.html" title ="lecture notes">lectures</a></p>');
document.writeln('<p><a href ="language.html" title ="language notes">Matlab features</a></p>');
document.writeln('<p><a href ="examples.html" title ="matlab examples">Matlab examples</a></p>');
document.writeln('<p> </p>');
document.writeln('<p><a href ="info.html" title ="course information">course information</a></p>');
document.writeln('<p><a href ="homework.html" title ="homework handouts">homework</a></p>');
document.writeln('<p><a href ="resources.html" title ="matlab resources">resources</a></p>');
document.writeln('<p><a href="http://www.mtholyoke.edu/~pdobosh/" title ="Paul Dobosh home page">pdobosh home</a></p>');
}

