
var photos=new Array()
var text=new Array()
var which=0
var what=0

//Change the below variables to reference your own images. You may have as many images in the slider as you wish
photos[0]="images_endsummer08/endsum08_01.jpg"
photos[1]="images_endsummer08/endsum08_02.jpg"
photos[2]="images_endsummer08/endsum08_03.jpg"
photos[3]="images_endsummer08/endsum08_04.jpg"
photos[4]="images_endsummer08/endsum08_05.jpg"
photos[5]="images_endsummer08/endsum08_06.jpg"
photos[6]="images_endsummer08/endsum08_07.jpg"
photos[7]="images_endsummer08/endsum08_08.jpg"
photos[8]="images_endsummer08/endsum08_09.jpg"
photos[9]="images_endsummer08/endsum08_10.jpg"
photos[10]="images_endsummer08/endsum08_11.jpg"
photos[11]="images_endsummer08/endsum08_12.jpg"
photos[12]="images_endsummer08/endsum08_13.jpg"
photos[13]="images_endsummer08/endsum08_14.jpg"
photos[14]="images_endsummer08/endsum08_15.jpg"
photos[15]="images_endsummer08/endsum08_16.jpg"
photos[16]="images_endsummer08/endsum08_17.jpg"
photos[17]="images_endsummer08/endsum08_18.jpg"
photos[18]="images_endsummer08/endsum08_19.jpg"
photos[19]="images_endsummer08/endsum08_20.jpg"
photos[20]="images_endsummer08/endsum08_21.jpg"
photos[21]="images_endsummer08/endsum08_22.jpg"
photos[22]="images_endsummer08/endsum08_23.jpg"
photos[23]="images_endsummer08/endsum08_24.jpg"
photos[24]="images_endsummer08/endsum08_25.jpg"
photos[25]="images_endsummer08/endsum08_26.jpg"
photos[26]="images_endsummer08/endsum08_27.jpg"
photos[27]="images_endsummer08/endsum08_28.jpg"
photos[28]="images_endsummer08/endsum08_29.jpg"
photos[29]="images_endsummer08/endsum08_30.jpg"
photos[30]="images_endsummer08/endsum08_31.jpg"
photos[31]="images_endsummer08/endsum08_32.jpg"
photos[32]="images_endsummer08/endsum08_33.jpg"
photos[33]="images_endsummer08/endsum08_34.jpg"
photos[34]="images_endsummer08/endsum08_35.jpg"
photos[35]="images_endsummer08/endsum08_36.jpg"
window.onload=new Function("document.rotater.description.value=text[0]")

function backward(){
if (which>0){
window.status=''
which--
document.images.photoslider.src=photos[which];
what--
document.rotater.description.value=text[what];
}
}

function forward(){
if (which<photos.length-1){
which++
document.images.photoslider.src=photos[which]
what++
document.rotater.description.value=text[what];
}
else window.status='End of gallery'
}

function type()
	{
	alert("This textbox will only display default comments")
	}

