<!--

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/9/E/MY-1172760/gears_10456116_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/6/E/MY-1172760/spears-20halical-20gear_10449559_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/D/Z/MY-1172760/bevel-20gear_10452368_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/P/8/MY-1172760/gear-20coupling_10452369_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/8/R/MY-1172760/worm-20-26-20worm-20wheel_10449560_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/F/U/MY-1172760/chain-20sprocket_10452370_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/C/Z/MY-1172760/sapling-20shaft_10452371_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/R/F/MY-1172760/rack-26-pinion_10456115_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/A/Z/MY-1172760/dsc04121_10633319_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/R/A/MY-1172760/dsc04106_10633320_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/X/W/MY-1172760/thread-milling_10633321_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/Z/Y/MY-1172760/dsc03531_10633322_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
