<!--

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/S/Q/MY-120484/plastic-component-design_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/G/R/MY-120484/product-design_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/V/E/MY-120484/machine-design_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/3/1/MY-120484/mechanism-design_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/W/K/MY-120484/jig-fixture-design_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/A/7/MY-120484/product-styling_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/K/E/MY-120484/3d-modling_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/4/P/MY-120484/2-20d-20modelling_10267869_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/P/Z/MY-120484/finite-element-analisys_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/Y/8/MY-120484/motion-simulation_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/1/Y/MY-120484/kenematic-motion-analysis_250x250.jpg");
index_12 = newImage("http://imghost.indiamart.com/data/8/B/MY-120484/design-documentation_250x250.jpg");
preloadFlag = true;
	}
}

// -->
