<!--

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/W/Q/MY-531283/polyurethane-tubings_250x250.jpg");
		index_2 = newImage("http://imghost.indiamart.com/data/R/B/MY-531283/pu-coiled-hoses_250x250.jpg");
		index_3 = newImage("http://imghost.indiamart.com/data/Y/B/MY-531283/roughbelt_250x250.jpg");
		index_4 = newImage("http://imghost.indiamart.com/data/Q/4/MY-531283/round-belt_250x250.jpg");
		index_5 = newImage("http://imghost.indiamart.com/data/J/7/MY-531283/nylon-tubing_250x250.jpg");
		index_6 = newImage("http://imghost.indiamart.com/data/4/6/MY-531283/nylon-coiled-hoses_250x250.jpg");
		index_7 = newImage("http://imghost.indiamart.com/data/O/C/MY-531283/pushon-fittings_250x250.jpg");
		preloadFlag = true;
	}
}

// -->
