document.write('');
document.write('<!--start of site index-->');
document.write('<a name="navlinks"></a>');
document.write('<br clear="all"/>');
document.write('<table align="center" border="0" cellspacing="0" cellpadding="0">');
document.write('<tr>');
document.write('<hr>');
document.write('<td class="normal" align="right">&nbsp;</td>');
document.write('<td class="normal" align="left">| ');
str = "<a class=\"footer\" href=\"" + strRoot + strIndex + "\">" + strHeaderHome + "</a>&nbsp;</td>";
document.write(str);
document.write('<td class="normal" align="left">| ');
str = "<a class=\"footer\" href=\"#navtop\">" + strHeaderTopOfPage + "</a>&nbsp;</td>";
document.write(str);
document.write('<td class="normal" align="right">&nbsp;</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td class="footer" align="right">');
document.write('Current reports:&nbsp;</td>');
if ( bDisplayRainfall == true )
{
  str = "<td class=\"normal\" align=\"left\">| <a class=\"footer\" href=\"" + strRoot + "reports.html?FN=rain\">Rainfall</a>&nbsp;</td>";
  document.write(str);
}
if ( bDisplayWaterLevel == true )
{
  str = "<td class=\"normal\" align=\"left\">| <a class=\"footer\" href=\"" + strRoot + "reports.html?FN=level\">Water level</a>&nbsp;</td>";
  document.write(str);
}
if ( bDisplayBatteryVoltage == true )
{
  str = "<td class=\"normal\" align=\"left\">| <a class=\"footer\" href=\"" + strRoot + "reports.html?FN=battery\">Battery</a>&nbsp;</td>";
  document.write(str);
}
if ( bDisplayWeatherStations == true )
{
  str = "<td class=\"normal\" align=\"left\">| <a class=\"footer\" href=\"" + strRoot + "reports.html?FN=weather\">Weather</a>&nbsp;</td>";
  document.write(str);
}
if ( bDisplayWaterQuality == true )
{
  str = "<td class=\"normal\" align=\"left\">| <a class=\"footer\" href=\"" + strRoot + "reports.html?FN=quality\">Water quality</a>&nbsp;</td>";
  document.write(str);
}
if ( bDisplayScores == true )
{
  str = "<td class=\"normal\" align=\"left\">| <a class=\"footer\" href=\"" + strRoot + "reports.html?FN=score\">Hydrologic Threat Scores</a>&nbsp;</td>";
  document.write(str);
}
document.write('</tr>');
document.write('<tr>');
document.write('<td class="footer" align="right">');
document.write('Current maps:&nbsp;</td>');
if ( bDisplayRainfall == true )
{
  str = "<td class=\"normal\" align=\"left\">| <a class=\"footer\" href=\"" + strRoot + "maps.html?FN=rain\">Rainfall</a>&nbsp;</td>";
  document.write(str);
}
if ( bDisplayWaterLevel == true )
{
  str = "<td class=\"normal\" align=\"left\">| <a class=\"footer\" href=\"" + strRoot + "maps.html?FN=level\">Water level</a>&nbsp;</td>";
  document.write(str);
}
if ( bDisplayBatteryVoltage == true )
{
  str = "<td class=\"normal\" align=\"left\">| <a class=\"footer\" href=\"" + strRoot + "maps.html?FN=battery\">Battery</a>&nbsp;</td>";
  document.write(str);
}
if ( bDisplayWeatherStations == true )
{
  str = "<td class=\"normal\" align=\"left\">| <a class=\"footer\" href=\"" + strRoot + "maps.html?FN=weather\">Weather</a>&nbsp;</td>";
  document.write(str);
}
if ( bDisplayWaterQuality == true )
{
  str = "<td class=\"normal\" align=\"left\">| <a class=\"footer\" href=\"" + strRoot + "maps.html?FN=quality\">Water quality</a>&nbsp;</td>";
  document.write(str);
}
if ( bDisplayScores == true )
{
  str = "<td class=\"normal\" align=\"left\">| <a class=\"footer\" href=\"" + strRoot + "maps.html?FN=score\">Hydrologic Threat Scores</a>&nbsp;</td>";
  document.write(str);
}
if ( bDisplayAll == true )
{
  str = "<td class=\"normal\" align=\"left\">| <a class=\"footer\" href=\"" + strRoot + "maps.html?FN=all\">All sensors</a>&nbsp;</td>";
  document.write(str);
}
document.write('</tr>');
document.write('<tr>');
document.write('<td class="footer" align="right">');
document.write('Data requests:&nbsp;</td>');
str = "<td class=\"normal\" align=\"left\">| <a class=\"footer\" href=\"" + strRoot + "histdata.html\">Sensor</a>&nbsp;</td>";
document.write(str);
str = "<td class=\"normal\" align=\"left\">| <a class=\"footer\" href=\"" + strRoot + "histrpt.html\">Reports</a>&nbsp;</td>";
document.write(str);
str = "<td class=\"normal\" align=\"left\">| <a class=\"footer\" href=\"" + strRoot + "histmap.html\">Maps</a>&nbsp;</td>";
document.write(str);
if ( bDisplaySitePages == true )
{
  str = "<td class=\"normal\" align=\"left\">| <a class=\"footer\" href=\"" + strRoot + "histsite.html\">Sites</a>&nbsp;</td>";
  document.write(str);
}
document.write('</tr>');
document.write('</table>');
document.write('<a name="navbottom"></a>');
document.write('<br clear="all">');
document.write('<!--end of site index-->');
