<!--

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/G/4/MY-859613/heavy-machine-trolly_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/H/Y/MY-859613/finish-componeut-trolley_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/B/C/MY-859613/automobile--component_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/1/5/MY-859613/suitable-run-for-track_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/P/C/MY-859613/platform-trolley_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/G/X/MY-859613/cnc-chip-trolley_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/9/3/MY-859613/paint-storage-cabin_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/E/M/MY-859613/roller-conveyor_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/J/2/MY-859613/assembly-table_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/P/J/MY-859613/industrial-rack_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/Z/D/MY-859613/working-table_250x250.jpg");
preloadFlag = true;
	}
}

// -->
