<!--

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/data1/O/9/MY-619015/Shampoo_Bottles_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/6/8/MY-619015/Image_2_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/W/J/MY-619015/Image_7_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/S/Q/MY-619015/Image_6_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/A/H/MY-619015/Image_4_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data1/3/Z/MY-619015/Image_8_250x250.jpg");
index_7 = newImage("http://imghost1.indiamart.com/data2/VJ/DW/MY-619015/hdpe-cosmetic-jars-250x250.jpg");
index_8 = newImage("http://imghost1.indiamart.com/data2/AF/OD/MY-619015/shampoo-lotiopn-bottles-250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/X/B/MY-619015/Image_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data1/X/6/MY-619015/Lube_Oil_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/J/W/MY-619015/Image_3_250x250.jpg");
index_12 = newImage("http://imghost.indiamart.com/data/8/L/MY-619015/Image_1_250x250.jpg");
preloadFlag = true;
	}
}

// -->
