<!--

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/AQ/MG/MY-373842/2306-250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/5/Q/MY-373842/ornate-candelabra-5-candle_10236916_250x250.jpg");
		index_3 = newImage("http://imghost1.indiamart.com/data2/YY/DJ/MY-373842/2059-250x250.jpg");
		index_4 = newImage("http://imghost1.indiamart.com/data2/NG/OK/MY-373842/2106-250x250.jpg");
		index_5 = newImage("http://imghost1.indiamart.com/data2/HL/UO/MY-373842/2235-250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/6/R/MY-373842/classic-candelabra-5-candle_10236920_250x250.jpg");
		index_7 = newImage("http://imghost1.indiamart.com/data2/FO/MY/MY-373842/2112-250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/6/5/MY-373842/faceted-candelabra_10236924_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/C/A/MY-373842/trumpet-vase_10236918_250x250.jpg");
		index_10 = newImage("http://imghost1.indiamart.com/data2/GU/RM/MY-373842/2145-46-47-250x250.jpg");
		index_11 = newImage("http://imghost1.indiamart.com/data2/JY/WN/MY-373842/2304-250x250.jpg");
		index_12 = newImage("http://imghost1.indiamart.com/data2/QD/OJ/MY-373842/2125-26-27-250x250.jpg");
		preloadFlag = true;
	}
}

// -->
