<!--

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/O/F/MY-498276/mechincal-spring_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/Q/D/MY-498276/mechincal-spring2_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/U/7/MY-498276/mechanical-torsion_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/O/K/MY-498276/cnc2-axes_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/H/H/MY-498276/cnc-spring_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/4/3/MY-498276/cnc-spring1_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/V/N/MY-498276/electronics-digital_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/D/1/MY-498276/electronics-digital1_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/M/3/MY-498276/automatic-decoiler_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/U/T/MY-498276/mechanical-grinding_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/Y/N/MY-498276/elecrtical-tempering_250x250.jpg");
preloadFlag = true;
	}
}

// -->
