<!--

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/2/MY-44411/Brass-Fasteners1_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/Z/7/MY-44411/Brass-Threaded-Inserts1_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/X/V/MY-44411/Wire-Connectors-and-Termina_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/4/H/MY-44411/Distance-Bolt11_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/D/3/MY-44411/Flame-Proof_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/P/U/MY-44411/Brass-Earth_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/R/C/MY-44411/Custom-Made-Stamped1_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/4/B/MY-44411/Battery-Terminals1_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/9/B/MY-44411/Panel-Board-Accessories11_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/6/X/MY-44411/Earthing-Accessories1_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/S/X/MY-44411/Special-Brass-Terminals1_250x250.jpg");
index_12 = newImage("http://imghost.indiamart.com/data/U/M/MY-44411/Precision-Turned-Parts1_250x250.jpg");
preloadFlag = true;
	}
}

// -->
