<!--

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/O/MY-1082603/Painting-exterior-and-entir_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/P/S/MY-1082603/civil-works-constructions_10390559_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/4/W/MY-1082603/Civil-constructions_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/7/P/MY-1082603/plumbings-GI-and-SS-offices_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/Z/O/MY-1082603/polycarbonate-20sheets-20shades_10390564_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/X/S/MY-1082603/marble-flooring_10390557_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/W/K/MY-1082603/false-ceilings_10390560_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/9/Y/MY-1082603/kota-flooring-26-wooden-paneling_10390562_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/2/0/MY-1082603/constructions_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/1/Z/MY-1082603/civil-works-constructions_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/4/7/MY-1082603/Polycarbonate-sheets-shades_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/K/T/MY-1082603/Ceiling-offices-and-home_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
