// Footer script to insert infomration int footer table on all pages.
// Writen by R W Dunn for Defined Solutions Ltd

//dec vars 
var stDisplay, stBrowser, stUpDate;

stDisplay = "Best viewed at 800 x 600 and tested for IE 5.5SP2 - IE6 - Mozilla 1.2.1";
stUpDate = " ";

//Write Footer
document.write(stDisplay + "<br>");
document.write(stUpDate  + "&nbsp;Copyright © 2003 Shore Grace. All rights reserved.<br>");
document.write("<a href=\"http:\\\\www.defined-solutions.com\" target=\"_blank\" class=\"dsl\">a defined solutions design</a>");
