// JavaScript Document

// JavaScript Document

var photos_swap = new Array('sw_bath_1.jpg','sw_bath_2.jpg');


var head_swap = new Array('southwest bathroom','southwest bathroom');


var text_swap = new Array();

var same_text = "";


text_swap[0] = "Standard tile set to represent the Arizona sunset waterproofs the shower area. Both the ziggurat at the glass and end wall help to keep the space more open.";
text_swap[1] = "Creating sections for the sink and make-up area allow the sink to be at a better height when standing and the make-up area conducive to sitting. The use of wood with paint helps convey the illusion of desert shifting sands.";

function doExtra(step,extra){
	head_temp = "southwest bathroom";
	text_temp = "The setting sun and desert sands of Arizona find a home in New England.<p><b>project goals</b><p>Another residence in Arizona is brought to mind in this New England home through the use of color. The standard 8 x 9 foot shape is modified by using multiple materials and unusual geometric lines.";
	//swap textHead 
	document.getElementById('textHead').innerHTML = head_temp;
	//swap textBody 
	document.getElementById('textBody').innerHTML = text_temp; 
}


/* PRELOAD */
function preloadImgsT3(){
	var i = 0;
    imageObj = new Image();
    images = new Array();     
	images[0]="images/his_hers_o.gif";     
	images[1]="images/master_bath_o.gif";     
	images[2]="images/kitchen_paris_o.gif";
	images[3]="images/sw_bath_o.gif";
	images[4]="images/mill_kitchen_o.gif";
	images[5]="images/city_ren_o.gif";
    for(i=0; i<=images.length; i++){          
		imageObj.src=images[i];    
	}
}


