// JavaScript Document

// JavaScript Document

var photos_swap = new Array('tile_1.jpg','tile_2.jpg','tile_3.jpg','tile_4.jpg','tile_5.jpg','tile_6.jpg','tile_7.jpg','tile_8.jpg','tile_9.jpg');


var head_swap = new Array('tile','tile','tile','tile','tile','tile','tile','tile','tile');


var text_swap = new Array();

var same_text = "";


text_swap[0] = "Turkish rug pattern in ceramic tile requires design time and custom setting at factory. However, material is still cost effective for highly customized effect.";
text_swap[1] = "Turkish rug pattern in ceramic tile requires design time and custom setting at factory. However, material is still cost effective for highly customized effect.";
text_swap[2] = "Turkish rug pattern in ceramic tile requires design time and custom setting at factory. However, material is still cost effective for highly customized effect.";
text_swap[3] = "Larger field tile with ceramic mosaic inset  border creates customized look";
text_swap[4] = "Larger field tile with ceramic mosaic inset  border creates customized look";
text_swap[5] = "Expensive Murano glass tile sticks are set unusually in a less expensive field tile";
text_swap[6] = "Expensive Murano glass tile sticks are set unusually in a less expensive field tile";
text_swap[7] = "Standard mosaic tile with many color options allows design to be customized at little cost.";
text_swap[8] = "Standard floor is customized with Briare glass tile inset for effect";

/* 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];    
	}
}
