<!--

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/6/W/MY-919476/rigid-pvc-polypropylene-frp_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/0/7/MY-919476/exhaust-fan_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/M/2/MY-919476/filtration-plant_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/W/C/MY-919476/laboratory-fume-cupboards_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/D/B/MY-919476/polypropylene-scrubbers_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/J/V/MY-919476/pp-laterals-strainer-ejtect_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/2/E/MY-919476/frp-storage-tank_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/5/T/MY-919476/pp-grid-for-vaccum-belt-fil_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/O/C/MY-919476/hdpee-pp-tellerate_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/9/G/MY-919476/polypropylene-frp-trays-for_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/D/V/MY-919476/polyproylene-scrubbers-towt_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/5/5/MY-919476/pp-frp-canopy-hoods-fume-ho_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
