var image1=new Image()
image1.src="images/norfolk023.jpg"
var image2=new Image()
image2.src="images/candols015.jpg"
var image3=new Image()
image3.src="images/croxtons010.jpg"
var image4=new Image()
image4.src="images/wales034.jpg"
var image5=new Image()
image5.src="images/braintree003.jpg"
var image6=new Image()
image6.src="images/dunmow017.jpg"
var image7=new Image()
image7.src="images/2002fingr043.jpg"
var image8=new Image()
image8.src="images/BosunCAM3.gif"

function slidelink(){
if (whichimage==1)
window.location="norfolk.html"
else if (whichimage==2)
window.location="candols.html"
else if (whichimage==3)
window.location="croxtons.html"
else if (whichimage==4)
window.location="wales.html"
else if (whichimage==5)
window.location="braintree.html"
else if (whichimage==6)
window.location="dunmow.html"
else if (whichimage==7)
window.location="2002fingringhoe.html"
else if (whichimage==8)
window.location="about.htm"
}