document.writeln('<br><hr><br clear="all">')



		function showCopyRight () 
			{
			newWindowAWS=window.open('copyright.htm','','top=120,left=120,width=400,height=250,scrollbars=1');
			newWindowAWS.focus();
			}


 
		function showFeedback () 
			{
			newWindowAWS=window.open('feedback.asp','','top=10,left=10,width=580,height=350,scrollbars=1');
			newWindowAWS.focus();
			}

//document.writeln('<form><br><input type="button" value="Click here to give Feedback" onClick="showFeedback()"></form>')




document.writeln('<br><hr><br clear="all">')
//document.writeln('<A HREF="thesst.asp">Click here for first page of this website</A>')
document.writeln('<span class="copyright">')
document.writeln('<BR><b>Title:</b> ' + title)
//document.writeln('<BR><b>Title:</b> ' + self.document.title)
document.writeln('<BR><b>Created:</b> ' + (CreateDate))
document.writeln('<BR><b>Modified:</b> ' + (ModifiedDate))
document.writeln('<BR><b>URL:</b> <a href="' + self.location + '">' + self.location + '</a>' )
document.writeln('<BR><a href="javascript:void(0);" onClick="showCopyRight()">Copyright &copy;</a> 2002 <A HREF="mailto:pb@sst-ltd.co.uk">The Chairman</A>. All rights reserved.' )
document.writeln('<P><b>Simple Software Tools Limited is a company <BR>registered in Cardiff under number 2973664</b>')
document.writeln('<BR><b>The Registered Office of the Simple Software Tools Limited is at :-</b>')
document.writeln('<BR><b>7 Kensington Road, NORTHOLT, Middlesex, UB5 6AL</b>')
document.writeln('<P><b>This site uses Cookies - read all about them at <a href=http://www.aboutcookies.org target=_ blank>www.aboutcookies.org</A></b>')
document.writeln('<BR><b>We only use Session Cookies - read all about them at <a href=http://www.aboutcookies.org/cookiefaq.html#session target=_blank>Session Cookies</a></b>')
document.writeln('</span>')

