<!--

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://imghost1.indiamart.com/data2/WN/SO/MY-770889/2-250x250.jpg");
index_2 = newImage("http://imghost1.indiamart.com/data2/OH/JN/MY-770889/2rolls-250x250.jpg");
index_3 = newImage("http://imghost1.indiamart.com/data2/EJ/WO/MY-770889/9cartridge-roll-250x250.jpg");
index_4 = newImage("http://imghost1.indiamart.com/data2/SJ/SD/MY-770889/3flap-wheels-250x250.jpg");
index_5 = newImage("http://imghost1.indiamart.com/data2/AE/AE/MY-770889/4mop-wheels-250x250.jpg");
index_6 = newImage("http://imghost1.indiamart.com/data2/YB/VP/MY-770889/10sleeves-250x250.jpg");
index_7 = newImage("http://imghost1.indiamart.com/data2/YU/UP/MY-770889/11sheets-250x250.jpg");
index_8 = newImage("http://imghost1.indiamart.com/data2/IL/YG/MY-770889/8small-belts-sleeves-250x250.jpg");
index_9 = newImage("http://imghost1.indiamart.com/data2/YM/TR/MY-770889/1-250x250.jpg");
index_10 = newImage("http://imghost1.indiamart.com/data2/HJ/WK/MY-770889/5plain-abrahasive-cloth-dis-250x250.jpg");
index_11 = newImage("http://imghost1.indiamart.com/data2/VT/IF/MY-770889/7fire-backed-sander-disc-250x250.jpg");
preloadFlag = true;
	}
}

// -->
