
var root="/ser2007/";

function showHeader( )
{
    document.write("<div id=\"header\">\n");
    document.write("    <a href=\"http://www.piedmont-div.org/\" >\n");
    document.write("    <img src=\""+root+"images/piedmont_logo3_small.jpg\" alt=\"Piedmont Division NMRA\" /></a>\n");
    document.write("    <div id=\"sponsor\"><p>Sponsored<br />By </p><a href=\"http://www.digitrax.com/\"><img src=\""+root+"images/digitrax_logo.jpg\" alt=\"Digitrax, Inc.\" /></a></div>\n");
    document.write("    <h1>Trax to the Max</h1>\n");
    document.write("    <p>NMRA's Southeastern Region Convention for 2007<br />\n");
    document.write("    hosted by Atlanta's <a href=\"http://www.piedmont-div.org/\" >Piedmont Division</a>.\n");
    document.write("    </p>\n");

    document.write("    <p id=\"skip\"><a href=\"#content\" title=\"Skip navigation.\" accesskey=\"s\">Skip navigation.</a></p>\n");

    document.write("</div><div class=\"clearboth\"></div>\n");

    document.write("<div id=\"primaryNav\">\n");
    document.write("<ul>\n");
    document.write("<li id=\"homelink\"><a href=\""+root+"\">Home</a></li>\n");
    document.write("<li class=\"division\">Convention\n");
    document.write("    <ul>\n");
    document.write("        <li><a href=\""+root+"registration.html\">Registration</a></li>\n");
    document.write("        <li><a href=\""+root+"facility.html\">Convention Facility</a></li>\n");
    document.write("        <li><a href=\""+root+"hotels.html\">Hotels</a></li>\n");
    document.write("        <li><a href=\""+root+"schedule.html\">Schedule</a></li>\n");
    document.write("        <li><a href=\""+root+"contacts.html\">Contact Us</a></li>\n");
    document.write("    </ul>");
    document.write("</li>\n");
    document.write("<li class=\"events\">Events\n");
    document.write("    <ul>\n");
    document.write("        <li><a href=\""+root+"clinics.html\">Clinics</a></li>\n");
    document.write("        <li><a href=\""+root+"prototype.html\">Prototype Tours</a></li>\n");
    document.write("        <li><a href=\""+root+"layouts.html\">Layout Tours</a></li>\n");
    document.write("        <li><a href=\""+root+"nonrail.html\">Non-Rail Events</a></li>\n");
    document.write("        <li><a href=\""+root+"trainshow.html\">Train Show</a></li>\n");
    document.write("        <li><a href=\""+root+"vendors.html\">For Vendors</a></li>\n");
    document.write("    </ul>\n");
    document.write("</li>\n");
    document.write("<li class=\"around\">Around Town\n");
    document.write("    <ul>");
    document.write("        <li><a href=\""+root+"cartersville.html\">Cartersville</a></li>\n");
    document.write("        <li><a href=\""+root+"hobbyshops.html\">Hobby Shops</a></li>\n");
    document.write("    </ul>\n");
    document.write("</ul>\n");
    document.write("</div>\n");

    document.write("<div id=\"secondaryNav\">");
    document.write("    <p><a href=\"http://www.ser-nmra.org\"><img src=\"/images/ser.GIF\" title=\"Southeast Region NMRA\"  /></a></p>");
    document.write("    <p><a href=\"http://www.nmra.org\"><img src=\"/images/nmra_color_logo.jpg\"  width=\"138\" height=\"107\" title=\"National Model Railroad Association\"  /></a></p>");
    document.write("</div>");

}

function showSidebar( )
{
/*
    document.write("<div id=\"sidebar\">");
    document.write("<h1>Upcoming Events</h1><ul>");


    document.write("</ul></div>");
*/
}

function showFooter( )
{
    document.write("<div id=\"footer\"><p>&copy; 2005 <a href=\"http://www.piedmont-div.org/\">Piedmont Division - NMRA</a>");
    document.write(" | <a href=\"http://validator.w3.org/check/referer\">XHTML 1.1</a>");
    document.write(" | <a href=\"http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.piedmont-div.org%2Fcss%2Fstyles.css&amp;warning=1&amp;profile=css2&amp;usermedium=all\">CSS</a>");
    document.write(" | <a href=\"mailto:webmaster@piedmont-div.org\">Webmaster</a></p>");
    document.write("<p>Last update: April 15, 2006</p>");
    document.write("</div>");
}