<!--

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/H/D/MY-720433/tubular-heaters_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/3/P/MY-720433/immersion-heaters_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/O/Y/MY-720433/cartridge-heaters_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/R/G/MY-720433/infrared-heaters_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/X/H/MY-720433/openwind_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/Z/P/MY-720433/space-heaters_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/J/L/MY-720433/embedded_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/X/6/MY-720433/electric-heating-elements_10304192_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
