document.writeln('		<hr>');
document.writeln('		<CENTER>');
document.writeln('			<FONT FACE=\"Arial\" SIZE=2>');
document.writeln('				Click here to');
document.writeln('				<BR>');
document.writeln('				<A HREF=\"http://www.electrofile.com\">Return to Home</A>');
document.writeln('				|');
document.writeln('				<A HREF=\"http://www.electrofile.com/HARDWARE.htm\">See hardware pages</A>');
document.writeln('				|');
document.writeln('				<A HREF=\"http://www.electrofile.com/software.htm\">See software pages</A>');
document.writeln('				|');
document.writeln('				<A HREF=\"http://www.electrofile.com/taxforms.htm\">See forms pages</A>');
document.writeln('			</FONT>');
document.writeln('			<!-- DESCRIPTION: Shows copyright if desired     -->');
document.writeln('			<center>');
document.writeln('				<FONT fACE=\"Arial\" SIZE=1>');
document.writeln('					Copyright &copy  ');
today=new Date();
 y0=today.getFullYear();
document.write(y0);
document.writeln(',');
document.writeln('					<a href=\"http://www.electrofile.com\">Datagroup Inc.</a>');
document.writeln('				</font>');
document.writeln('				');
document.writeln('		</Center>');
