<!--

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/MB/FI/MY-918836/shirts-buttons-250x250.jpg");
		index_2 = newImage("http://imghost1.indiamart.com/data2/OK/YG/MY-918836/1plastic-serving-trays-250x250.jpg");
		index_3 = newImage("http://imghost1.indiamart.com/data2/FW/HG/MY-918836/4plastic-fashion-trims-250x250.jpg");
		index_4 = newImage("http://imghost1.indiamart.com/data2/RE/GK/MY-918836/6plastic-buttons-250x250.jpg");
		index_5 = newImage("http://imghost1.indiamart.com/data2/TG/BB/MY-918836/2decorative-plastic-trays-250x250.jpg");
		index_6 = newImage("http://imghost1.indiamart.com/data2/YB/NF/MY-918836/7cardign-buttons-250x250.jpg");
		index_7 = newImage("http://imghost1.indiamart.com/data2/LG/WN/MY-918836/3plastic-rectangular-trays-250x250.jpg");
		index_8 = newImage("http://imghost1.indiamart.com/data2/VD/JJ/MY-918836/8military-police-buttons-250x250.jpg");
		index_9 = newImage("http://imghost1.indiamart.com/data2/PI/YC/MY-918836/9multicolor-buttons-250x250.jpg");
		index_10 = newImage("http://imghost1.indiamart.com/data2/OE/UN/MY-918836/10mono-color-buttons-250x250.jpg");
		index_11 = newImage("http://imghost1.indiamart.com/data2/QJ/NE/MY-918836/11fancy-buttons-250x250.jpg");
		index_12 = newImage("http://imghost1.indiamart.com/data2/SD/OK/MY-918836/12heat-proof-buttons-250x250.jpg");
		preloadFlag = true;
	}
}

// -->
