
<!--

var slidespeed=3000

var slideimages=new Array(
"img/gallery/04slide01.jpg",
"img/gallery/04slide02.jpg",
"img/gallery/04slide03.jpg",
"img/gallery/04slide04.jpg",
"img/gallery/04slide05.jpg",
"img/gallery/04slide06.jpg",
"img/gallery/04slide07.jpg",
"img/gallery/04slide08.jpg",
"img/gallery/04slide09.jpg",
"img/gallery/04slide10.jpg",
"img/gallery/04slide11.jpg",
"img/gallery/04slide12.jpg",
"img/gallery/04slide13.jpg",
"img/gallery/04slide14.jpg",
"img/gallery/04slide15.jpg",
"img/gallery/04slide06.jpg"
)

var newwindow=1 

var imageholder=new Array()
var ie=document.all
for (i=0;i<slideimages.length;i++){
imageholder[i]=new Image()
imageholder[i].src=slideimages[i]
}

function gotoshow(){
if (newwindow)
window.open(slidelinks[whichlink])
else
window.location=slidelinks[whichlink]
}

//-->

