<!-- Begin

// FILE: footer.js

// NOTE: If you use a ' add a slash before it like this \'



var paypalemail		= "sales@goforthegreengolfpools.com"   // EDIT WITH YOUR PAYPAL E-MAIL
var storelink		= "site_map.htm"		       // PAGE TO LINK WITH RIGHT IMAGE

document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0"><tr><td height="6">');
document.write('<img src="images/spacer.gif" height="6" width="10" border="0" alt="image"><br>');
document.write('</td><td valign="top" align="right" rowspan="3" width="283" class="bar-endtop">');
document.write('</td></tr><tr><td align="left">');
document.write('<table cellspacing="0" cellpadding="0" border="0" class="menuhorztext">');
document.write('<tr><td valign="middle" nowrap>');



// START LEFT HORIZONTAL LINKS


document.write('|&nbsp;');
document.write('<a href="index.htm">Home</a><br>');
document.write('</td><td>');
document.write('&nbsp;|&nbsp;<br>');
document.write('</td><td valign="middle" nowrap>');


document.write('<a href="formmail/contact.htm">Contact Us</a><br>');
document.write('</td><td>');
document.write('&nbsp;|&nbsp;<br>');
document.write('</td><td valign="middle" nowrap>');


document.write('<a href="site_map.htm">Site Map</a><br>');
document.write('</td><td>');
document.write('&nbsp;|&nbsp;<br>');
document.write('</td><td valign="middle" nowrap>');


document.write('<a href="https://www.paypal.com/cart/business='+paypalemail+'&display=1" class="menuhorz" target="paypal">View Cart');
document.write('<img src="images/cart_icon.gif" height="10" width="15" border="0" alt="image" align="absmiddle"></a><br>');
document.write('</td><td>');
document.write('&nbsp;|&nbsp;<br>');
document.write('</td><td valign="middle" nowrap>');



// END LEFT HORIZONTAL LINKS


document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->
