<!--

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/U/N/MY-797403/control-panels1_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/J/Q/MY-797403/control-panels-for-engineer_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/H/B/MY-797403/control-panels_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/4/M/MY-797403/control-panel_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/T/D/MY-797403/control-panels-for-textile-_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/1/V/MY-797403/customized-control-panels_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/M/M/MY-797403/Customized_Control_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/K/X/MY-797403/Automatic_Power_Factor_Control_Panels_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/C/B/MY-797403/Jumbo_Digital_Display_Systems_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/O/O/MY-797403/Ac_Drives_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/H/9/MY-797403/Customized_Digital_Counters_Timers_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
