// JavaScript Document




var photos_swap = new Array('loft_1.jpg','loft_2.jpg','loft_3.jpg');


var head_swap = new Array('loft','loft','loft');


var text_swap = new Array();

var same_text = "Loft living allows for open spaces and connected living. This top floor unit allows views in three directions - but with windows beginning 33 inches above the floor, there was only a view of the sky when seated. The logical thing to do? Raise the floor in the living area where one is seated most of the time. Consummate cooks, this couple decided to make the kitchen suit all their needs. However, with an open plan, it is most helpful if there is a walk-in pantry, which we created right behind the kitchen, a quick few steps away. The owners’ art collection has wall and shelf space for display and the TV and fireplace share a wall. Three bedrooms, large closets, two and half baths, a large exercise room, and an office as well as kitchen desk space fill out this fully equipped home. Dropping lighting within the space helps to give the vaulted ceilings a more human scale and feel.";

text_swap[0] = same_text;
text_swap[1] = same_text;
text_swap[2] = same_text;


/* PRELOAD */
function preloadImgsT3(){
	var i = 0;
    imageObj = new Image();
    images = new Array();     
	images[0]="images/loft_o.gif";     
	images[1]="images/beach_house_o.gif";     
	images[2]="images/ranch_o.gif";
    for(i=0; i<=images.length; i++){          
		imageObj.src=images[i];    
	}
}





