function makeCopyRight() {
	document.write("<TR>");
	document.write("<TD HEIGHT=10>&nbsp;</TD>");
	document.write("</TR>");
	document.write("<TR>");
	document.write("<TD ALIGN='center' CLASS='footerText'><B>All trademarks, trade names, service marks and logos referenced herein belong to their respective companies.</B></TD>");
	document.write("</TR>");
	document.write("<TR>");
	document.write("<TD ALIGN='center' CLASS='footerText'><B>Copyright &copy; 2001 Computer Works Limited. All rights reserved</B></TD>");
	document.write("</TR>");
	document.write("<TR>");
	document.write("<TD HEIGHT=10>&nbsp;</TD>");
	document.write("</TR>");
}