<!--

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/B/K/MY-601423/electrical-wiring-harness2_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/O/Z/MY-601423/electronics-wire-harness_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/5/D/MY-601423/automotive-wiring-harness_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/9/M/MY-601423/lead-wiring-harness_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/A/U/MY-601423/genset-wiring-harness_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/V/F/MY-601423/wiring-harnes_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/K/9/MY-601423/customs-wire-harness-and-ca_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/X/3/MY-601423/auto-cable-and-assemblies_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/T/G/MY-601423/battery-cable-and-assemblie_250x250.jpg");
preloadFlag = true;
	}
}

// -->
