// AncAndDescWeb.js
//
// Header and Footer functions for web pages

function ADW_Header()
{
    document.write("<div id=\"content-full\">");
    document.write("<center><a href=\"list.html\">Index of Individuals</a></center><p>");
}

function ADW_Footer()
{
    document.write("</div>");
}

