// Using <p> after the <hr> with style=margin_top:-0.5em does not work in pages
// with sound clips for some reason (something to do with eolasfix.js)

/*
document.write (
    '<div align="center">' +
    '<p><a class="ltab" href="#" onclick="return back ();">&nbsp;&nbsp;&nbsp;Back&nbsp;&nbsp;&nbsp;</a>' +
    '<a class="tab" href="../helpfile_contents.aspx">&nbsp;&nbsp;&nbsp;Table of Contents&nbsp;&nbsp;&nbsp;</a>' +
    '<a class="rtab" href="../home.aspx">&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;</a></p>' +
    '</div>' +
    '<hr />' +
    '<div style="font-size:8pt">Software and website Copyright AlpineSoft, 2007.</div>' +
    '</div>' +
    '');
*/

document.write (
    '<div align="center">' +
    '<a href="#" onclick="return back ();">[ Back ]</a>' +
    '</div>' +
    '');
