<!--// Hide Javascript

//file anchstop.js
//amended 25/06/01

      var image1=new Image();
      image1.src="king.gif";
      var image2=new Image();
      image2.src="heading.gif";
      var image3=new Image();
      image3.src="rook.gif";

  function openContents(){
    window.open('anchscontents.html', 'contentsWindow',
          'status=1, scrollbars=1, width=700, height=400, resizable=1, left=50, top=50'
          ); 
    return false;
  }

// (c) Copyright Ian James Douglas MacGregor and Ian Ross MacGregor, 2001.
// All rights reserved.
// This website (including its constituent html, javascript and image files), may not be 
// copied, printed out, or ammended in any way, without the written permission of the 
// copyright holders.
      
// End hiding -->
