<!--

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/AU/QR/MY-657083/light-10-250x250.jpg");
		index_2 = newImage("http://imghost1.indiamart.com/data2/DP/SG/MY-657083/light-13-250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/6/G/MY-657083/garden-bollard_10853793_250x250.JPG");
		index_4 = newImage("http://imghost.indiamart.com/data/6/6/MY-657083/outdoor-lighting-fixtures_10853794_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/V/F/MY-657083/wall-light_10859618_250x250.JPG");
		index_6 = newImage("http://imghost.indiamart.com/data/N/E/MY-657083/bulkheads_10859619_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/A/3/MY-657083/ceiling-fittings_10859620_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/8/K/MY-657083/led-pathlight_10853792_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/L/J/MY-657083/led-garden-lights_10859624_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/U/7/MY-657083/led-downlight_10853252_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/I/D/MY-657083/led-spotlight-mr16-type_10853251_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/P/N/MY-657083/emergency-lanthern_10853795_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
