// This script was found at www.skilton.net
// and was written by Alex C. Skilton of acs.net
// Please keep this notice as a courtesy
function jumplink(acs) {
loc=document.acsform.acslist.options
    [document.acsform.acslist.selectedIndex].value;
location.href = loc
}
COPYRIGHT = "&copy;";

   function writeCopyright()
   {
      document.write(COPYRIGHT, "2003/",new Date().getFullYear(), "  - All rights reserved.");
   }