<!--

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://imghost1.indiamart.com/data2/NR/EX/MY-1082614/automotive-wires-250x250.jpg");
index_2 = newImage("http://imghost1.indiamart.com/data2/DC/HS/MY-1082614/wiring-harness-1-250x250.jpg");
index_3 = newImage("http://imghost1.indiamart.com/data2/PO/AU/MY-1082614/nylon-cable-ties-250x250.jpg");
index_4 = newImage("http://imghost1.indiamart.com/data2/BK/FQ/MY-1082614/grab-handles-250x250.jpg");
index_5 = newImage("http://imghost1.indiamart.com/data2/QH/HN/MY-1082614/automotive-electrical-switc-250x250.jpg");
index_6 = newImage("http://imghost1.indiamart.com/data2/OO/YS/MY-1082614/automotive-accessories-250x250.jpg");
index_7 = newImage("http://imghost1.indiamart.com/data2/YD/XH/MY-1082614/automotive-connectors-ter-250x250.jpg");
index_8 = newImage("http://imghost1.indiamart.com/data2/IR/RM/MY-1082614/battery-cables-250x250.jpg");
index_9 = newImage("http://imghost1.indiamart.com/data2/BX/WO/MY-1082614/automotive-lighting-equipme-250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/N/Y/MY-1082614/plastic-rubber-metal_250x250.jpg");
index_11 = newImage("http://imghost1.indiamart.com/data2/YL/JM/MY-1082614/automotive-speakers-250x250.jpg");
index_12 = newImage("http://imghost1.indiamart.com/data2/VN/WU/MY-1082614/panel-indicators-250x250.jpg");
preloadFlag = true;
	}
}

// -->
