<!--

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/E/Y/MY-1219649/soft-20103-20-28softy-20ice-cream-20process-20machines-29-20_10604614_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/0/E/MY-1219649/soft-20103-b-20-28softy-20ice-cream-20process-20machines-29-20_10606337_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/0/2/MY-1219649/soft-20106-20-28softy-20ice-cream-20process-20machines-29-20_10606338_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/F/P/MY-1219649/shake-20master_10604615_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/F/Z/MY-1219649/single-20flavour-20soft-20ice-cream-20machine_10606339_250x250.jpg");
preloadFlag = true;
	}
}

// -->
