var base= "images/clients/logo-"
var nrm = new Array();
var omo = new Array();
var ocl = new Array();
var stuff = new Array('apmt','bnsf','csx','dpworld','HL','MSK','ns','yml');
var select = -1;
var name2 = "";
var temp = 0;

// Pre-load part.

if (document.images)
{
	for (i=0;i<stuff.length;i++)
	{
		nrm[i] = new Image;
		nrm[i].src = base + stuff[i] + ".jpg"
		omo[i] = new Image;
		omo[i].src = base + stuff[i] + "_omo.jpg";
		ocl[i] = new Image;
		ocl[i].src = base + stuff[i] + "_clic.jpg";
	}
}

// The functions: first mouseover, then mouseout

function over(no)
{
	if (document.images && select != no)
	{
		document.images[stuff[no]].src = omo[no].src
	}
}

function out(no)
{
	if (document.images && select != no)
	{
		document.images[stuff[no]].src = nrm[no].src
	}
}

function clic(no)
{
	if (document.images)
	{
		document.images[stuff[no]].src = ocl[no].src
		temp = select;
		select = no;
		if (temp != -1) {out(temp)}
	}
}



function changeText(section,text){
	window.document.getElementById(section).innerHTML=""+text+"";
}



var AboutAPMT = '<b>APM Terminals</b> is committed to providing reliable and efficient service to all customers in the shipping industry. With container handling operations at over 30 terminals, generating more than 22 million TEUs per year, we have both the resources and experience needed to meet your demands - and help you deliver outstanding service to your own customers. <br/><br/><b>Website: <a href=http://www.apmterminals.com target=_blank>www.apmterminals.com</a></b>';

var AboutBNSF = 'A subsidiary of Burlington Northern Santa Fe Corporation (NYSE:BNI), <b>BNSF Railway Company</b> operates one of the largest railroad networks in North America, with approximately 32,000 route miles in 28 states and two Canadian provinces. The railway is among the world\'s top transporters of intermodal traffic, moves more grain than any other North American railroad, transports the components of many of the products we depend on daily, and hauls enough low-sulphur coal to generate about ten percent of the electricity produced in the United States.<br/><br/><b>Website: <a href=http://www.bnsf.com target=_blank> www.bnsf.com</a></b>';

var AboutCSX = '<b>CSX Intermodal (CSXI)</b> is one of the nation\'s largest coast-to-coast intermodal transportation providers, linking customers to railroads via trucks and terminals. Containers and trailers are loaded and unloaded from trains, and trucks provide the link between intermodal terminals and the customer. <br/><br/><b>Website: <a href=http://www.csxi.com target=_blank> www.csxi.com</a></b>';

var AboutDPW = '<b>DP World</b> is one of the largest marine terminal operators in the world and has the widest network of any, with 51 terminals spanning 24 countries and five continents.  DP World\'s international achievements were recognised in 2006 when we won Lloyd\'s List\'s prestigious Port Operator of the Year Award. <br/><br/><b>Website: <a href=http://www.dpworld.com target=_blank> www.dpworld.com</a></b>';

var AboutHL = 'Wherever your ocean transportation needs take you, we will help you get there. With reliable service, advanced e-shipping tools and personal touch, <b>Horizon Lines</b> has a solution to more locations than any U.S. competitor. <br/><br/>From Sea-Land through today, it is our dedication to service and innovation that makes Horizon Lines the carrier of choice to Alaska, Hawaii, Guam and Puerto Rico.<br/><br/><b>Website: <a href=http://www.horizonlines.com target=_blank> www.horizonlines.com</a></b>';

var AboutMSK = '<b>Maersk Sealand</b>, a wholly owned subsidiary of A.P. Moller, leads the world in intermodal container shipping. With 325 offices and a combined  work force of over 10,000 employees in more than 100 countries, Maersk Sealand maintains the largest liner shipping network in the world.<br/><br/><b>Website: <a href=http://www.maersksealand.com target=_blank> www.maersksealand.com</a></b>';

var AboutMTC = '<b>MTC</b><br/><br/><b>Website: <a href=http://www.mtcorp.com target=_blank> www.mtcorp.com</a></b>';

var AboutNS = '<b>Norfolk Southern</b>, is one of the nation\'s premier intermodal transportation companies. Its Norfolk Southern Railway subsidiary operates 21,500 route miles in 22 states, the District of Columbia and Ontario, serving every major container port in the eastern United States and providing superior connections to western rail carriers.  NS operates the East\'s most extensive intermodal network and is the largest rail carrier of automotive parts and finished vehicles in the nation. <br/><br/><b>Website: <a href=http://www.nscorp.com target=_blank/>www.nscorp.com</a></b>';

var AboutYML = 'With headquarters its located in Keelung, Taiwan, <b>Yang Ming</b> agents are scattered in major countries throughout the world offering a comprehensive, global shipping service.Yang Ming operating fleet currently comprises 73 vessels with a total tonnage of 3.39 million DWT. The fleet is composed of full-container ships, huge bulk carriers, ore/coal carriers and supertankers. <br/><br/><b>Website: <a href=http://www.yml.com.tw target=_blank> www.yml.com.tw</a></b>';