document.write('</td></tr></table>');

// Back to top link

if (str_thisCategory != 'home_index'){
document.write('<table cellpadding="5" cellspacing="0" width="680" bgcolor="#c0c0c0"><tr><td align="right" class="sml">');
document.write('<a href="#top">back to top</a> &nbsp; </td></tr></table>');
}

// Final colour bar

document.write('<table cellpadding="6" width="680" cellspacing=0><tr><td class="footer" bgcolor="' + str_thisColor + '">');

// Links to all the main categories (but not to all pages on site)
document.write(' &nbsp; <a href="index.html" class="inverted">Tomah RFS Home</a> &nbsp; | &nbsp; <a href="brigade_index.html" class="inverted">Your Brigade</a> &nbsp; | &nbsp; <a href="property_index.html" class="inverted">Your Property</a> &nbsp; | &nbsp; <a href="area_index.html" class="inverted">Your area</a> &nbsp; | &nbsp; <a class="inverted" href="mailto:webmaster@tomahrfs.org.au">Contact</a>');

document.write('</td><td align="right" bgcolor="' + str_thisColor + '" class="footer">');

// Copyright notice

document.write(' <i>Website by Bernhard & Simon Koch</i> ');
document.write('</td></tr></table>');

// Body close tag

document.write('</body></html>');

