<!--

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/C/L/MY-1517662/Grooved_Muffle_Sets_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/K/M/MY-1517662/All_Type_of_Grooved_Bricks_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/C/P/MY-1517662/Both_End_Open_Tubes_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/E/N/MY-1517662/Silican_Carbide_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/C/H/MY-1517662/Cuplocks_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/W/2/MY-1517662/Radiant_Tube_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/0/T/MY-1517662/Radiant_Tube_Heaters_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/4/P/MY-1517662/S_S_Tubes_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/3/9/MY-1517662/Copper_Y_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/K/U/MY-1517662/Heating_Elements_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/Z/0/MY-1517662/All_Spares_for_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
