<!--

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/D/0/MY-890275/Process_Heat_Transfer_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/M/D/MY-890275/pro2_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/5/V/MY-890275/Package_Steam_Boiler_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/F/S/MY-890275/pro4_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/Z/P/MY-890275/Chemical_Plant_Equipment_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/0/R/MY-890275/Dust_Collection_System_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/1/8/MY-890275/etp_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/G/2/MY-890275/Pvac_Adhesive_Plant_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/2/4/MY-890275/Resin_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/D/Z/MY-890275/Surgical_Cotton_plants_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/7/M/MY-890275/Waste_Used_Oil_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/E/O/MY-890275/Processed_Bentonite_Lump_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
