// JavaScript Document

// JavaScript Document

var photos_swap = new Array('master_bath_1.jpg','master_bath_2.jpg','master_bath_3.jpg','master_bath_4.jpg','master_bath_5.jpg','master_bath_6.jpg');


var head_swap = new Array('master bath','master bath','master bath','master bath','master bath','master bath','master bath');


var text_swap = new Array();

var same_text = "";


text_swap[0] = "Floating the sinks as a peninsula as well as creating two different heights both for function--he, being 6 foot plus and she, being just a bit over 5 feet, reduces the visual width of the peninsula and solved the initial request on their list.";
text_swap[1] = "The &quot;trick&quot; to having both a large shower and an ambient soaking tub is performed by making the shower floor the same space as is in front of the tub, waterproofing all the surfaces and using a glass divider wall. The curved glass shower wall is created by using strips of glass and having talented technicians implement the idea.";
text_swap[2] = "Mirrors are suspended over the vanity and storage is set within the stud bays of the tall mirrored wall.";
text_swap[3] = "Continuing with glass and mirror as repetitive materials although used in different shapes and sheens allows for interest without confusion.";
text_swap[4] = "Two colors of Corian provide the waterproof walls and tub deck with apron. The window behind the tub was added not only for light but for enhancing the sense of space. The draperies are water repellent fabric.";
text_swap[5] = "A specially designed Corian shower floor allows for excellent drainage and a non-slip surface.";
text_swap[6] = "";

function doExtra(step,extra){
	head_temp = "master bath";
	text_temp = "Narrow rooms loom larger with the addition of curves.<p><b>project goals</b><p>Please find space in our 6&#8217;-6&quot; by 18&#8217;-0&quot; bathroom for: two sinks, a sit down make-up area, a large walk-in shower, a comfy soaking, whirlpool tub, plenty of storage and of course, the water closet.";
	//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];    
	}
}
