
//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/middle_level/DONE_2nd_level_1st_king_master_br.jpg",
"images/house/middle_level/DONE_2nd_level_1st_queen_br.jpg",
"images/house/middle_level/DONE_2nd_level_2nd_king_master_br.jpg",
"images/house/middle_level/DONE_2nd_level_2nd_queen_br.jpg",
"images/house/middle_level/DONE_2nd_level_office.jpg")


