<!--

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/data/A/9/MY-897633/lighting-fitting-2_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/E/5/MY-897633/fItting-tube-lite-1_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/2/8/MY-897633/lighting-fitting_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/0/5/MY-897633/rccb-1_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/E/U/MY-897633/cf1_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/0/3/MY-897633/cfl-2_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/Q/C/MY-897633/cfl-3_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/J/F/MY-897633/reverse-1_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/L/X/MY-897633/Untitled-4_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/M/7/MY-897633/ups-1_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/O/S/MY-897633/Untitled-2_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
