<!--

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/Z/C/MY-387620/storage-tanks_10242812_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/T/C/MY-387620/industrial-plastic-piping_10242813_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/K/F/MY-387620/pollution-control-equipments_10243130_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/N/U/MY-387620/construction-materials_10243131_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/W/8/MY-387620/frp-structure_10243132_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/Z/Y/MY-387620/battery-boxes_10243133_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/S/E/MY-387620/plastic-trays_10243134_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/E/I/MY-387620/plastic-trolleys_10243135_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/X/H/MY-387620/conveyor-boxes_10243137_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/Y/O/MY-387620/solar-dyers_10243138_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/6/N/MY-387620/play-way-equipment_10243136_250x250.jpg");
index_12 = newImage("http://imghost.indiamart.com/data/C/W/MY-387620/amusement-park-slides_10243139_250x250.jpg");
preloadFlag = true;
	}
}

// -->
