var image1=new Image()
image1.src="images/midessex045.jpg"
var image2=new Image()
image2.src="images/midessex023.jpg"
var image3=new Image()
image3.src="images/wildtracks016.jpg"
var image4=new Image()
image4.src="images/rodings006.jpg"
var image5=new Image()
image5.src="images/newland011.jpg"
var image6=new Image()
image6.src="images/bures011.jpg"
var image7=new Image()
image7.src="images/midessex060.jpg"
var image8=new Image()
image8.src="images/BosunCAM3.gif"

function slidelink(){
if (whichimage==1)
window.location="midessex2.html"
else if (whichimage==2)
window.location="midessex.html"
else if (whichimage==3)
window.location="wildtracks.html"
else if (whichimage==4)
window.location="rodings.html"
else if (whichimage==5)
window.location="newlands.html"
else if (whichimage==6)
window.location="bures.html"
else if (whichimage==7)
window.location="midessex2.html"
else if (whichimage==8)
window.location="about.htm"
}
