<!--

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("http://imghost.indiamart.com/data/O/Y/MY-493647/ceramic-tile-adhesive_10370236_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/Y/S/MY-493647/cem-shot-dlg_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/W/Q/MY-493647/wood-adhesive_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/D/L/MY-493647/waterproofing-liquids_10370553_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/M/H/MY-493647/waterproofing-powder_10370554_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/F/U/MY-493647/flooring-oxide_10370235_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/W/S/MY-493647/cement-paint_10370557_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/T/W/MY-493647/alankar-acrylic-distemper-a_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/E/D/MY-493647/eagle-and-alankar-universal_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/R/O/MY-493647/wall-puttty_10370560_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/M/1/MY-493647/wall-putty-powder_10370561_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/D/S/MY-493647/metallic-gold-paste_10370562_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
