function newsection(sectionname) {
document.write("<a name=\"" + sectionname + "\"></a><fieldset><legend>" + sectionname + "</legend><table width=\"95%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\"><tr><td><BR>");
}
function endsection() {
document.write("</td></tr></table><BR /></fieldset>");
}
