
<!--

var slidespeed=3000

var slideimages=new Array(
"img/gallery/01slide01.jpg",
"img/gallery/01slide02.jpg",
"img/gallery/01slide03.jpg",
"img/gallery/01slide04.jpg",
"img/gallery/01slide05.jpg",
"img/gallery/01slide06.jpg",
"img/gallery/01slide07.jpg",
"img/gallery/01slide08.jpg",
"img/gallery/01slide09.jpg",
"img/gallery/01slide10.jpg",
"img/gallery/01slide11.jpg",
"img/gallery/01slide12.jpg",
"img/gallery/01slide13.jpg",
"img/gallery/01slide14.jpg",
"img/gallery/01slide15.jpg",
"img/gallery/01slide06.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]
}

//-->

