<!--
var slidespeed=2000
var slideimages=new Array(
    "images/ext_top-notch-02.jpg",
    "images/int_02top-notch01.jpg",
    "images/int_02top-notch02.jpg",
    "images/int_02top-notch03.jpg",
    "images/int_02top-notch04.jpg",
    "images/int_02top-notch05.jpg",
    "images/int_02top-notch06.jpg",
    "images/int_02top-notch07.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(){
}
//-->
