// JavaScript Document

// JavaScript Document

var photos_swap = new Array('glass_metal_1.jpg','glass_metal_2.jpg','glass_metal_3.jpg','glass_metal_4.jpg');


var head_swap = new Array('glass/metal','glass/metal','glass/metal','glass/metal');


var text_swap = new Array();

var same_text = "";


text_swap[0] = "Dark and enclosed service stairwell from fourth floor to basement is gutted. A suspended glass and metal stair showcases illumination from new skylight and historical detail.";
text_swap[1] = "Dark and enclosed service stairwell from fourth floor to basement is gutted. A suspended glass and metal stair showcases illumination from new skylight and historical detail.";
text_swap[2] = "Close-up<p>Silver nickel door with bronze Chevron pattern. Handles are made from German quartz crystal";
text_swap[3] = "Full view";

/* PRELOAD */
function preloadImgsT3(){
	var i = 0;
    imageObj = new Image();
    images = new Array();     
	images[0]="images/glass_metal_o.gif";     
	images[1]="images/metal_o.gif";     
	images[2]="images/tile_o.gif";
	images[3]="images/wood_o.gif";
    for(i=0; i<=images.length; i++){          
		imageObj.src=images[i];    
	}
}







