function displayFooter()
    {

document.open();
document.writeln('<table class="footer" width=100% cellpadding="0" cellspacing="0" align="center">');

if ( document.title != 'Welcome'){
  document.write('          <tr>');
  document.write('           <td class="body-normal" valign="middle" height="40" align="left">');
  document.write('            <p>Please feel free to <a href="./../contactus.html">contact us</a> with any inquiry.</p>');
  document.write('           </td>');
  document.write('           </tr>');
}

document.write('          <tr>');
document.write('           <td valign="middle" height="40">');
document.write('            <hr>');
document.write('           </td>');
document.write('           </tr>');
document.write('           <tr>');
document.write('           <td class="body-small" align="center"> ');

document.write('<p class="footer-text"><font color="#3300CC"><b><i>Secure Online Payment</i></b></font><br>');
document.write(' <img src="../img/visacard.gif" width="58" height="38">');
document.write('<img src="../img/mastercard.gif" width="58" height="38">');
document.write('<img src="../img/bankcard.gif" width="58" height="38">');
document.write('<img src="../img/amex.gif" width="58" height="38"><br>');
document.write('Bank Cheque and Invoice (14 day Accounts) <br>also accepted.</p>');
document.write('<p>You may print our <a href="../orderform.doc">order form</a> and fax to us if you prefer.</p>');

document.write('            </td>');
document.write('          </tr>');
document.write('          <tr>');
document.write('          <td class="body-small" align="center"><br>');
document.write('            <p class="body-xsmall">Website copyright © 2001-2003<br>');
document.write('             Animal Care Equipment & Services Pty Ltd</p>');
document.write('          </td>');
document.writeln('          </tr>');

document.writeln('        </table>');
document.close();

}

function displayProductFooter()
    {

document.open();
document.writeln('<table class="footer" width=100% cellpadding="0" cellspacing="0" align="center">');
document.write('          <tr>');
document.write('           <td valign="middle" height="40">');
document.write('            <hr>');
document.write('           </td>');
document.write('           </tr>');
document.write('           <tr>');
document.write('           <td class="body-small" align="center"> ');
document.write('            <p>All prices are GST inclusive.  Freight extra.  Freight costs will be<br>confirmed with you prior to despatch of your order.');

document.write('<p><div class="body-normal"><font color="#3300CC"><b><i>Secure Online Payment</i></b></font></div>');
document.write(' <img src="../img/visacard.gif" width="58" height="38">');
document.write('<img src="../img/mastercard.gif" width="58" height="38">');
document.write('<img src="../img/bankcard.gif" width="58" height="38">');
document.write('<img src="../img/amex.gif" width="58" height="38"><br>');
document.write('Bank Cheque and Invoice (14 day Accounts) <br>also accepted.</p>');
document.write('<p>You may print our <a href="./orderform.doc">order form</a> and fax to us if you prefer.</p>');

document.write('            </td>');
document.write('          </tr>');
document.write('          <tr>');
document.write('          <td class="body-small" align="center"><br><br>');
document.write('            <p class="body-xsmall">Website copyright © 2001<br>');
document.write('             Animal Care Equipment & Services Pty Ltd</p>');
document.write('          </td>');
document.writeln('          </tr>');
document.writeln('        </table>');
document.close();

}

function showHeading(){
}

function OLDshowHeading(){

document.writeln(' <TABLE ALIGN="CENTER" BORDER=0 CELLPADDING=0 CELLSPACING=0>');
document.writeln('<TR>');
document.writeln('<TD><a href="welcome.html"><IMG SRC="../img/spgtable1_1.jpg" WIDTH="162" HEIGHT="83" BORDER="0"></a></TD>');
document.writeln('<TD><IMG SRC="../img/spgtable1_2.jpg" WIDTH="73" HEIGHT="83" BORDER="0"></TD>');
document.writeln('<TD><IMG SRC="../img/spgtable1_3.jpg" WIDTH="100" HEIGHT="83" BORDER="0"></TD>');
document.writeln('<TD><IMG SRC="../img/spgtable1_4.jpg" WIDTH="99" HEIGHT="83" BORDER="0"></TD>');
document.writeln('</TR>');
document.writeln('<TR>');
document.writeln('<TD><IMG SRC="../img/spgtable2_1.jpg" WIDTH="162" HEIGHT="47" BORDER="0"></TD>');
document.writeln('<TD><a href="specials.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Image1\',\'\',\'../img/spgtable2_2roll.jpg\',1)"><IMG name="Image1"  SRC="../img/spgtable2_2.jpg" WIDTH="73" HEIGHT="47" BORDER="0"></a></TD>');
document.writeln('<TD><a href="newsletter.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Image2\',\'\',\'../img/spgtable2_3roll.jpg\',1)"><IMG name="Image2" SRC="../img/spgtable2_3.jpg" WIDTH="100" HEIGHT="47" BORDER="0"></a></TD>');
document.writeln('<TD><a href="guestbook.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Image3\',\'\',\'../img/spgtable2_4roll.jpg\',1)"><IMG name="Image3" SRC="../img/spgtable2_4.jpg" WIDTH="99" HEIGHT="47" BORDER="0"></a></TD>');
document.writeln('</TR>');
document.writeln('</TABLE>');

}
