// JavaScript Document

// JavaScript Document

var photos_swap = new Array('contemporary_1.jpg','contemporary_2.jpg','contemporary_3.jpg','contemporary_4.jpg','contemporary_5.jpg','contemporary_6.jpg','contemporary_7.jpg','contemporary_8.jpg','contemporary_9.jpg','contemporary_10.jpg','contemporary_11.jpg','contemporary_12.jpg','contemporary_13.jpg','contemporary_14.jpg','contemporary_15.jpg','contemporary_16.jpg','contemporary_17.jpg','contemporary_18.jpg');


var head_swap = new Array('kitchen for a glass vendor','kitchen for a glass vendor','kitchen for a glass vendor','kitchen for a glass vendor','kitchen for a glass vendor','master suite','master suite','master suite','master suite','master suite','master suite','playroom - tic tac toe board','playroom - tic tac toe board','ocean front house','ocean front house','ocean front house','floating refrigerator','floating refrigerator');


var text_swap = new Array();

var same_text = "";


text_swap[0] = "Looking into the kitchen from the great room, the giant curve of glass at the table wall connects the curve of the carpet and the tile transition.";
text_swap[1] = "Using glass as a backsplash allows ease of cleaning. Floating metro wire shelves above the range creates easy access to pots and pans leaving under counter storage available for other items.";
text_swap[2] = "You might wonder where we hid the refrigerator. Well now you can see it. Around the corner and painted like wall. It is still accessible to both cook and beverage area, but does not block the view from the working kitchen to the ocean.";
text_swap[3] = "Two kinds of glass were cookie cut to each other to form the backsplash line while still allowing a continuous surface.";
text_swap[4] = "Continuing the curvaceous quality as rhythm, two kinds of Corian were melded together both for a change of proportion within the countertop as well as creating a less linear look to the kitchen.";
text_swap[5] = "The full height headboard, executed by Jutras Woodworking, helped define the sleeping area from the sitting area in this large room. The night stands continue the arch as well as the use of two wood species.";
text_swap[6] = "The Fortuny chandelier hangs over the seating oasis giving soft light without obstructing the painting above the fireplace. Using hardwood with area rug aids in creating human scale in this large space.";
text_swap[7] = "The wood bolection molding around the fireplace, the doors into the library area and the credenza which hides the TV on a lift all contribute to the calm, yet detailed elements of this master space.";
text_swap[8] = "Skylights are covered with grills to compliment the geometry of curves. Two are half circles and the one over the tub is a full circle. When the sun fails to shine, lighting is above the frosted glass to give the illusion of daylight.";
text_swap[9] = "The tub centers in the room and cut glass strips with inset tile create a shimmery backer creating a waterfall feeling. His and her vanities are set either side of the tub with vessel bowls atop watery colored marble.";
text_swap[10] = "A curbless shower stall allows easy access; marble is cut smaller and honed to ensure safety. The curved walls are covered with marble mosaic bordered with glass tile. The WC/bidet room is opposite the shower.";
text_swap[11] = "Lots and lots of toys. Games played on TV. Computer as well as art work. How to have it all without the clutter???<p>The tic tac toe board, carefully crafted of different laminates are doors hiding storage for both boy and girl toys as well as hundreds of videos. Sectioned areas offer personal space for each child. The computer hides behind a door at the desk and is on a pull out ready for use.";
text_swap[12] = "The carpet is cut as a serpentine and becomes a foil to all the linearity of this design. Flat screen, recessed into a closet allows the counter below to be used for a variety of activities. Ventillation for the screen is one of the many details that is considered in what appears to be an easy installation.";
text_swap[13] = "An existing, box-like house was the starting point for numerous additions including a second floor, wings and garage with connector to the house. The result is a home with interesting shape and massing.";
text_swap[14] = "An existing, box-like house was the starting point for numerous additions including a second floor, wings and garage with connector to the house. The result is a home with interesting shape and massing.";
text_swap[15] = "An existing, box-like house was the starting point for numerous additions including a second floor, wings and garage with connector to the house. The result is a home with interesting shape and massing.";
text_swap[16] = "No interior walls inspired floating of refrigerator in center of room.";
text_swap[17] = "No interior walls inspired floating of refrigerator in center of room.";


/* 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];    
	}
}






