<!--

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/ST/NB/MY-561765/esd-safe-chair-250x250.jpg");
		index_2 = newImage("http://imghost1.indiamart.com/data2/CY/OI/MY-561765/magnifying-lamp-250x250.jpg");
		index_3 = newImage("http://imghost1.indiamart.com/data2/VV/BA/MY-561765/magazine-rack-250x250.jpg");
		index_4 = newImage("http://imghost1.indiamart.com/data2/PT/EX/MY-561765/sticky-mat-250x250.jpg");
		index_5 = newImage("http://imghost1.indiamart.com/data2/MI/DB/MY-561765/surface-resistivity-tester-250x250.jpg");
		index_6 = newImage("http://imghost1.indiamart.com/data2/CA/AI/MY-561765/esd-safe-work-station-250x250.jpg");
		index_7 = newImage("http://imghost1.indiamart.com/data2/FU/IX/MY-561765/esd-safe-aprons-250x250.jpg");
		index_8 = newImage("http://imghost1.indiamart.com/data2/EG/PI/MY-561765/esd-safe-mat-tiles-250x250.jpg");
		index_9 = newImage("http://imghost1.indiamart.com/data2/RY/MI/MY-561765/conductive-bins-250x250.jpg");
		index_10 = newImage("http://imghost1.indiamart.com/data2/JX/TM/MY-561765/non-esd-soldiering-station-250x250.jpg");
		index_11 = newImage("http://imghost1.indiamart.com/data2/TT/GY/MY-561765/esd-safe-shoes-250x250.jpg");
		index_12 = newImage("http://imghost1.indiamart.com/data2/WH/TH/MY-561765/re-250x250.jpg");
		preloadFlag = true;
	}
}

// -->
