<!--

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/L/M/MY-511678/gel-20balls-20and-20gel-20grip-20exerciser_10366290_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/9/L/MY-511678/gel-20foot-20care_10366291_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/O/Z/MY-511678/gel-20seat-20cushion-20-26-20gel-20mattress_10366512_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/L/3/MY-511678/gel-20gynecology-20-26-20gel-20baby-20pillow_10366514_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/X/5/MY-511678/gel-sheet_10366515_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/6/Z/MY-511678/gel-20ot-20table-20positioning-20accessories-201_10366516_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/P/T/MY-511678/gel-20ot-20table-20positioning-20accessories-202_10366513_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/H/B/MY-511678/other-20gel-20products-20_10366517_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/C/D/MY-511678/clip_250x250.JPG");
		index_10 = newImage("http://imghost.indiamart.com/data/Q/P/MY-511678/clip_image002_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/F/1/MY-511678/clip_image002_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
