
<!--

/*
Textual Tooltip Script- 
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/


var content=new Array()
//change the array below to the text associated with your links Expand or contract the array, depending on how many links you have
content[0]='<br><h6>Amsterdam</h6><span class="textSmall">It is the North European Short Sea office of Ocean Transportation, which focuses on coaster shipments, baltic/mediterranean flows, and agri-products. To learn more about its business, click <a href="loc_amsterdam.html"><b>here</b></a>.</span><br>'
content[1]='<br><h6>London</h6><span class="textSmall">London is the UK office of Cargill’s Ocean Transportation business, based for almost 50 years at the core of world shipping. To learn more about its business, click <a href="loc_london.html"><b>here</b></a>.</span>'
content[2]='<br><h6>Geneva</h6><span class="textSmall">It is the worldwide headquarters for Ocean Transportation as well as being a major trading hub for a significant number of other Cargill trading businesses. To learn more about its business, click <a href="loc_geneva.html"><b>here</b></a>.</span>'
content[3]='<br><h6>New Jersey</h6><span class="textSmall">It has been the North American office for the Ocean Transportation organization since 1960. It focuses on North and South America freight markets, with a significant insight into the US and Caribbean trade flows, port logistics and dynamics. To learn more about its business, click <a href="loc_newjersey.html"><b>here</b></a>.</span> '
content[4]='<br><h6>Tokyo</h6><span class="textSmall">Ocean Transportation Tokyo is the longest established office in the Asia, since 1958. It focuses on Japan and South Korea handy related chartering and freight trading, Atlantic Handymax activity, and logistics support for foreign ship owners. To learn more about its business, click <a href="loc_tokyo.html"><b>here</b></a>.</span>'
content[5]='<br><h6>Shanghai</h6><span class="textSmall">It focuses on business development in China, mainly in the steel and coal arenas and logistics solutions to growing Chinese internal and external customer bases. To learn more about its business, click <a href="loc_shanghai.html"><b>here</b></a>.</span>'
content[6]='<br><h6>Singapore</h6><span class="textSmall">It is the Asia Pacific hub of the Ocean Transportation organization. It focuses on freight trading, inter-regional chartering, and Pacific north &amp; south coasts. To learn more about its business, click <a href="loc_singapore.html"><b>here</b></a>.</span>'

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",450)
}
}

function changetext(whichcontent){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
cross_el.innerHTML='<font face="Verdana"><small>'+whichcontent+'<font></small>'
}
else if (document.layers){
document.d1.document.d2.document.write('<font face="Verdana"><small>'+whichcontent+'</small></font>')
document.d1.document.d2.document.close()
}

}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2


//-->
