<!--

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/J/F/MY-623503/coaxial-cable_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/S/W/MY-623503/spiral-coiled-cords_10257344_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/4/O/MY-623503/rubber-marine-cables_10257342_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/2/G/MY-623503/automation-cables_10257343_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/U/I/MY-623503/lt-ht-cables_10257341_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/7/3/MY-623503/Welding_Cables_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/A/0/MY-623503/telephone-cables_10257849_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/Q/6/MY-623503/thermocouple-wires_10257850_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/O/D/MY-623503/teflon-ptfe-wires_10257345_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/K/K/MY-623503/electrical-cords_10257339_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/0/T/MY-623503/flexible-cable_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/6/L/MY-623503/cathodic-protection-cable_10693137_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
