
//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/upper_level/DONE_3rd_level_main_dining_area.jpg",
"images/house/upper_level/DONE_3rd_level_2nd_dining_area.jpg",
"images/house/upper_level/DONE_3rd_Level_Kitchen.jpg",
"images/house/upper_level/DONE_3rd_level_living_room.jpg",
"images/house/upper_level/DONE_3rd_level_living_room2.jpg",
"images/house/upper_level/DONE_3rd_level_ships_watch.jpg")


