<!--

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/T/K/MY-663385/flanges3_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/8/6/MY-663385/sheet-metal-components_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/3/W/MY-663385/hinge-assly2_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/7/J/MY-663385/seat-lock2_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/E/A/MY-663385/perforated-silencer-pipe_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/6/S/MY-663385/image3_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/N/F/MY-663385/image4_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/C/X/MY-663385/press-tools-jigs-fixtures2_250x250.jpg");
preloadFlag = true;
	}
}

// -->
