<!--

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/F/3/MY-521986/242_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/W/7/MY-521986/Photo-Copier-Toner-Develop_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/W/K/MY-521986/used-high-speed-copier_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/5/H/MY-521986/Canon-Color-Image-Runner-C3_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/E/K/MY-521986/CLC1150_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/J/G/MY-521986/242_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/A/O/MY-521986/xerox-dc2045-2060_10338082_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/A/P/MY-521986/XEROX-AO-PLAN-PRINTER_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/6/Q/MY-521986/digital-copier-cum-printer_10338108_250x250.JPG");
		index_10 = newImage("http://imghost.indiamart.com/data/Q/C/MY-521986/copier_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
