<!--

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}




var preloadFlag = false;
function preloadImages() {
	if (document.images) {
index_1 = newImage("pcat-gifs/products-small/all-types-of-tiles_10737253.jpg");
index_2 = newImage("pcat-gifs/products-small/balusters_10737254.jpg");
index_3 = newImage("pcat-gifs/products-small/bathroom-fittings_10737297.jpg");
index_4 = newImage("pcat-gifs/products-small/cast-iron-manhole-covers_10737298.jpg");
index_5 = newImage("pcat-gifs/products-small/cement-jali_10737299.jpg");
index_6 = newImage("pcat-gifs/products-small/gi-pipe-fittings_10737300.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/Z/K/MY-1258923/abd_250x250.jpg");
index_8 = newImage("pcat-gifs/products-small/pvc-pipes-and-fitting_10737302.jpg");
index_9 = newImage("pcat-gifs/products-small/rcc-chambers_10891445.jpg");
index_10 = newImage("pcat-gifs/products-small/sanitary-ware_10891446.jpg");
index_11 = newImage("pcat-gifs/products-small/sw-pipes-fittings_10891447.jpg");
index_12 = newImage("http://imghost.indiamart.com/data/W/K/MY-1258923/building_material_solutions_10500199_250x250.jpg");
preloadFlag = true;
	}
}

// -->
