var slidespeed=4000
var slideimages=new Array("img/030.jpg","img/003.jpg", "img/001.jpg", "img/011.jpg","img/018.jpg","img/033.jpg","img/035.jpg","img/006.jpg","img/024.jpg","img/010.jpg")
var slidelinks=new Array("index.html","index.html","index.html","index.html","index.html","main.htm","index.html","index.html","index.html","index.html")
var newwindow=0 //open links in new window? 1=yes, 0=no
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]
}

