function printSidebar() {
document.writeln('<h1><a href ="index.html" title ="web project home page"><strong>Home</strong></a></h1>');
document.writeln('<h1>The basic web page</h1>');
document.writeln('<p><a href ="basics.html" title ="the basic web page">basic tags</a></p>');
document.writeln('<p><a href ="mhc_setup.html" title ="putting pages on your mhc web space">your mhc webspace</a></p>');
document.writeln('<p><a href ="headings.html" title ="headings and paragraphs">headings, paragraphs</a></p>');
document.writeln('<p><a href ="images.html" title ="images">images</a></p>');
document.writeln('<p><a href ="links.html" title ="links">links</a></p>');
document.writeln('<p><a href ="lists.html" title ="lists">lists</a></p>');
document.writeln('<p><a href ="tables.html" title ="tables">tables</a></p>');
document.writeln('<h1>Styles</h1>');
document.writeln('<p><a href ="styles.html" title ="styles and stylesheets">styles and stylesheets</a></p>');
document.writeln('<p><a href ="fonts.html" title ="fonts">fonts</a></p>');
document.writeln('<p><a href ="colors.html" title ="colors">colors</a></p>');
document.writeln('<p><a href ="margins.html" title ="margins and padding">margins and padding</a></p>');
document.writeln('<h1>Managing the page</h1>');
document.writeln('<p><a href ="classes.html" title ="the class tag ">classes</a></p>');
document.writeln('<p><a href ="span.html" title ="the span tag ">span</a></p>');
document.writeln('<p><a href ="div.html" title ="the div id tag ">div</a></p>');
document.writeln('<h1>Compliance</h1>');
document.writeln('<p><a href ="compliance.html" title ="checking for correct syntax">syntax checking</a></p>');
document.writeln('<h1><a href="http://www.mtholyoke.edu/courses/pdobosh/index.html" title ="Paul Dobosh home page">pdobosh Home</a></h1>');
}
