<!--

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/Z/O/MY-401554/top-cutters_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/O/N/MY-401554/bottom-cutters_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/B/M/MY-401554/crush-cutter_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/9/G/MY-401554/bias-cutter_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/N/Y/MY-401554/rotary-cutter_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/5/5/MY-401554/veneer-peeling_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/X/R/MY-401554/veneer-slicing_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/T/H/MY-401554/veneer-clipper-knives_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/K/U/MY-401554/shearing-blades_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/5/O/MY-401554/granulator-blades_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/N/0/MY-401554/tct_250x250.jpg");
index_12 = newImage("http://imghost.indiamart.com/data/1/C/MY-401554/holders_250x250.jpg");
preloadFlag = true;
	}
}

// -->
