<!--

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://imghost1.indiamart.com/data2/ES/HI/MY-1151755/blob909009-250x250.jpg");
index_2 = newImage("http://imghost1.indiamart.com/data2/NN/SS/MY-1151755/pp-250x250.jpg");
index_3 = newImage("http://imghost1.indiamart.com/data2/VQ/XN/MY-1151755/blob78-250x250.jpg");
index_4 = newImage("http://imghost1.indiamart.com/data2/BH/MO/MY-1151755/blob90-250x250.jpg");
index_5 = newImage("http://imghost1.indiamart.com/data2/HQ/RA/MY-1151755/er45-250x250.jpg");
index_6 = newImage("http://imghost1.indiamart.com/data2/UW/IK/MY-1151755/caps12-250x250.jpg");
index_7 = newImage("http://imghost1.indiamart.com/data2/FC/KA/MY-1151755/eng45-250x250.jpg");
index_8 = newImage("http://imghost1.indiamart.com/data2/WR/IF/MY-1151755/soon-250x250.jpg");
index_9 = newImage("http://imghost1.indiamart.com/data2/WE/RL/MY-1151755/pipe12-250x250.jpg");
index_10 = newImage("http://imghost1.indiamart.com/data2/HT/FR/MY-1151755/tyty-250x250.jpg");
preloadFlag = true;
	}
}

// -->
