
//
// Output page header HTML for WHS 6th pages
//

function whs_header()
{
    document.writeln("<table style='width: 740px; margin-left: auto; margin-right: auto;' border='0' cellpadding='0' cellspacing='0'>");
    document.writeln("<tbody>");
    document.writeln("<tr>");
    document.writeln("<td style='text-align: center; height: 70px; background-color: white;'>");
    document.writeln("<a href='front_page.html'> <img title='back to Wilnecote High School 6th form 1978-80'");
    document.writeln("style='border: 0px solid ; width: 555px; height: 58px;' alt='Wilnecote High School 6th form 1978-80'");
    document.writeln("src='whs_6thform_banner.jpg' align='middle' hspace='20'></a>");
    document.writeln("</td></tr>");
    document.writeln("<tr><td style='height: 2px;'></td></tr>");
    document.writeln("</tbody>");
    document.writeln("</table>");
    document.writeln("<table cellpadding='0' cellspacing='0' width='100%'>");
    document.writeln("<tbody>");
    document.writeln("<tr><td>");
    document.writeln("<table style='width: 740px; margin-left: auto; margin-right: auto; height: 30px;'");
    document.writeln("background='menu_horiz_faded.jpg' border='0' cellpadding='0' cellspacing='0'>");
    document.writeln("<tbody>");
    document.writeln("<tr>");
    document.writeln("<td style='width: 5%;'></td>");
    document.writeln("<td><a class='link_text' href='front_page.html' target='_top'>Home</a></td>");
    document.writeln("<td><a class='link_text' href='../index.html' target='_top'>Wiped Out Productions</a></td>");
    document.writeln("<td style='width: 40%;'></td>");
    document.writeln("<td><a class='link_text' href='contact.html' target='_top'>Contact</a></td>");
    document.writeln("<td style='width: 10%;'>");
    document.writeln("<a href='http://www.nvu.com'><img alt='Nvu' src='http://www.nvu.com/images/madewithNvu80x15clear.png' border='0'></a></td>");
    document.writeln("<td style='width: 5%;'></td>");
    document.writeln("</tr>");
    document.writeln("</tbody>");
    document.writeln("</table>");
    document.writeln("</td></tr>");
    document.writeln("<tr><td style='height: 20px; background-color: rgb(0, 0, 0);'></td></tr>");
    document.writeln("</tbody>");
    document.writeln("</table>");
}



//
// Output page menu HTML for WHS 6th pages
//

function whs_menu()
{
    document.writeln("<table style='text-align: left; width: 100%;' border='0' cellpadding='5' cellspacing='1'>");
    document.writeln("<tbody>");
    document.writeln("<tr>");
    document.writeln("<td style='height: 15px;' background='menu_tab_faded.jpg'></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
    document.writeln("<td style='background-color: rgb(233, 233, 233);'>");
    document.writeln("<div style='margin-left: 10px;'>");
    document.writeln("<a class='menu_text' href='then.html' target='_top'>Then</a>");
    document.writeln("</div></td></tr>");
    document.writeln("<tr>");
    document.writeln("<td style='background-color: rgb(233, 233, 233);'>");
    document.writeln("<div style='margin-left: 10px;'>");
    document.writeln("<a class='menu_text' href='now.html' target='_top'>Now</a>");
    document.writeln("</div></td></tr>");
    document.writeln("<tr>");
    document.writeln("<td style='background-color: rgb(233, 233, 233);'>");
    document.writeln("<div style='margin-left: 10px;'>");
    document.writeln("<a class='menu_text' href='whats_new.html' target='_top'>What's New</a>");
    document.writeln("</div></td></tr>");
    document.writeln("<tr>");
    document.writeln("<td style='background-color: rgb(233, 233, 233);'>");
    document.writeln("<div style='margin-left: 10px;'>");
    document.writeln("<a class='menu_text' href='shop.html' target='_top'>Shop</a>");
    document.writeln("</div></td></tr>");
    document.writeln("<tr>");
    document.writeln("<td style='background-color: rgb(233, 233, 233);'>");
    document.writeln("<div style='margin-left: 10px;'>");
    document.writeln("<a class='menu_text' href='links.html' target='_top'>Links</a>");
    document.writeln("</div></td></tr>");
    document.writeln("<tr>");
    document.writeln("<td style='height: 15px;' background='menu_tab_faded.jpg'></td>");
    document.writeln("</tr>");
    document.writeln("</tbody>");
    document.writeln("</table>");
}
