<!--

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/5/C/MY-470278/aluminiumhullnodes1_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/I/G/MY-470278/new_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/0/P/MY-470278/zincanodes_250x250.gif");
		index_4 = newImage("http://imghost.indiamart.com/data/2/2/MY-470278/weeee_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/P/6/MY-470278/zincengineenodes1_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/J/V/MY-470278/zincrod1_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/G/6/MY-470278/zenpencil11_250x250.jpg");
		index_8 = newImage("http://imghost.indiamart.com/data/V/I/MY-470278/zincstrip1_250x250.jpg");
		index_9 = newImage("http://imghost.indiamart.com/data/I/7/MY-470278/stainlessstellpipes1_250x250.jpg");
		index_10 = newImage("http://imghost.indiamart.com/data/G/H/MY-470278/stainlesssteelshafts1new_250x250.jpg");
		index_11 = newImage("http://imghost.indiamart.com/data/Z/N/MY-470278/brassnewimage1_250x250.jpg");
		index_12 = newImage("http://imghost.indiamart.com/data/N/Q/MY-470278/gunmetal11_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
