<!--

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/A/B/MY-1522688/Pinions_And_Shafts_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/2/8/MY-1522688/gear_250x250.JPG");
		index_3 = newImage("http://imghost.indiamart.com/data/W/U/MY-1522688/Gear_Boxes_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/3/0/MY-1522688/Mill_Header_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/S/4/MY-1522688/Mill_Tyres_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/Z/P/MY-1522688/Gear_Couplings_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/B/U/MY-1522688/V_belt_Pulley_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/K/D/MY-1522688/Gun_Metal_And_Bronze_Bush_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/K/A/MY-1522688/Rollers_And_Rollers_Shaft_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/0/L/MY-1522688/Screw_Conveyors_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/H/P/MY-1522688/Pedestal_Blocks_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/Q/5/MY-1522688/Steel_Casting_And_Steel_Forging_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
