<!--

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/7/G/MY-267319/hammocks_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/2/V/MY-267319/hanging-chair-hammock-chair_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/P/3/MY-267319/filled-cushions-cushion-cov_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/I/Q/MY-267319/bedlinen_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/4/V/MY-267319/tablelinen_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/Q/9/MY-267319/kitchen-linen_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/X/3/MY-267319/beachmats_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/9/4/MY-267319/curtains_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/7/Y/MY-267319/furnishing-fabrics_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/V/N/MY-267319/floor-coverings_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/Y/F/MY-267319/woven-plastic-rugs_250x250.jpg");
index_12 = newImage("http://imghost.indiamart.com/data/I/S/MY-267319/trimstassels_250x250.jpg");
preloadFlag = true;
	}
}

// -->
