<!--

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/5/0/MY-1162375/crane-20shaft_10442171_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/9/M/MY-1162375/filter-20valve_10442172_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/S/4/MY-1162375/gear-20box_10443787_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/G/3/MY-1162375/pipe-20elbow_10443788_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/H/I/MY-1162375/pully-20_10443789_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/5/T/MY-1162375/pump-20casing_10443790_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/8/E/MY-1162375/rib-20cover_10443791_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
