<!--

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/3/2/MY-658066/a360_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/Y/8/MY-658066/tpos_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/1/D/MY-658066/telestro_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/K/Q/MY-658066/apos-premium_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/2/4/MY-658066/krgm_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/1/R/MY-658066/tpsk_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/1/C/MY-658066/vltk_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/9/0/MY-658066/palas-kiosk-thermalprinter_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/U/D/MY-658066/electron_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/G/Z/MY-658066/htpx_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/2/S/MY-658066/mhtp_250x250.jpg");
index_12 = newImage("http://imghost.indiamart.com/data/P/N/MY-658066/control-boards_250x250.jpg");
preloadFlag = true;
	}
}

// -->
