<!--

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/P/F/MY-727075/press-parts-for-electrical-_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/4/0/MY-727075/air-condition-press-parts_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/F/X/MY-727075/refrigeration-press-parts_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/P/N/MY-727075/press-parts-for-automobiles_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/Y/R/MY-727075/roll-bond-evaporator_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/4/E/MY-727075/bimetal-strips_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/T/N/MY-727075/filter-dryers_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/3/R/MY-727075/electrical-concealed-boxes_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/9/V/MY-727075/copper-alluminium-connector_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/D/R/MY-727075/strainer-for-air-conditione_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
