<!-- DisasterMaster page footer -->
var currentPage = window.location.pathname;
var tmpPage = currentPage;
while (currentPage.indexOf("\\") != -1) {
  currentPage = currentPage.substr(1+currentPage.indexOf("\\"));
}
while (currentPage.indexOf("/") != -1) {
  currentPage = currentPage.substr(1+currentPage.indexOf("/"));
}

function UrlChk(Url,alt,desc)
{
  var outLine = "            <TD width='20%'>";
  if (currentPage == Url) {
    outLine = outLine + desc + "</TD>";
  } else {
    outLine = outLine + "<A href='" + Url + "' target='_top' alt='" + alt + "'>" + desc + "</A></TD>";
  }
  return outLine; 
}

document.write('    <BR><HR>');
document.write('    <DIV align="center">');
document.write('      <TABLE width="90%" border="0">');
document.write('        <TBODY valign="top" align="center">');
document.write('          <TR>');
document.write(UrlChk("index.html","Home","Home"));
document.write(UrlChk("Checklist-Overview.html","Checklists","Checklists"));
document.write(UrlChk("DisasterTypes-Overview.html","Disaster Types","Disaster Types"));
document.write(UrlChk("References.html","References","References"));
document.write('            <TD width="20%"><A href="links/index.htm" target="_top" alt="Links">Links</A></TD>');
document.write('          <TR>');
document.write('        </TBODY>');
document.write('      </TABLE>');
document.write('    </DIV>');

<!-- Start of StatCounter Code -->
var sc_project=1034249; 
var sc_invisible=1; 
var sc_partition=9; 
var sc_security="e7753114"; 
<!-- End of StatCounter Code -->
