<!--

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/V/E/MY-400811/Office-Cupboards_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/G/J/MY-400811/Military-Furniture_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/J/Y/MY-400811/Marine-Furnitures_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/4/6/MY-400811/laboratory-furniture_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/U/6/MY-400811/School-Furniture2_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/C/S/MY-400811/Hostel-Furniture_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/X/1/MY-400811/residential-furniture_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/0/E/MY-400811/Industrial-Storage-Furnitur_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/T/V/MY-400811/Metal-Lockers_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/W/Z/MY-400811/Filing-Cabinets_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/L/D/MY-400811/Compacta_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/0/P/MY-400811/Pedestals_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
