// Footer Menu Definition
var footmenu;

footmenu =  '	<center>							';


footmenu += '	<a href="index.html" class=invert alt="home">Homepage</a> &nbsp;|&nbsp;			';
footmenu += '	<a href="contactus.html" class=invert alt="Contact Us">Contacts</a> &nbsp;|&nbsp;	';
footmenu += '	Site content &copy; Avenue Paving 2006&nbsp;|&nbsp;		';
footmenu += '	<a href="patios.html" class=invert alt="Patios">Patios & Paths</a> &nbsp;|&nbsp;		';
footmenu += '	<a href="special.html" class=invert alt="Special">Special Features</a> &nbsp;|&nbsp;		';
footmenu += '	<a href="http://www.tmcallister.com" class=invert alt="tmcallister.com">Website by A.T.M Services	';
footmenu += '	</center>							';
