<!--

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/UI/WN/MY-493005/image1-250x250.jpg");
index_2 = newImage("http://imghost1.indiamart.com/data2/CQ/KV/MY-493005/product2-250x250.jpg");
index_3 = newImage("http://imghost1.indiamart.com/data2/PY/DY/MY-493005/pro3-250x250.jpg");
index_4 = newImage("http://imghost1.indiamart.com/data2/AK/BY/MY-493005/pro4-250x250.jpg");
index_5 = newImage("http://imghost1.indiamart.com/data2/GH/DD/MY-493005/motorised-250x250.jpg");
index_6 = newImage("http://imghost1.indiamart.com/data2/FU/FK/MY-493005/extruder-250x250.jpg");
index_7 = newImage("http://imghost1.indiamart.com/data2/YY/WM/MY-493005/n-u-series-reduction-250x250.jpg");
index_8 = newImage("http://imghost1.indiamart.com/data2/QH/KM/MY-493005/bevel12-250x250.jpg");
index_9 = newImage("http://imghost1.indiamart.com/data2/XB/AS/MY-493005/helical-250x250.jpg");
index_10 = newImage("http://imghost1.indiamart.com/data2/CM/QM/MY-493005/custom-built-250x250.jpg");
index_11 = newImage("http://imghost1.indiamart.com/data2/PH/UN/MY-493005/right-angle-250x250.jpg");
index_12 = newImage("http://imghost1.indiamart.com/data2/VP/YS/MY-493005/worm-wheel-pair-250x250.jpg");
preloadFlag = true;
	}
}

// -->
