<!--

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/G/N/MY-1229530/nylon-pipe_10631547_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/I/E/MY-1229530/nylon-6_10631552_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/I/5/MY-1229530/hd-pipe_10631553_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/R/V/MY-1229530/ld-pipe_10631554_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/P/G/MY-1229530/horn-pipe_10625542_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/D/3/MY-1229530/industrial-polyamide_10631555_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/D/W/MY-1229530/air-brake-pipes_10631549_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/N/E/MY-1229530/diesel-pipe_10631551_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/6/8/MY-1229530/nylon-tube_10625543_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/Z/K/MY-1229530/nylon-coils_10631556_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/J/Q/MY-1229530/control-cable-liner_10631548_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/G/9/MY-1229530/fuel-line_10631550_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
