<!--

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/ceramic-tile-adhesive_10370236.jpg");
		index_2 = newImage("pcat-gifs/products-small/cem-shot-dlg.jpg");
		index_3 = newImage("pcat-gifs/products-small/wood-adhesive.jpg");
		index_4 = newImage("pcat-gifs/products-small/waterproofing-liquids_10370553.jpg");
		index_5 = newImage("pcat-gifs/products-small/waterproofing-powder_10370554.jpg");
		index_6 = newImage("pcat-gifs/products-small/flooring-oxide_10370235.jpg");
		index_7 = newImage("pcat-gifs/products-small/cement-paint_10370557.jpg");
		index_8 = newImage("pcat-gifs/products-small/alankar-acrylic-distemper-a.jpg");
		index_9 = newImage("pcat-gifs/products-small/eagle-and-alankar-universal.jpg");
		index_10 = newImage("pcat-gifs/products-small/wall-puttty_10370560.jpg");
		index_11 = newImage("pcat-gifs/products-small/wall-putty-powder_10370561.jpg");
		index_12 = newImage("pcat-gifs/products-small/metallic-gold-paste_10370562.jpg");
		preloadFlag = true;
	}
}

// -->
