<!--

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/4/Q/MY-752922/washer-extractor_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/F/4/MY-752922/hydro-extractor_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/4/5/MY-752922/industrial-washing-machine_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/9/2/MY-752922/washing-machine-auto_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/L/I/MY-752922/drying-tumbler_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/I/A/MY-752922/drycleaning-machine_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/8/Q/MY-752922/perc-drycleaning-machine_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/L/0/MY-752922/steam-heated_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/T/P/MY-752922/flat-bed_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/Z/X/MY-752922/vacuum-finishing-table_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/Z/H/MY-752922/steam-generator_250x250.jpg");
index_12 = newImage("http://imghost.indiamart.com/data/F/T/MY-752922/stain-removing-machine_250x250.jpg");
preloadFlag = true;
	}
}

// -->
