// JavaScript Document

// JavaScript Document

var photos_swap = new Array('mill_kitchen_1.jpg','mill_kitchen_2.jpg','mill_kitchen_3.jpg','mill_kitchen_4.jpg','mill_kitchen_5.jpg','mill_kitchen_6.jpg');


var head_swap = new Array('corliss landing loft kitchen','corliss landing loft kitchen','corliss landing loft kitchen','corliss landing loft kitchen','corliss landing loft kitchen','corliss landing loft kitchen');


var text_swap = new Array();

var same_text = "";


text_swap[0] = "Moving the main sink to a former bar location was the only option due to condo construction.The 220 electric line for the oven was channeled through the floor. Concealing the refrigerator keeps the &quot;entertainment room&quot; feeling.";
text_swap[1] = "The previous kitchen area became the pantry, and is hidden behind plain doors. Artwork hung on the doors acts to conceal the storage and second work area. Unusual handles on the refrigerator help it blend with the primitive artwork.";
text_swap[2] = "The glass cabinet doors are lined with primitive cloth mounted behind the glass; installed by RI Glass.";
text_swap[3] = "The eating counter was curved to allow people to see each other more easily.<p>Lighting and audio were concealed within a soffit over the sink counter. Exposed Wiremold with pendant adapters allows dropped lights over the island.<p>The TV is framed in a Larson Juhl frame as a piece of changing art.";
text_swap[4] = "The backsplash is glass with screening behind it; also installed by RI Glass. It adds to the textured look within this space but is easy to clean.";
text_swap[5] = "The cabinets are a combination of store bought and custom. The custom curved wall and counter as well as the more difficult intersections are by Jutras Woodworking.";

function doExtra(step,extra){
	head_temp = "corliss landing loft kitchen";
	text_temp = "A kitchen in a mill building is transformed from a small, cramped work area into a welcoming &quot;sports bar&quot; for entertaining family and friends.<p><b>project goals</b><p>An urban couple, on the go, wanted the loft life and decided on a condo at Corliss Landing, an old mill building. The rooms had great character, but the kitchen was a closet, cramped and unwelcoming to friends and family. They wanted cooking to be part of the party. The idea to make the kitchen look like a &quot;sports bar&quot; at home, and part of the living room, gave just the right ambience for relaxed fun.";
	//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];    
	}
}
