<!--

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/F/V/MY-1218583/fusing-machine-manual-3_10756322_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/C/A/MY-1218583/fusing-machne-pneumatic_10677125_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/D/U/MY-1218583/fusing-machine-mannual-2_10677126_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/O/Z/MY-1218583/textile-printing-machine_10688854_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/C/1/MY-1218583/flock-machine_10677128_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/G/B/MY-1218583/fusing-machne-manual_10727878_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/0/9/MY-1218583/printing-machine-t-shirt-manufacturing_10756350_250x250.gif");
		index_8 = newImage("http://imghost.indiamart.com/data/A/3/MY-1218583/curring-machine_10676654_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/5/X/MY-1218583/wrinkle-machine-for-jeans-pants_10833900_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/F/1/MY-1218583/rubber-level-machine_10676653_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/2/0/MY-1218583/curring-machine_10841565_250x250.jpg");
		index_12 = newImage("http://imghost1.indiamart.com/data2/MC/ME/MY-1218583/dsc_4034-250x250.jpg");
		preloadFlag = true;
	}
}

// -->
