<!--

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/0/C/MY-546041/universal-20joint-20crosses_10301737_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/Z/6/MY-546041/sleeve-20yoke-20yoke-20shaft_10301738_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/6/M/MY-546041/half-20yoke-20stub-20yoke_10390868_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/Z/E/MY-546041/rear-20teeth-20-20stub-20shaft_10390869_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/B/P/MY-546041/drive-20shaft_10390870_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/S/Q/MY-546041/flanges-20-26-20shaft-20couplings_10302088_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/Q/E/MY-546041/cross-20holders-20-flange-20yoke_10302089_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/0/K/MY-546041/steering-20rods-20steering-20yoke-20-26-20teeths_10302090_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/Y/O/MY-546041/font-20teeth-20-20mid-20slip-20shaft_10390867_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/B/H/MY-546041/steering-20cross-20assemblies_10302091_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/P/C/MY-546041/clutch-20forks_10302092_250x250.jpg");
index_12 = newImage("http://imghost.indiamart.com/data/V/K/MY-546041/dry-shafts_10302087_250x250.jpg");
preloadFlag = true;
	}
}

// -->
