<!--

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/6/B/MY-1525836/5Bed_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/3/W/MY-1525836/2Stand_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/X/E/MY-1525836/4Bench_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/7/U/MY-1525836/3Sofa_sets_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/3/R/MY-1525836/6Dining_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/C/W/MY-1525836/7Kitchen_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/H/G/MY-1525836/1Swing_Seater_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/8/C/MY-1525836/9Racks_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/P/X/MY-1525836/10Mirror_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/A/X/MY-1525836/11Cloths_Stand_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/T/M/MY-1525836/12Accessories_Stand_250x250.jpg");
preloadFlag = true;
	}
}

// -->
