<!--

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/O/S/MY-359247/ssr-009_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/N/B/MY-359247/ssr-909_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/4/3/MY-359247/ssr-999-led-and-lcd_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/Y/S/MY-359247/ssr-112_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/I/0/MY-359247/ssr-3-kva_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/H/U/MY-359247/scientific-equipment_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/7/1/MY-359247/table-top-weighing-scale-ca_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/W/H/MY-359247/wall-mounting-stabilizer_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/6/O/MY-359247/online-ups-3kva_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/3/Q/MY-359247/plastic-trolley_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/P/N/MY-359247/online-ups-cabinets_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
