<!--

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/F/Y/MY-228937/blob123_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/P/J/MY-228937/rubber1_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/V/Y/MY-228937/salt5_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/S/6/MY-228937/pharma123_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/B/8/MY-228937/organic_chem_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/H/H/MY-228937/image601_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/U/0/MY-228937/image602_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/B/N/MY-228937/cons34_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/P/S/MY-228937/oil89_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/I/K/MY-228937/agro90_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/N/U/MY-228937/image600_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/L/L/MY-228937/image603_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
