// JavaScript Document

// JavaScript Document

var photos_swap = new Array('city_kitchen_1.jpg','city_kitchen_2.gif','city_kitchen_3.jpg','city_kitchen_4.gif','city_kitchen_5.gif','city_kitchen_6.gif','city_kitchen_7.gif');


var head_swap = new Array('city kitchen','city kitchen','city kitchen','city kitchen','city kitchen','city kitchen','city kitchen');


var text_swap = new Array();

var same_text = "";


text_swap[0] = "We never went to the site and met with the client briefly, twice; the rest of the information was transferred by fax and phone.<p>After. The renovation of this townhouse kitchen was accomplished by working with the clients and their design build cabinetmaker.<p>design INSIGHTS significant contributions: <p>&#8226; Multiple proposals showing different priorities<p>&#8226; Demonstrated how to have a sink in front of the window without changing window height<p>&#8226; Created details and still provided storage";
text_swap[1] = "Kitchen moved to where living room used to be";
text_swap[2] = "Distance design requires exact measurements";
text_swap[3] = "Elevations of existing space";
text_swap[4] = "Multiple proposals";
text_swap[5] = "Multiple proposals";
text_swap[6] = "Final design chosen";


/* PRELOAD */
function preloadImgsT3(){
	var i = 0;
    imageObj = new Image();
    images = new Array();     
	images[0]="images/city_kitchen_o.gif";     
	images[1]="images/deck_o.gif";     
	images[2]="images/inn_o.gif";
	images[3]="images/face_lift_o.gif";
	images[4]="images/porch_add_o.gif";
    for(i=0; i<=images.length; i++){          
		imageObj.src=images[i];    
	}
}



