// JavaScript Document

// JavaScript Document

var photos_swap = new Array('detail_diff_1.jpg','detail_diff_2.jpg','detail_diff_3.jpg','detail_diff_4.jpg','detail_diff_5.jpg','detail_diff_6.jpg','detail_diff_7.jpg');


var head_swap = new Array('details make the difference','details make the difference','details make the difference','details make the difference','details make the difference','details make the difference','details make the difference');


var text_swap = new Array();

var same_text = "";


text_swap[0] = "Wood panel above mantel disguises central air conditioning duct";
text_swap[1] = "Created details at stairs";
text_swap[2] = "There is only one light in this bathroom; the rest are reflections in the side, diagonal and full wall mirror. The small space is visually enlarged by bringing the mirror right to the granite top.";
text_swap[3] = "Bamboo flooring is laid in two different colors to create a path.";
text_swap[4] = "Glass dowels are inserted into a Corian wall over a darker Corian color. This detail is in the tub/shower.";
text_swap[5] = "";
text_swap[6] = "Unexpected method of storing spices.";

/* PRELOAD */
function preloadImgsT3(){
	var i = 0;
    imageObj = new Image();
    images = new Array();     
	images[0]="images/trad_details_o.gif";     
	images[1]="images/detail_diff_o.gif";     
	images[2]="images/wall_glass_o.gif";
	images[3]="images/openings_o.gif";
	images[4]="images/before_after_o.gif";
    for(i=0; i<=images.length; i++){          
		imageObj.src=images[i];    
	}
}