<!--

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/J/2/MY-901250/image8_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/H/N/MY-901250/image6_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/5/6/MY-901250/image111_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/2/S/MY-901250/image1_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/W/F/MY-901250/imagge7_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/E/X/MY-901250/image4_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/X/P/MY-901250/image5_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/4/C/MY-901250/image3_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/Z/2/MY-901250/image2_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/0/U/MY-901250/image12_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/L/6/MY-901250/image10_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/5/A/MY-901250/image9_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
