GAC - For shipping, logistics and marine services wherever you go.
AC_FL_RunContent = 0;
DetectFlashVer = 0;
/*Example CSS for the two demo scrollers*/
#pscroller1{
width: 230px;
height: 80px;
/*border: 1px solid black;*/
/*padding: 5px;*/
padding-top: 0px;
/*background-color: lightyellow;*/
}
#pscroller1 a{
text-decoration: none;
}
.someclass{ /*class to apply to your scroller(s) if desired.*/
}
/*Example message arrays for the two demo scrollers*/
var pausecontent=new Array()
//pausecontent[0]='JavaScript KitComprehensive JavaScript tutorials and over 400+ free scripts!'
//pausecontent[1]='Coding ForumsWeb coding and development forums.'
//pausecontent[2]='CSS DriveCategorized CSS gallery and examples.'
pausecontent[0]='Hot Port News is a free daily service provided by GAC.'
pausecontent[1]='Worldwide World Holidays: October 12-25 2008 Public holidays around the world in the coming two weeks include the following....'pausecontent[2]='Hong Kong, China Yacht Race from Hong Kong to Daya Bay A yacht race from Hong Kong to Daya Bay will take place on 24 October 2008. About 35 yachts are expected in the race....'pausecontent[3]='Argentina, all ports Seamen′s strike Argentinian seamen′s unions are staging a 24-hour strike today (Friday, 10 October), halting activities from 00:01 until 23:59 hours local time....'pausecontent[4]='Worldwide USA ratifies international air pollution from ships rules The USA has become the 53rd state to ratify Annex VI of the International Convention for the Prevention of Pollution from Ships....'pausecontent[5]='Abbot Point, Australia Advance notice of port shutdowns There will be two full shutdowns at Abbot Point port in February & April 2009, due to the "X25 expansion" of the port, which is expected to be completed by the end of June....'
/***********************************************
* Pausing up-down scroller- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/
function pausescroller(content, divId, divClass, delay){
this.content=content //message array content
this.tickerid=divId //ID of ticker div to display information
this.delay=delay //Delay between msg change, in miliseconds.
this.mouseoverBol=0 //Boolean to indicate whether mouse is currently over scroller (and pause it if it is)
this.hiddendivpointer=1 //index of message array for hidden div
document.write(''+content[0]+''+content[1]+'')
var scrollerinstance=this
if (window.addEventListener) //run onload in DOM2 browsers
window.addEventListener("load", function(){scrollerinstance.initialize()}, false)
else if (window.attachEvent) //run onload in IE5.5+
window.attachEvent("onload", function(){scrollerinstance.initialize()})
else if (document.getElementById) //if legacy DOM browsers, just start scroller after 0.5 sec
setTimeout(function(){scrollerinstance.initialize()}, 500)
}
// -------------------------------------------------------------------
// initialize()- Initialize scroller method.
// -Get div objects, set initial positions, start up down animation
// -------------------------------------------------------------------
pausescroller.prototype.initialize=function(){
this.tickerdiv=document.getElementById(this.tickerid)
this.visiblediv=document.getElementById(this.tickerid+"1")
this.hiddendiv=document.getElementById(this.tickerid+"2")
//if IE 4+
if (document.all)
this.visibledivtop=parseInt(pausescroller.getCSSpadding(this.tickerdiv))
else
this.visibledivtop=parseInt(pausescroller.getCSSpadding(this.tickerdiv))-10
//set width of inner DIVs to outer DIV's width minus padding (padding assumed to be top padding x 2)
//this.visiblediv.style.width=this.hiddendiv.style.width=this.tickerdiv.offsetWidth-(this.visibledivtop*2)+"px"
this.visiblediv.style.width=this.hiddendiv.style.width=this.tickerdiv.offsetWidth+"px"
this.getinline(this.visiblediv, this.hiddendiv)
this.hiddendiv.style.visibility="visible"
var scrollerinstance=this
document.getElementById(this.tickerid).onmouseover=function(){scrollerinstance.mouseoverBol=1}
document.getElementById(this.tickerid).onmouseout=function(){scrollerinstance.mouseoverBol=0}
if (window.attachEvent) //Clean up loose references in IE
window.attachEvent("onunload", function(){scrollerinstance.tickerdiv.onmouseover=scrollerinstance.tickerdiv.onmouseout=null})
setTimeout(function(){scrollerinstance.animateup()}, this.delay)
}
// -------------------------------------------------------------------
// animateup()- Move the two inner divs of the scroller up and in sync
// -------------------------------------------------------------------
pausescroller.prototype.animateup=function(){
var scrollerinstance=this
if (parseInt(this.hiddendiv.style.top)>(this.visibledivtop+5)){
this.visiblediv.style.top=parseInt(this.visiblediv.style.top)-5+"px"
this.hiddendiv.style.top=parseInt(this.hiddendiv.style.top)-5+"px"
setTimeout(function(){scrollerinstance.animateup()}, 50)
}
else{
this.getinline(this.hiddendiv, this.visiblediv)
this.swapdivs()
setTimeout(function(){scrollerinstance.setmessage()}, this.delay)
}
}
// -------------------------------------------------------------------
// swapdivs()- Swap between which is the visible and which is the hidden div
// -------------------------------------------------------------------
pausescroller.prototype.swapdivs=function(){
var tempcontainer=this.visiblediv
this.visiblediv=this.hiddendiv
this.hiddendiv=tempcontainer
}
pausescroller.prototype.getinline=function(div1, div2){
div1.style.top=this.visibledivtop+"px"
div2.style.top=Math.max(div1.parentNode.offsetHeight, div1.offsetHeight)+"px"
}
// -------------------------------------------------------------------
// setmessage()- Populate the hidden div with the next message before it's visible
// -------------------------------------------------------------------
pausescroller.prototype.setmessage=function(){
var scrollerinstance=this
if (this.mouseoverBol==1) //if mouse is currently over scoller, do nothing (pause it)
setTimeout(function(){scrollerinstance.setmessage()}, 100)
else{
var i=this.hiddendivpointer
var ceiling=this.content.length
this.hiddendivpointer=(i+1>ceiling-1)? 0 : i+1
this.hiddendiv.innerHTML=this.content[this.hiddendivpointer]
this.animateup()
}
}
pausescroller.getCSSpadding=function(tickerobj){ //get CSS padding value, if any
if (tickerobj.currentStyle)
return tickerobj.currentStyle["paddingTop"]
else if (window.getComputedStyle) //if DOM2
return window.getComputedStyle(tickerobj, "").getPropertyValue("padding-top")
else
return 0
}
Select Country
Albania
Algeria
American Samoa
Angola
Anguilla
Antarctica
Antigua & Barbuda
Argentina
Aruba
Ascension Island
Australia
Azores
Bahamas
Bahrain
Bangladesh
Barbados
Belgium
Belize
Benin
Bermuda
Bouvet Island
Brazil
British Indian Ocean Territory
Brunei Darussalam
Bulgaria
Cambodia
Cameroon Republic
Canada
Canary Islands
Cape Verde Islands
Cayman Islands
Chile
China
Christmas Island
Cocos (Keeling) Islands
Colombia
Comoros
Congo
Congo (Democratic Republic)
Cook Islands
Costa Rica
Croatia
Cuba
Cyprus
Czech Republic
Denmark
Djibouti
Dominica
Dominican Republic
East Timor
Ecuador
Egypt
El Salvador
Equatorial Guinea
Eritrea
Estonia
Ethiopia
Falkland Islands (Malvinas)
Faroe Islands
Fiji
Finland
France
French Guiana
French Polynesia
Gabon
Gambia
Georgia
Germany
Ghana
Gibraltar
Greece
Greenland
Grenada
Guadeloupe
Guam
Guatemala
Guinea
Guinea-Bissau
Guyana
Haiti
Heard Island & McDonald Isl.
Honduras
Iceland
India
Indonesia
Iran
Iraq
Ireland
Isle Of Man
Israel
Italy
Ivory Coast
Jamaica
Japan
Jordan
Kazakhstan
Kenya
Kiribati
Korea, Democr. Peoples Rep.
Korea, Republic of
Kuwait
Latvia
Lebanon
Liberia
Libya Arab Jamahiriya
Lithuania
Macau
Madagascar
Madeira
Malaysia
Maldives
Malta
Marshall Islands
Martinique
Mauritania
Mauritius
Mayotte
Mexico
Micronesia (Federated States)
Monaco
Montserrat
Morocco
Mozambique
Myanmar
Namibia
Nauru
Netherlands
Netherlands Antilles
New Caledonia
New Zealand
Nicaragua
Nigeria
Niue
Norfolk Island
Northern Mariana Islands
Norway
Oman
Pakistan
Palau
Panama
Papua New Guinea
Paraguay
Peru
Philippines
Pitcairn
Poland
Portugal
Puerto Rico
Qatar
Reunion
Romania
Russia
S. Georgia & S.Sandwich Isl.
Samoa
Sao Tome & Principe
Saudi Arabia
Senegal
Serbia-Montenegro
Seychelles
Sierra Leone
Singapore
Slovenia
Solomon Islands
Somalia
South Africa
Spain
Sri Lanka
St. Helena Island
St. Kitts & Nevis
St. Lucia
St. Pierre & Miquelon
St. Vincent & the Grenadines
Sudan
Suriname
Svalbard and Jan Mayen
Sweden
Syrian Arab Republic
Taiwan
Tanzania, United Republic of
Thailand
Togo
Tokelau
Tonga
Trinidad & Tobago
Tunisia
Turkey
Turkmenistan
Turks & Caicos Islands
Tuvalu
Ukraine
United Arab Emirates
United Kingdom
United States
Uruguay
Vanuatu
Venezuela
Vietnam
Virgin Islands (British)
Virgin Islands (U.S.)
Wallis and Futura Islands
Western Sahara
Yemen
Zaire
Shipping
Logistics
Marine
Solutions
About us
Services
News
Directory
Ports
TOP_MENU_LEFT_OFFSET = -3;
TOP_MENU_TOP_OFFSET = 1;
var HIDE_MENU_DELAY = 300;
var menuArrayGacworld_Shipping = [ ['Shipping agency', '/templates/gac_Template.aspx?id=2099', null], ['Ship supply services', '/templates/gac_Template.aspx?id=2085', null], ['Canal Transit Services', '/templates/gac_Template.aspx?id=2098', 'menuArrayGacworld_Shipping_2098'], ['P & I', '/templates/gac_Template.aspx?id=2100', null], ['Bunker fuels', '/templates/gac_Template.aspx?id=2101', 'menuArrayGacworld_Shipping_2101'], ['Hub Agency Services', '/templates/gac_Template.aspx?id=2104', 'menuArrayGacworld_Shipping_2104'], ['Freight Contracting', '/templates/gac_Template.aspx?id=46752', null], ['GAC Marine Logistics', '/templates/gac_Template.aspx?id=2117', null], ['Target Markets', '/templates/gac_Template.aspx?id=46513', 'menuArrayGacworld_Shipping_46513'], ['GAC Shipping brochures', '/templates/gac_Template.aspx?id=47280', null]];var menuArrayGacworld_Shipping_2098 = [ ['Suez Canal', '/templates/gac_Template.aspx?id=48012', null], ['Turkish Straits', '/templates/gac_Template.aspx?id=48013', null], ['Panama Canal', '/templates/gac_Template.aspx?id=48014', null], ['Strait of Magellan & Patagonian Channel', '/templates/gac_Template.aspx?id=48732', null]];var menuArrayGacworld_Shipping_2101 = [ ['About GAC BF', '/templates/gac_Template.aspx?id=48079', null], ['GAC BF History', '/templates/gac_Template.aspx?id=48188', null], ['BF Services', '/templates/gac_Template.aspx?id=48080', null], ['BF Brochure', '/templates/gac_Template.aspx?id=48081', null], ['Market Prices Updates', '/templates/gac_BunkerPricesUpdates.aspx?id=48414', null], ['Contact Info', '/templates/gac_Template.aspx?id=48183', null], ['ISO Specifications', '/templates/gac_Template.aspx?id=48189', null], ['Terms and Conditions', '/templates/gac_Template.aspx?id=48191', null], ['Get Quote', '/templates/gac_Template.aspx?id=47062', null]];var menuArrayGacworld_Shipping_2104 = [ ['Hub Agency Centres', '/templates/gac_Template.aspx?id=47196', null], ['GACship', '/templates/gac_Template.aspx?id=32498', null], ['GAC Hub Directory', '/templates/gac_Template.aspx?id=47181', null], ['GAC Global Hub Services brochures', '/templates/gac_Template.aspx?id=47299', null], ['Contact us', '/templates/gac_LocalContactForm.aspx?id=47194', null]];var menuArrayGacworld_Shipping_46513 = [ ['Dry Bulk', '/templates/gac_Template.aspx?id=46514', null], ['Oil & Gas', '/templates/gac_Template.aspx?id=46516', null], ['Husbandry', '/templates/gac_Template.aspx?id=52739', null], ['Liner Representation', '/templates/gac_Template.aspx?id=46515', null], ['Cruise', '/templates/gac_Template.aspx?id=46517', null], ['Navy', '/templates/gac_Template.aspx?id=46518', null]];
var menuArrayGacworld_Logistics = [ ['Air Freight', '/templates/gac_Template.aspx?id=2110', null], ['Sea Freight ', '/templates/gac_Template.aspx?id=2111', null], ['Sea/Air Freight', '/templates/gac_Template.aspx?id=2112', null], ['Warehousing & Distribution', '/templates/gac_Template.aspx?id=2113', null], ['Supply Chain Management', '/templates/gac_Template.aspx?id=2114', null], ['Project Cargo', '/templates/gac_Template.aspx?id=2115', null], ['International Moving', '/templates/gac_Template.aspx?id=2116', null], ['GAC Marine Logistics', '/templates/gac_Template.aspx?id=2117', 'menuArrayGacworld_Logistics_2117'], ['GAC Events Asia', '/templates/gac_Template.aspx?id=54850', null], ['Road Transportation', '/templates/gac_Template.aspx?id=53245', null], ['Courier Services', '/templates/gac_Template.aspx?id=52276', null], ['Target Markets', '/templates/gac_Template.aspx?id=32439', 'menuArrayGacworld_Logistics_32439'], ['GAC Logistics brochures', '/templates/gac_Template.aspx?id=47279', null]];var menuArrayGacworld_Logistics_2117 = [ ['Where we are ', '/templates/gac_TemplateWide.aspx?id=53992', null], ['How GML Works', '/templates/gac_Template.aspx?id=53973', null], ['Consolidation Warehouse Centres', '/templates/gac_Template.aspx?id=53974', null], ['Brochures & Leaflets', '/templates/gac_Template.aspx?id=53975', null], ['GML Directory', '/templates/gac_Template.aspx?id=53976', null], ['Get A Quote', '/templates/gac_Template.aspx?id=53977', null]];var menuArrayGacworld_Logistics_32439 = [ ['Oil & Gas', '/templates/gac_Template.aspx?id=32441', null], ['Automotive', '/templates/gac_Template.aspx?id=32442', null], ['Retail', '/templates/gac_Template.aspx?id=32443', null], ['Technology', '/templates/gac_Template.aspx?id=32445', null], ['FMCG', '/templates/gac_Template.aspx?id=32446', null], ['Healthcare', '/templates/gac_Template.aspx?id=32447', null]];
var menuArrayGacworld_Marine = [ ['Offshore support', '/templates/gac_Template.aspx?id=2118', null], ['Towage & Barge Operations', '/templates/gac_Template.aspx?id=2119', null], ['Project cargo', '/templates/gac_Template.aspx?id=2120', null], ['Ship-To-Ship Transfer', '/templates/gac_Template.aspx?id=32435', null], ['Accreditations', '/templates/gac_Template.aspx?id=32487', null], ['Target Markets', '/templates/gac_Template.aspx?id=32488', 'menuArrayGacworld_Marine_32488'], ['GAC Marine Brochures ', '/templates/gac_Template.aspx?id=48585', null], ['Fleet List', '/templates/gac_TemplateWide.aspx?id=55003', null]];var menuArrayGacworld_Marine_32488 = [ ['Oil & Gas', '/templates/gac_Template.aspx?id=32493', null], ['Project Forwarders', '/templates/gac_Template.aspx?id=32440', null], ['Offshore Construction Companies', '/templates/gac_Template.aspx?id=32489', null], ['Drilling Companies', '/templates/gac_Template.aspx?id=32491', null], ['Heavy Lift Operators', '/templates/gac_Template.aspx?id=32492', null]];
var menuArrayGacworld_Solutions = [ ['Fire, Rescue & Safety', '/templates/gac_Template.aspx?id=53574', 'menuArrayGacworld_Solutions_53574'], ['Weather Routing', '/templates/gac_Template.aspx?id=54751', 'menuArrayGacworld_Solutions_54751']];var menuArrayGacworld_Solutions_53574 = [ ['Services', '/templates/gac_Template.aspx?id=53575', null], ['Systems', '/templates/gac_Template.aspx?id=53576', null], ['Brochure', '/templates/gac_Template.aspx?id=53577', null], ['Contact Us', '/templates/gac_Template.aspx?id=53578', null], ['Feedback (Denmark)', '/templates/gac_formnormal.aspx?id=55272', null], ['Feedback (Singapore)', '/templates/gac_formnormal.aspx?id=55271', null]];var menuArrayGacworld_Solutions_54751 = [ ['Total Concept', '/templates/gac_Template.aspx?id=54752', null], ['Brochure', '/templates/gac_Template.aspx?id=54756', null], ['Contact Us', '/templates/gac_Template.aspx?id=54757', null], ['Feedback', '/templates/gac_formnormal.aspx?id=55273', null]];
var menuArrayGacworld_About_GAC = [ ['Corporate profile', '/templates/gac_Template.aspx?id=2075', null], ['Mission statement', '/templates/gac_Template.aspx?id=2076', null], ['History', '/templates/gac_Template.aspx?id=32414', 'menuArrayGacworld_About_GAC_32414'], ['Quality Policy', '/templates/gac_Template.aspx?id=2079', null], ['GAC Group Management', '/templates/gac_Template.aspx?id=47304', null], ['GAC brochures', '/templates/gac_Template.aspx?id=47277', null], ['Code of Ethics', '/templates/gac_Template.aspx?id=49968', null], ['HSSE Policy', '/templates/gac_Template.aspx?id=52165', null], ['GCA (GAC Corporate Academy)', '/templates/gac_Template.aspx?id=54899', null], ['Careers with GAC', '/templates/gac_Template.aspx?id=53164', 'menuArrayGacworld_About_GAC_53164'], ['Sport sponsorships', '/templates/gac_Template.aspx?id=53660', 'menuArrayGacworld_About_GAC_53660'], ['New Logo', '/templates/gac_Template.aspx?id=54974', null], ['GAC Spirit', '/templates/gac_Template.aspx?id=55061', null]];var menuArrayGacworld_About_GAC_32414 = [ ['Middle East', '/templates/gac_Template.aspx?id=32415', null], ['Europe, Mediterranean, Black Sea & Africa', '/templates/gac_Template.aspx?id=46508', null], ['Asia Pacific & Indian Subcontinent', '/templates/gac_Template.aspx?id=32418', null], ['The Americas', '/templates/gac_Template.aspx?id=46507', null], ['Global Hub Services', '/templates/gac_Template.aspx?id=46521', null]];var menuArrayGacworld_About_GAC_53164 = [ ['The GAC Spirit', '/templates/gac_Template.aspx?id=53165', null], ['Send Us Your C.V.', '/templates/gac_Template.aspx?id=53166', null]];var menuArrayGacworld_About_GAC_53660 = [ ['Motor-racing', '/templates/gac_Template.aspx?id=53661', null], ['Football', '/templates/gac_Template.aspx?id=53662', null], ['Golf', '/templates/gac_Template.aspx?id=53663', null]];
var menuArrayGacworld_Services = [ ['Shipping', '/templates/gac_Template.aspx?id=2072', 'menuArrayGacworld_Services_2072'], ['Logistics', '/templates/gac_Template.aspx?id=2074', 'menuArrayGacworld_Services_2074'], ['Marine', '/templates/gac_Template.aspx?id=2073', 'menuArrayGacworld_Services_2073'], ['Solutions', '/templates/gac_Template.aspx?id=53573', 'menuArrayGacworld_Services_53573'], ['Online services', '/templates/gac_Template.aspx?id=32494', 'menuArrayGacworld_Services_32494']];var menuArrayGacworld_Services_2072 = [ ['Shipping agency', '/templates/gac_Template.aspx?id=2099', null], ['Ship supply services', '/templates/gac_Template.aspx?id=2085', null], ['Canal Transit Services', '/templates/gac_Template.aspx?id=2098', null], ['P & I', '/templates/gac_Template.aspx?id=2100', null], ['Bunker fuels', '/templates/gac_Template.aspx?id=2101', null], ['Hub Agency Services', '/templates/gac_Template.aspx?id=2104', null], ['Freight Contracting', '/templates/gac_Template.aspx?id=46752', null], ['GAC Marine Logistics', '/templates/gac_Template.aspx?id=2117', null], ['Target Markets', '/templates/gac_Template.aspx?id=46513', null], ['GAC Shipping brochures', '/templates/gac_Template.aspx?id=47280', null]];var menuArrayGacworld_Services_2074 = [ ['Air Freight', '/templates/gac_Template.aspx?id=2110', null], ['Sea Freight ', '/templates/gac_Template.aspx?id=2111', null], ['Sea/Air Freight', '/templates/gac_Template.aspx?id=2112', null], ['Warehousing & Distribution', '/templates/gac_Template.aspx?id=2113', null], ['Supply Chain Management', '/templates/gac_Template.aspx?id=2114', null], ['Project Cargo', '/templates/gac_Template.aspx?id=2115', null], ['International Moving', '/templates/gac_Template.aspx?id=2116', null], ['GAC Marine Logistics', '/templates/gac_Template.aspx?id=2117', null], ['GAC Events Asia', '/templates/gac_Template.aspx?id=54850', null], ['Road Transportation', '/templates/gac_Template.aspx?id=53245', null], ['Courier Services', '/templates/gac_Template.aspx?id=52276', null], ['Target Markets', '/templates/gac_Template.aspx?id=32439', null], ['GAC Logistics brochures', '/templates/gac_Template.aspx?id=47279', null]];var menuArrayGacworld_Services_2073 = [ ['Offshore support', '/templates/gac_Template.aspx?id=2118', null], ['Towage & Barge Operations', '/templates/gac_Template.aspx?id=2119', null], ['Project cargo', '/templates/gac_Template.aspx?id=2120', null], ['Ship-To-Ship Transfer', '/templates/gac_Template.aspx?id=32435', null], ['Accreditations', '/templates/gac_Template.aspx?id=32487', null], ['Target Markets', '/templates/gac_Template.aspx?id=32488', null], ['GAC Marine Brochures ', '/templates/gac_Template.aspx?id=48585', null], ['Fleet List', '/templates/gac_TemplateWide.aspx?id=55003', null]];var menuArrayGacworld_Services_53573 = [ ['Fire, Rescue & Safety', '/templates/gac_Template.aspx?id=53574', null], ['Weather Routing', '/templates/gac_Template.aspx?id=54751', null]];var menuArrayGacworld_Services_32494 = [ ['GACInventory', '/templates/gac_Template.aspx?id=46797', null], ['GACTrack', '/templates/gac_Template.aspx?id=32495', null], ['GACShip', '/templates/gac_Template.aspx?id=32498', null], ['GAC Ship Supply Services', '/templates/gac_Template.aspx?id=32499', null], ['GAC Marine Logistics', '/templates/gac_Template.aspx?id=48275', null]];
var menuArrayGacworld_News = [ ['Corporate News Archive', '/templates/gac_NewsArchiveList.aspx?id=32423', null], ['GAC World magazine', '/templates/gac_Template.aspx?id=32424', null], ['Hot Port News', '/templates/gac_Template.aspx?id=32421', null], ['Media Contacts', '/templates/gac_Template.aspx?id=53167', null], ['Media kit', '/templates/gac_Template.aspx?id=32422', null], ['GAC RSS Newsfeeds', '/templates/gac_Template.aspx?id=55320', null]];
Home
GAC's business is about people. In more than 1,000 locations around the globe, we provide high-quality shipping, logistics and marine services. We're there wherever you go - and with more than 8,000 employees and half a century of experience, we make sure things always go right.
October Events
/******************************************
* Scrollable content script II- © Dynamic Drive (www.dynamicdrive.com)
* Visit http://www.dynamicdrive.com/ for full source code
* This notice must stay intact for use
******************************************/
iens6=document.all||document.getElementById
ns4=document.layers
//specify speed of scroll (greater=faster)
var speed=5
if (iens6){
document.write('')
document.write('')
}
India Shipping Summit 2008
29 September - 1 October
Grand Hyatt Mumbai
Stand No. 24
Ship Management Conference 2008
1 - 3 October
Grand Resort, Limassol, Cyprus
World Steel Semis Market 2008
6 - 8 October
The Marmara Istanbul, Istanbul, Turkey
10th Annual Marine Money Greek Ship Finance Forum
9 October
Ledra Marriott Hotel, Athens, Greece
SCM Logistics World
13 - 16 October
Raffles City Convention Centre, Singapore
Stand no. D07
19th Annual Breakbulk Transportation Conference & Exhibition
14 - 16 October
Ernest N. Morial Convention Center, New Orleans, Louisiana, USA
Coaltrans Prague 2008
19 - 22 October
Prague Congress Centre, Prague, Czech Republic
Tanker Economics
20 - 21 October
Hilton Athens, Athens, Greece
International Black Sea Transport Forum
20 - 21 October
Odessa, Ukraine
Offshore Middle East 2008
28 - 30 October
Qatar International Exhibition Centre, Doha, Qatar
Stand Number 329
For more information contact GAC
if (iens6)
document.write('')
var delayb4scroll=250 //Specify initial delay before marquee starts to scroll on page (2000=2 seconds)
var marqueespeed=1 //Specify marquee scroll speed (larger is faster 1-10)
var pauseit=1 //Pause marquee onMousever (0=no. 1=yes)?
////NO NEED TO EDIT BELOW THIS LINE////////////
var copyspeed=marqueespeed
var pausespeed=(pauseit==0)? copyspeed: 0
var actualheight=''
if (iens6){
var crossobj=document.getElementById? document.getElementById("content") : document.all.content
var contentheight=crossobj.offsetHeight
var marqueeheight=document.getElementById("container").offsetHeight
}
else if (ns4){
var crossobj=document.nscontainer.document.nscontent
var contentheight=crossobj.clip.Height
var marqueeheight=document.getElementById("nscontainer").offsetHeight
}
function scrollmarquee(){
if (parseInt(crossobj.style.top)>(actualheight*(-1)+8))
{
if (iens6&&parseInt(crossobj.style.top)>=(contentheight*(-1)+8))
{
crossobj.style.top=parseInt(crossobj.style.top)-copyspeed+"px"
}
else if (ns4&&crossobj.top>=(contentheight*(-1)+8))
{
crossobj.top-=copyspeed
}
}
else
{
if (iens6)
{
marqueeheight=document.getElementById("container").offsetHeight
crossobj.style.top=parseInt(marqueeheight)+8+"px"
}
else if (ns4)
{
crossobj.top=parseInt(marqueeheight)+8+"px"
}
}
}
function movedown(){
clearInterval(lefttime)
clearTimeout(scrollmarqueevar)
if (iens6&&parseInt(crossobj.style.top)>=(contentheight*(-1)+100))
crossobj.style.top=parseInt(crossobj.style.top)-speed+"px"
else if (ns4&&crossobj.top>=(contentheight*(-1)+100))
crossobj.top-=speed
movedownvar=setTimeout("movedown()",20)
}
function moveup(){
clearInterval(lefttime)
clearTimeout(scrollmarqueevar)
if (iens6&&parseInt(crossobj.style.top) |
|