<!--

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/R/M/MY-546036/wiring-harness_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/D/P/MY-546036/battery-cables1_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/W/5/MY-546036/wire-cable_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/Z/L/MY-546036/terminals-and-lugs_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/N/W/MY-546036/plastic-components_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/8/Z/MY-546036/sheet-metal_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/3/S/MY-546036/insulation-material_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/3/A/MY-546036/switches_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/H/3/MY-546036/powercode_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/R/N/MY-546036/cable-ties_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/C/H/MY-546036/shrinkable-sleeves_250x250.jpg");
preloadFlag = true;
	}
}

// -->
