<!--
accomoon=new Image (117,44)
accomoon.src = "http://www.fourseasonsmotel.net/images/accomo2.gif"
accomooff=new Image (117,44)
accomooff.src = "http://www.fourseasonsmotel.net/images/accomo1.gif"

reserveon=new Image (99,44)
reserveon.src = "http://www.fourseasonsmotel.net/images/reserve2.gif"
reserveoff=new Image (99,44)
reserveoff.src = "http://www.fourseasonsmotel.net/images/reserve1.gif"

featureson=new Image (99,44)
featureson.src = "http://www.fourseasonsmotel.net/images/features2.gif"
featuresoff=new Image (99,44)
featuresoff.src = "http://www.fourseasonsmotel.net/images/features1.gif"

roomson=new Image (99,44)
roomson.src = "http://www.fourseasonsmotel.net/images/rooms2.gif"
roomsoff=new Image (99,44)
roomsoff.src = "http://www.fourseasonsmotel.net/images/rooms1.gif"

attracton=new Image (99,44)
attracton.src = "http://www.fourseasonsmotel.net/images/attract2.gif"
attractoff=new Image (99,44)
attractoff.src = "http://www.fourseasonsmotel.net/images/attract1.gif"

directon=new Image (99,44)
directon.src = "http://www.fourseasonsmotel.net/images/direct2.gif"
directoff=new Image (99,44)
directoff.src = "http://www.fourseasonsmotel.net/images/direct1.gif"

contacton=new Image (99,44)
contacton.src = "http://www.fourseasonsmotel.net/images/contact2.gif"
contactoff=new Image (99,44)
contactoff.src = "http://www.fourseasonsmotel.net/images/contact1.gif"

// -->


<!--
var myimages=new Array()
function preloadimages(){
for (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}
preloadimages("http://www.fourseasonsmotel.net/images/accomo2.gif","http://www.fourseasonsmotel.net/images/reserve2.gif","http://www.fourseasonsmotel.net/images/rooms2.gif","http://www.fourseasonsmotel.net/images/attract2.gif","http://www.fourseasonsmotel.net/images/direct2.gif","http://www.fourseasonsmotel.net/images/contact2.gif");
//-->