// JavaScript Document

// JavaScript Document

var photos_swap = new Array('kitchen_paris_1.jpg','kitchen_paris_2.jpg','kitchen_paris_3.jpg','kitchen_paris_4.jpg','kitchen_paris_5.jpg','kitchen_paris_6.jpg');


var head_swap = new Array('city kitchen goes to paris','city kitchen goes to paris','city kitchen goes to paris','city kitchen goes to paris','city kitchen goes to paris','city kitchen goes to paris');


var text_swap = new Array();

var same_text = "";


text_swap[0] = "Using a combination of materials, the illusion of furniture as cabinetry as well as French curves, both function and ambience are achieved. The TV cabinet existed in the previous kitchen. However the laminate doors and counter were removed and a new facade, created with pediment top complimenting the French feel. The TV pulls out and spins on a recessed lazy susan in order to allow view from the table.";
text_swap[1] = "The island mimics a French table while also housing a second oven, sink, microwave and counter for two stools. The large chandelier over the island adds to the &quot;table&quot; feeling. The window bay behind the main sink has been softened with the addition of leaded glass transoms which are installed inside the existing casements. This is an inexpensive solution to creating a window change.";
text_swap[2] = "At the desk, imperative to maintain busy schedules, the design is created to look less attached and more &quot;set next to.&quot;";
text_swap[3] = "The tall thin cabinet near the entry to the dining room houses lots of canned goods but is painted as wall to allow a simpler look to transition into the dining room.";
text_swap[4] = "The back door enters directly into the kitchen. A mudroom alcove balances the breakfast table area.";
text_swap[5] = "Metal tile inlays at tile backsplash creating a focal point.";

function doExtra(step,extra){
	head_temp = "city kitchen goes to paris";
	text_temp = "This once contemporary style kitchen was remodeled to suit a French theme.<p><b>project goals</b><p>After the children were grown, the contemporary style kitchen felt too utilitarian in this traditional home. Remodeling to embrace a French theme was the desire.";
	//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];    
	}
}