<!--
var slidespeed=2000
var slideimages=new Array(
    "images/Linderhof-Country-Club11-1-01.jpg",
    "images/Linderhof-Country-Club11-1-02.jpg",
    "images/Linderhof-Country-Club11-1-03.jpg",
    "images/Linderhof-Country-Club11-1-04.jpg",
    "images/Linderhof-Country-Club11-1-05.jpg",
    "images/Linderhof-Country-Club11-1-06.jpg",
    "images/Linderhof-Country-Club11-1-07.jpg",
    "images/Linderhof-Country-Club11-1-08.jpg",
    "images/Linderhof-Country-Club11-1-09.jpg",
    "images/Linderhof-Country-Club11-1-10.jpg",
    "images/Linderhof-Country-Club11-1-11.jpg",
    "images/Linderhof-Country-Club11-1-12.jpg",
    "images/Linderhof-Country-Club11-1-13.jpg",
    "images/Linderhof-Country-Club11-1-14.jpg",
    "images/Linderhof-Country-Club11-1-15.jpg",
    "images/Linderhof-Country-Club11-1-16.jpg",
    "images/Linderhof-Country-Club11-1-17.jpg",
    "images/Linderhof-Country-Club11-1-18.jpg"
    )
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(){
}
//-->
