//*------------------------------------------------------------------------
//* Footer for each page. (Copyright & date, top and back buttons.

//* The actual positioning of the top button is done in edi.css
//*------------------------------------------------------------------------
today=new Date();
y0=today.getFullYear();
document.write('<div class="FooterTEXT"><center>');
document.write('<table width="100%" cellpadding="0" cellspacing="0"><tr><td align="left" width=1><br><img src="imiages/spacer.gif" width="1" height="8" border="0"><br></td><td xheight=55" align="center" class="textFOOTER">');
document.write('<a href="copyright.asp" class="ix">© 1999');
document.write("-" + y0);
document.write(' Trio\'s Food Service Management, Inc.  &nbsp;All Rights Reserved</a> ');
document.write('</td></tr></table>');
document.write('</center></div>');
