
//Author: Tony Ford
//DO NOT EDIT THIS SECTION

function changeimage(towhat,url){
if (document.images){
document.images.targetimage.src=towhat.src
gotolink=url
}
}
function warp(){
window.location=gotolink
}

var myimages=new Array()
var gotolink="#"

function preloadimages(){
for (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}

//This is where the images are listed
//Be sure to add a comma after each line, except for the last line
//EDIT THIS SECTION ONLY

preloadimages(
"images/house/lower_level/DONE_1st_level_queen_br.jpg",
"images/house/lower_level/DONE_1st_level_rec_room.jpg",
"images/house/lower_level/DONE_1st_level_rec_room_2.jpg",
"images/house/lower_level/DONE_1st_level_twin_br.jpg",
"images/house/lower_level/DONE_1st_level_bunk_br.jpg",
"images/house/lower_level/DONE_pool_May03.jpg",
"images/house/lower_level/DONE_pool_hottub.jpg")


