// Chris Kern
// Dynamic Content Writing - Stylesheets for Content
//==============================================================

function WriteHeader() {
//document.writeln ("Hello world");

document.writeln ("<BODY><a name=\"top\" ></a>");
document.writeln ("<table height=\"100%\" width=\"100%\" border=0>");
document.writeln ("<tr><td class=\"blackCell\"><img src=\"images/black.gif\" width=\"10\"></td><td class=\"blackCell\"> </td></tr>");
document.writeln ("<tr height=\"55\"><td class=\"blackCell\"></td><td height=\"55\" background=\"images/header1.jpg\" background-repeat=\"no\" bgcolor=\"#000000\"> <br> ");
document.writeln ("    </td></tr>");
document.writeln ("	<tr><td class=\"blackCell\"></td><td height=\"25\" background=\"images/black.gif\"><div id=\"menubar\"> ");
<!-- document.writeln ("        <a id=\"menu1LYR\" href=\"intro.htm\">Intro</a> | <a id=\"menu2LYR\" href=\"schedule.htm\">Schedule</a> "); -->
document.writeln ("        <a id=\"menu1LYR\" href=\"index.htm\">Main</a> | <a id=\"menu2LYR\" href=\"intro.htm\">Intro</a> | <a id=\"menu3LYR\" href=\"news.htm\">News</a> | <a id=\"menu3LYR\" href=\"schedule.htm\">Schedule</a> ");
document.writeln ("        | <a id=\"menu3LYR\" href=\"biography.htm\">Biography</a> | <a id=\"menu4LYR\" href=\"books.htm\">Writings</a> ");
document.writeln ("        | <a id=\"menu5LYR\" href=\"reading.htm\">Reading Room</a> | <a id=\"menu6LYR\" href=\"gallery.htm\">Gallery</a> ");
document.writeln ("        | <a id=\"menu7LYR\" href=\"attic.htm\">The Attic</a> | <a id=\"menu8LYR\" href=\"links.htm\">Links</a> ");
document.writeln ("        | </div>");
document.writeln ("</td></tr>");
document.writeln ("<tr><td class=\"blackCell\"></td>");
document.writeln ("<td><div id=\"contentDIV\" >");

// End hiding of script from old browers -->
} //End WriteHeader

function WriteRRHeader(){
//document.writeln ("Hello world");

document.writeln ("<BODY><a name=\"top\"></a>");
document.writeln ("<table height=\"100%\" width=\"100%\" border=0>");
document.writeln ("<tr><td class=\"blackCell\"><img src=\"images/black.gif\" width=\"10\"></td><td class=\"blackCell\"> </td></tr>");
document.writeln ("<tr height=\"55\"><td class=\"blackCell\"></td><td height=\"55\" background=\"images/header1.jpg\" background-repeat=\"no\" bgcolor=\"#000000\"> <br> ");
document.writeln ("    </td></tr>");
document.writeln ("	<tr><td class=\"blackCell\"></td><td height=\"25\" background=\"images/black.gif\"><div id=\"menubar\"> ");
document.writeln ("        <a id=\"menu1LYR\" href=\"index.htm\">Main</a> | <a id=\"menu2LYR\" href=\"intro.htm\">Intro</a> | <a id=\"menu3LYR\" href=\"news.htm\">News</a> | <a id=\"menu3LYR\" href=\"schedule.htm\">Schedule</a> ");
document.writeln ("        | <a id=\"menu3LYR\" href=\"biography.htm\">Biography</a> | <a id=\"menu4LYR\" href=\"books.htm\">Writings</a> ");
document.writeln ("        | <b><font color=\"#CC0000\">Reading Room</font></b> | <a id=\"menu6LYR\" href=\"gallery.htm\">Gallery</a> ");
document.writeln ("        | <a id=\"menu7LYR\" href=\"attic.htm\">The Attic</a> | <a id=\"menu8LYR\" href=\"links.htm\">Links</a> ");
document.writeln ("        | </div>");
document.writeln ("</td></tr>");
document.writeln ("<tr><td class=\"blackCell\"></td><td background=\"images/black.gif\"><div id=\"rr_menu\"> ");
document.writeln ("        <a href=\"rr_children.htm\">Children of the Dead #1 Intro</a> | <a href=\"rr_magicword.htm\">Editorial: ");
document.writeln ("        \"The Magic Word\"</a> | <a href=\"rr_behindmask.htm\">Editorial: \"Behind the Mask\" </a> | ");
document.writeln ("        <a href=\"rr_mickgarris.htm\">Mick Garris Interview</a> | <a href=\"rr_tobehooper.htm\">Tobe Hooper Interview</a>"); 
document.writeln ("        | <a href=\"rr_showdown1.htm\">Showdown at the Hong Kong BBQ Bar &amp; Grill (Pt.1)</a> ");
document.writeln ("        | <a  href=\"rr_showdown2.htm\">Showdown...(Pt.2)</a> | </div>");
document.writeln ("</td></tr>");
document.writeln (" ");
document.writeln ("<tr><td class=\"blackCell\"></td>");
document.writeln ("<td> <br> <br>  ");
}//End WriteRRHeader()

function WriteFooter() {
//document.writeln ("Hello world");

document.writeln ("</div>");
document.writeln ("</td></tr>");
document.writeln ("<tr>    <td class=\"blackCell\" colspan=2><img src=\"images/black.gif\" height=\"3\"></td></tr>");
document.writeln ("<tr>    <td class=\"blackCell\"> </td>");
document.writeln ("    <td height=\"36\" background=\"images/footer1.jpg\" align=\"right\"> <a href=\"#top\" class=\"linky\">-TOP- </a> </td></tr>");
document.writeln ("</table> ");
document.writeln (" <div align=\"right\"><a href=\"http://www.siriusgraphics.com/\"><img src=\"images/byline.jpg\" border=\"0\"></a></div>");

// End hiding of script from old browers -->
} //End WriteFooter

function WriteRRFooter() {
//document.writeln ("Hello world");
document.writeln ("</td></tr>");
document.writeln ("<tr>    <td class=\"blackCell\" colspan=2><img src=\"images/black.gif\" height=\"3\"></td></tr>");
document.writeln ("<tr>    <td class=\"blackCell\"> </td>");
document.writeln ("    <td height=\"36\" background=\"images/footer1.jpg\" align=\"right\"> <a href=\"#top\" class=\"linky\">-TOP- </a> </td></tr>");
document.writeln ("</table><div align=\"right\"><a href=\"http://www.siriusgraphics.com/\"><img src=\"images/byline.jpg\" border=\"0\"></a></div>");
} //end WriteRRFooter
