<!--

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/G/4/MY-1121425/herbal-medicines_10807991_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/F/5/MY-1121425/ladies-fashion-suits_10807990_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/R/Q/MY-1121425/handicraft-items_10808248_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/Z/W/MY-1121425/fashion-jewellery_10808246_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/H/G/MY-1121425/religious-books_10808247_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/2/A/MY-1121425/printing-jobs_10841445_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
