var MenuStr

MenuStr = '<table width="100%" border="0" cellspacing="0" cellpadding="0">'+
                '<tr>'+
                  '<td width="4%" height="22" class="footer"><br /></td>'+
                  '<td width="96%" class="footer">| <a href="default.htm">Home</a> | <a href="who_we_are.htm">Who we are</a> | <a href="services.htm">Our Services</a> | <a href="members_corner.htm">Members Corner &amp; Forum</a> | <a href="news.htm">News &amp; Events</a>| <a href="what_new.htm">What&#8217;s New </a> | <a href="related_links.htm">Related Links </a> | </br>| <a href="pic_gallery.htm">SLFPA Picture Gallery </a> | <a href="contact.htm">Contact Us</a> |</td>'+
                '</tr>'+
                '<tr>'+
                  '<td class="footer">&nbsp;</td>'+
                  '<td class="copyright"></br>&copy; Copyright 2007 - 2008 SLFPA. ALL rights reserved. Web Site by <a href="http://www.dexteracreations.com/new" target="_new">www.dexteracreations.com/new</a> </td>'+
                '</tr>'+
              '</table>';
		
document.write(MenuStr);


