// JavaScript Document

// JavaScript Document

var photos_swap = new Array('city_ren_1.jpg','city_ren_2.jpg','city_ren_3.jpg','city_ren_4.jpg','city_ren_5.jpg','city_ren_6.jpg','city_ren_7.jpg','city_ren_8.jpg','city_ren_9.jpg','city_ren_10.jpg','city_ren_11.jpg','city_ren_12.jpg','city_ren_13.jpg','city_ren_14.jpg');


var head_swap = new Array('city renovation','city renovation','city renovation','city renovation','city renovation','city renovation','city renovation','city renovation','city renovation','city renovation','city renovation','city renovation','city renovation','city renovation');


var text_swap = new Array();

var same_text = "";


text_swap[0] = "Major decorative changes were made throughout the house, beginning with the front entry.<p>The front door was fitted with a custom-designed mahogany door, crafted by Jutras Woodworking.";
text_swap[1] = "Standard 12&quot; x 12&quot; tiles were cut to create a traditional pattern in the foyer, cleverly and completely improving its appearance.";
text_swap[2] = "Using some extra shelves AEG/SDC chose specific grained areas to create new &quot;legs&quot; and unify existing rosewood modular units.";
text_swap[3] = "New rosewood, applied as astragal hides the &quot;gap&quot; between cases. Craftsmanship by Jutras Woodworking.";
text_swap[4] = "The major renovations took place in the areas of the kitchen and master bedroom. Walls and traffic patterns were changed.<p>Kitchen: The island is unusually narrow but with the use of curves both at the island and at the tall wall, sufficient space is available to work as well as walk by.<p>Pantry: The &quot;pantry&quot; and butler's pantry were added, providing the transition into the dining room and a nostalgic feeling.";
text_swap[5] = "Floating the base cabinets in the &quot;pantry&quot; not only allows for heat but again, gives a more European feeling to the space. A glass front and open back cabinet over a window, provides storage without giving up the natural light.";
text_swap[6] = "Multiple uses of materials sculpts shapes and provides interest. Note the lack of upper cabinet storage creates a more open look.<p>Plenty of storage exists at tall wall and three large pantries.";
text_swap[7] = "In the breakfast room, an existing armoire was faux-painted to appear as having an intricate wood inlay.<p>Artist: Tim Burbank";
text_swap[8] = "The breakfast area overlooks both the garden/patio and the renovated family room. Note there is ample space for dog to sleep in corner.";
text_swap[9] = "Family room: As the space where many people enter, the owners&#8217; wanted the room to feel welcoming. No structural changes were made, but the fireplace was refaced and the built-ins added to compliment the European styling and give a new feeling to the room.<p>Australian lace veneer cabinets built by Jutras Woodworking. Interior furnishings by Mary Ann Coffey Interiors.";
text_swap[10] = "Close inspection of the TV cabinet shows a shroud hiding a larger cavity allowing for future screen sizes.<p>Note HVAC grills below cabinetry and above speakers as part of design.";
text_swap[11] = "Master Suite: The previous entry doorway, directly into the bedroom was changed to allow a more discreet sleeping space and to use the small room at the top of the stair hallway to good advantage.<p>Storage is added in both the ante room and the bedroom. The bathroom and closet have also been remodeled.";
text_swap[12] = "Powder room: In an earlier renovation, a window had been blocked up when the breakfast room was added. This created an indent which AEG/SDC lengthened to the floor, and created as a place to freshen make-up. The countertop and mirror frame are mahogany.";
text_swap[13] = "To increase the visual size of the room, the moldings are allowed to &quot;run into&quot; the mirror. Mirrors are placed across from each other to &quot;double&quot; the size of this small space.";

function doExtra(step,extra){
	head_temp = "city renovation";
	text_temp = "This is truly a house of details, everywhere you look. The owners cared a great deal about each and every decision and it shows in the outcome.<p><b>project goals</b><p>The owners had lived in their home for years and raised their family. With the children gone, a more adult atmosphere was desired. The family room, previously remodeled from a garage space, was several steps lower than the rest of the house. More gracious seating around the fireplace with the TV hidden, but with good viewing for all, was the request The kitchen and breakfast area needed new appliances, additional storage and a revised traffic pattern. Updating colors and finishes in the living room was also requested. The modular bookcases could be improved with a more &quot;built-in&quot; appearance. The powder room needed a new look, and the master suite needed more storage space. <p>&#8226; Major decorative changes were made throughout the house, beginning with the front entry. <p>&#8226; The front door was fitted with a custom-designed mahogany door, crafted by Jutras Woodworking.;"
	//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];    
	}
}