<!--

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/3/0/MY-680243/FRP_Tanks_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/7/D/MY-680243/hoods-20-26-20covers_10384780_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/1/S/MY-680243/FRP-Door-Shutter-Assembly_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/6/Q/MY-680243/4frp_roofing_sheets_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/V/T/MY-680243/FRP-Sign-Boards--Marker-Pla_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/0/L/MY-680243/2Frp_Blowers_and_centrifugal_blower_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/0/C/MY-680243/Fumes-Scrubbing_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/N/7/MY-680243/Industrial_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/I/7/MY-680243/3Pickling_tank_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/0/7/MY-680243/5turbine_ventilator_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/X/3/MY-680243/Autoparts--Components_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/I/M/MY-680243/lining-20-26-20coatings_10384785_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
