<!--

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("pcat-gifs/products-small/wooden-furniture_10769144.jpg");
index_2 = newImage("pcat-gifs/products-small/steel-furniture_10769145.jpg");
index_3 = newImage("pcat-gifs/products-small/wooden-office-furniture_10777835.jpg");
index_4 = newImage("pcat-gifs/products-small/steel-office-furniture_10777836.jpg");
index_5 = newImage("pcat-gifs/products-small/ms-furniture_10777834.jpg");
index_6 = newImage("pcat-gifs/products-small/wooden-office-partitions_10777837.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/6/W/MY-1379104/Showroom_Interior_Decoratio_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/V/X/MY-1379104/Callcenter_Interior_Decorat_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/Q/2/MY-1379104/Bank_interior_decoration_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/P/V/MY-1379104/residence_interior_decorati_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/1/V/MY-1379104/Mall_Interior_Decoration_250x250.jpg");
preloadFlag = true;
	}
}

// -->
