<!--

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/Q/V/MY-544178/projectcargo1_250x250.jpg");
index_2 = newImage("http://imghost.indiamart.com/data/W/6/MY-544178/marineinsurance_250x250.jpg");
index_3 = newImage("http://imghost.indiamart.com/data/I/M/MY-544178/freightforwarding-ervices_250x250.jpg");
index_4 = newImage("http://imghost.indiamart.com/data/T/H/MY-544178/seadsreightforwarding_250x250.jpg");
index_5 = newImage("http://imghost.indiamart.com/data/G/1/MY-544178/consolidationworldwide_250x250.jpg");
index_6 = newImage("http://imghost.indiamart.com/data/V/C/MY-544178/warehousingservices_250x250.jpg");
index_7 = newImage("http://imghost.indiamart.com/data/7/V/MY-544178/door-to-door_250x250.jpg");
index_8 = newImage("http://imghost.indiamart.com/data/S/2/MY-544178/transportationservices1_250x250.jpg");
index_9 = newImage("http://imghost.indiamart.com/data/J/W/MY-544178/customsco-ordination_250x250.jpg");
index_10 = newImage("http://imghost.indiamart.com/data/G/H/MY-544178/operator_250x250.jpg");
index_11 = newImage("http://imghost.indiamart.com/data/8/L/MY-544178/vesseloperations_250x250.jpg");
index_12 = newImage("http://imghost.indiamart.com/data/H/S/MY-544178/logostic1_250x250.jpg");
preloadFlag = true;
	}
}

// -->
