<!--

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/P/C/MY-154389/polycarbonate_10530627_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/3/5/MY-154389/ABS-3313_250x250.jpg");
		index_3 = newImage("http://imghost1.indiamart.com/data2/KJ/XT/MY-154389/plastic-materials-250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/S/T/MY-154389/glass-20filled-20nylon_10530626_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/8/0/MY-154389/pbt_10534985_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/7/O/MY-154389/pps_10534987_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/V/8/MY-154389/noryl-28ppo-29_10534988_250x250.jpg");
		index_8 = newImage("http://imghost1.indiamart.com/data2/BH/TC/MY-154389/reprocesse-250x250.jpg");
		index_9 = newImage("http://imghost1.indiamart.com/data2/NE/GI/MY-154389/abs-white-web2-250x250.jpg");
		index_10 = newImage("http://imghost1.indiamart.com/data2/YI/JQ/MY-154389/fr-plastic-granules-250x250.jpg");
		index_11 = newImage("http://imghost1.indiamart.com/data2/VV/XB/MY-154389/plastic-materials-250x250.jpg");
		index_12 = newImage("http://imghost1.indiamart.com/data2/AC/TS/MY-154389/reprocessed-250x250.jpg");
		preloadFlag = true;
	}
}

// -->
