<!--

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/W/O/MY-1511500/1Tent_Services_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/O/L/MY-1511500/2Wedding_Tent_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/V/G/MY-1511500/5Seminar_Tent_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/L/O/MY-1511500/6Water_Proof_Tent_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/U/0/MY-1511500/7Stage_Designing_Services_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/Y/9/MY-1511500/8Genset_Services_250x250.jpg");
preloadFlag = true;
	}
}

// -->
