// JavaScript Document




var photos_swap = new Array('traditional_1.jpg','traditional_2.jpg','traditional_3.jpg','traditional_4.jpg','traditional_5.jpg','traditional_6.jpg','traditional_7.jpg','traditional_8.jpg','traditional_9.jpg','traditional_10.jpg','traditional_11.jpg','traditional_12.jpg','traditional_13.jpg','traditional_14.jpg','traditional_15.jpg','traditional_16.jpg','traditional_17.jpg','traditional_18.jpg','city_ren_1.jpg');


var head_swap = new Array('Historic House','Historic House','Historic House','Historic House','Historic House','Historic House','Historic House','study','study','study','study','study','french chateau','french chateau','french chateau','bar','bar','bar','city renovation');


var text_swap = new Array();

var same_text = "";



text_swap[0] = "Often, in 19th century homes, the windows and rooms are small. Historic commissions are careful to assure the integrity of the community. Solutions have to fit a variety of needs. The hipped skylight hidden by a balustrade assured sufficient light floods not only the added breakfast room, but also the new kitchen. Hopper windows allow air circulation into the mudroom entry and through to the “enclosed” room – see picture seven.";
text_swap[1] = "Fully equipped kitchen still pays homage to the age of the house. The sink looks through the breakfast room to the water view.";
text_swap[2] = "Looking like a French armoire and carefully crafted by Jutras Woodworking, Inc., the tall refrigerator is hidden. To augment cold storage, another refrigerator sits in the beverage center adjacent to the small sink.";
text_swap[3] = "China and glasses are stored in glass front (and back) cabinets which cross over the window creating sparkle and minimal interruption to view. Access to the screen porch is centered between the kitchen and the breakfast table area.";
text_swap[4] = "The first floor addition sits neatly against the ell built in the late 1800's. Solid granite steps, although new, are reminiscent of the steps used during the era the house was built.";
text_swap[5] = "Betty Hubbard, owner of Landesign, created the patio, focal points, fencing and gardens.";
text_swap[6] = "When the mudroom entrance was created, windows now interior, remained and a half-hipped skylight was added throwing light into the enclosed room.";
text_swap[7] = "In-the-round presents the added challenge of details continuing round form. Note designed rug, stained glass windows, and cabinetry details.";
text_swap[8] = "In-the-round presents the added challenge of details continuing round form. Note designed rug, stained glass windows, and cabinetry details.";
text_swap[9] = "In-the-round presents the added challenge of details continuing round form. Note designed rug, stained glass windows, and cabinetry details.";
text_swap[10] = "In-the-round presents theadded challenge of details continuing round form. Note designed rug, stained glass windows, and cabinetry details.";
text_swap[11] = "In-the-round presents theadded challenge of details continuing round form. Note designed rug, stained glass windows, and cabinetry details.";
text_swap[12] = "An existing one story brick home was sited on an exquisite piece of property, but the large beech tree in the front overwhelmed the house. Further, the client preferred a French Country look to the Middle Eastern flavor of the brick house. Adding a full second story and changing the exterior materials provided a stately home in keeping with its surroundings.";
text_swap[13] = "An existing one story brick home was sited on an exquisite piece of property, but the large beech tree in the front overwhelmed the house. Further, the client preferred a French Country look to the Middle Eastern flavor of the brick house. Adding a full second story and changing the exterior materials provided a stately home in keeping with its surroundings.";
text_swap[14] = "An existing one story brick home was sited on an exquisite piece of property, but the large beech tree in the front overwhelmed the house. Further, the client preferred a French Country look to the Middle Eastern flavor of the brick house. Adding a full second story and changing the exterior materials provided a stately home in keeping with its surroundings.";
text_swap[15] = "Modern bar replaces linen closet in historical room.";
text_swap[16] = "Modern bar replaces linen closet in historical room.";
text_swap[17] = "Modern bar replaces linen closet in historical room.";
text_swap[18] = "To see a complete story of this project, go to <a class=bodyLink href=city_ren.html>Process, City Renovation</a>.";


/* PRELOAD */
function preloadImgsT3(){
	var i = 0;
    imageObj = new Image();
    images = new Array();     
	images[0]="images/traditional_o.gif";     
	images[1]="images/american_vern_o.gif";     
	images[2]="images/contemporary_o.gif";
    for(i=0; i<=images.length; i++){          
		imageObj.src=images[i];    
	}
}
 








