// JavaScript Document




var photos_swap = new Array('beach_house_1.jpg','beach_house_2.jpg','beach_house_3.jpg','beach_house_4.jpg','beach_house_5.jpg','beach_house_6.jpg','beach_house_7.jpg','beach_house_8.jpg','beach_house_9.jpg','beach_house_10.jpg');


var head_swap = new Array('beach house','beach house','beach house','beach house','beach house','beach house','beach house','beach house','beach house','beach house');


var text_swap = new Array();

var same_text = "In years past, small box-like houses were built close to the beach to allow owners a get-a-way with few amenities. Such was this house before our client decided to open up most of the first floor for entertaining and a view to the water. The kitchen, previously where the dining room is now, had no water view at all and was closet-like in its shape. The kitchen moved into what was the first floor bedroom and with walls removed now has a through-house view. The second floor was finished with two guest bedrooms, a hall bathroom and a master suite with strategic views. Due to the small size of the house, and primarily seasonal use, bold colors and sea motifs are used throughout. Specialty details, chosen judicially, give the house a distinctive flair and bright personality.";

text_swap[0] = same_text;
text_swap[1] = same_text;
text_swap[2] = same_text;
text_swap[3] = same_text;
text_swap[4] = same_text;
text_swap[5] = same_text;
text_swap[6] = same_text;
text_swap[7] = same_text;
text_swap[8] = same_text;
text_swap[9] = 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];    
	}
}




