<!-- Code after this will be ignored by older browsers
		
		// Assign the last modified date to the variable lastmoddate
	var lastmoddate = document.lastModified;
	
		// Create an if statement to test the value of lastmoddate
	if(lastmoddate == 0)
	{ 
   				document.writeln("Last modified: Unknown<BR>&copy; 2003 Copyright Fenland Stoneworks")
   			}
	else
	{
   				document.writeln("Last Modified: " + lastmoddate + " &copy; 2003 Copyright Fenland Stoneworks")
	}

function Start(page) {
	OpenWin = this.open(page, "CtrlWindow", "top=50,left=50,height=600,width=900,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,directories=yes");
	}
// Stop Hiding Code Here -->
