//<!--- Begin
if(cind==100){
/*
Conveyor belt slideshow script- 
© Dynamic Drive (www.dynamicdrive.com)
For full source code, 100's more DHTML scripts, and Terms Of Use, visit dynamicdrive.com
*/
//Specify the slider's width (in pixels)
var sliderwidth="640px"
//Specify the slider's height
var sliderheight="400px"
var wslide=320 // half the width of slider
var travel=0
var wpics=0
//Specify the slider's slide speed (larger is faster 1-10)
var slidespeed=3
//configure background color:
slidebgcolor="darkgreen"

//Specify the slider's images
var slides=new Array()

var finalslide=''
slides[12]='<img  src="kphotos/Masts.jpg">'
slides[11]='<img  src="kphotos/Plymouth.jpg">'
slides[10]='<img  src="kphotos/Plymouth1.jpg">'
slides[9]='<img  src="kphotos/Plymouth2.jpg">'
slides[8]='<img  src="kphotos/Devonport1.jpg">'
slides[7]='<img  src="kphotos/Devonport2.jpg">'
slides[6]='<img  src="kphotos/Devonport3.jpg">'
slides[5]='<img  src="kphotos/Devonport4.jpg">'
slides[4]='<img  src="kphotos/Devonport5.jpg">'
slides[3]='<img  src="kphotos/Masts2.jpg">'
slides[2]='<img  src="kphotos/Twobridges.jpg">'
slides[1]='<img  src="kphotos/Saltash.jpg">'
slides[16]='<img  src="kphotos/DrakesI.jpg">'
slides[15]='<img  src="kphotos/Breakwater.jpg">'
slides[14]='<img  src="kphotos/Grey.jpg">'
slides[13]='<img  src="kphotos/Brittany.jpg">'
slides[17]='<img  src="kphotos/Onboard1.jpg">'
slides[0]='<img  src="kphotos/Onboard2.jpg">'
wpics=1629+1383+1633+1528+1426+1317+1863+2212+1771+1853+2000+1939+1394+2304+1855+1288+742+811
////NO NEED TO EDIT BELOW THIS LINE////////////

var copyspeed=slidespeed
var forward=1

slides='<nobr>'+slides.join("")+'</nobr>'
var iedom=document.all||document.getElementById
if (iedom)
document.write('<span id="temp" style="visibility:hidden;position:absolute;top:-100px;left:-28000px">'+slides+'</span>')
var actualwidth=''
var cross_slide, ns_slide

function fillup(){
if (iedom){
cross_slide=document.getElementById? document.getElementById("test2") : document.all.test2
cross_slide.innerHTML=slides
actualwidth=document.all? cross_slide.offsetWidth : document.getElementById("temp").offsetWidth
}
else if (document.layers){
ns_slide=document.ns_slidemenu.document.ns_slidemenu2
ns_slide.document.write(slides)
ns_slide.document.close()
actualwidth=ns_slide.document.width
}
lefttime=setInterval("sliding()",30)
}
window.onload=fillup

function sliding(){

if (travel<0) {
forward=1
fillup
}
if (travel>wpics-2*wslide) forward=-1
if (iedom) cross_slide.style.left=parseInt(cross_slide.style.left)-forward*copyspeed+"px" 
else if (document.layers) ns_slide.left-=forward*copyspeed
travel+=forward*copyspeed
}


if (iedom||document.layers){
with (document){
document.write('<font face="Bookman Old Style" size=+2 color="#000080"><center><b>Plymouth Seafront - June 2004</b><br></p><p><hr size="3" width="590"></p></center><table class="tditem4" width="658" border="9" cellspacing="0" cellpadding="0" align="center" bgcolor="darkgreen"><tr><td colspan="5">')
if (iedom){
write('<div style="position:relative;width:640px;height:400px;overflow:hidden">')
write('<div id="test2" style="position:absolute;left:-0px;top:0px"></div>')
write('</div></div>')
}
else if (document.layers){
write('<ilayer width='+sliderwidth+' height='+sliderheight+' name="ns_slidemenu" bgColor='+slidebgcolor+'>')
write('<layer name="ns_slidemenu2" left=0 top=0 onMouseover="copyspeed=0" onMouseout="copyspeed=slidespeed"></layer>')
write('</ilayer>')
}
var nn4 = 0;
if(document.images) nn4 = (document.layers); 
if(nn4)document.write('</td></tr><tr><td colspan=5 bgcolor="darkgreen"><center><font size="4" color="white"><form name="speedy"><b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <input type="radio" name="station" onClick="forward=-2">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <input type="radio" name="station" onClick="forward=-1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <input type="radio" name="station" onClick="forward=0">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <input type="radio" name="station" onClick="forward=1" checked="checked">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <input type="radio" name="station" onClick="forward=2">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <<&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; >> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </form></b></font></center></td></tr></table>')
else document.write('</td></tr><tr><td width="128" height="36" onClick="forward=-2" style="cursor:hand"><center><font color="white"><b>'+"<<"+'</b></font></center></td><td width="128" onClick="forward=-1" style="cursor:hand"><center><font color="white"><b>'+"<"+'</b></font></center></td><td width="128" onClick="forward=0" style="cursor:hand"><center><font color="white"><b>'+"||"+'</b></font></center></td><td width="128" onClick="forward=1" style="cursor:hand"><center><font color="white"><b>'+">"+'</b></font></center></td><td width="128" onClick="forward=2" style="cursor:hand"><center><font color="white"><b>'+">>"+'</b></font></center></td></tr></table>')
}
}
}
//End of links---->

















