<!--

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/1/MY-553562/heat-20shrinkable-20bus-20bar-20insulating-20tube_10626261_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/A/7/MY-553562/heat-20shrinkable-20anti-20tracking-20insulation-20tube_10626262_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/X/2/MY-553562/pure-20silicon-20rubber-20tube_10626409_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/V/A/MY-553562/flame-20retardent-20heat-20shrinkable-20tube_10626412_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/4/D/MY-553562/dual-20wall-20heat-20shrinkable-20tube_10626413_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/G/F/MY-553562/mylar-20heat-20shrinkable-20-26-20non-heat-20shrinkable-20tube_10626417_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/3/H/MY-553562/thin-20wall-20flexible-20pvdf-20tubing_10626414_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/A/6/MY-553562/high-20temperature-20chemical-20resistant-20pvdf-20tubing_10626415_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/2/4/MY-553562/htg-20fibreglass-20sleeving_10626411_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/H/B/MY-553562/silicon-20rubber-20fibreglass-20insulation-20sleeving_10626408_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/Y/Z/MY-553562/acrylic-20fiberglass-20insulation-20sleeving_10626407_250x250.jpg");
index_12 = newImage("http://imghost.indiamart.com/data1/P/9/MY-553562/heat-shrinkable-markers-250x250.jpg");
preloadFlag = true;
	}
}

// -->
