<!--

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/1/D/MY-736187/ac-drive-acs800_10767421_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/J/C/MY-736187/inverter-acs350_10768590_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/D/6/MY-736187/servo-motor_10768592_250x250.jpg");
		index_4 = newImage("http://imghost1.indiamart.com/data2/TN/YR/MY-736187/ipm_cover_photo_highres_720-250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/S/W/MY-736187/variable-frequency-drive-vfd-acs550_10768593_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/G/Y/MY-736187/servo-drive-acsm1_10768591_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/G/A/MY-736187/ABB_LV_Motors_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/X/8/MY-736187/Applications_for_Paper_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/P/M/MY-736187/Applications_for_Pump_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/I/L/MY-736187/Application_for_textile_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
