// JavaScript Document

// JavaScript Document

var photos_swap = new Array('openings_1.jpg','openings_2.jpg','openings_3.jpg');


var head_swap = new Array('openings','openings','openings','openings','openings');


var text_swap = new Array();

var same_text = "";


text_swap[0] = "The need for light is a common request. Here are three ideas:<p>A long narrow shower stall benefits from an opening in the wall. Instead of being dark at the end of the shower, it is has both daylight and a view to beyond when inside the stall.";
text_swap[1] = "Replace panels in a door with glass, in this case with frosted glass. The result is that an otherwise dark hallway enjoys filtered light from the room beyond.";
text_swap[2] = "A basement suddenly becomes a brighter space when a skylight on grade is added. Mirroring the walls magnifies the illusion.";


/* 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];    
	}
}





