<!--
// This file writes the OOCL.com header
// Please include this javascript file inside the <td class="topTr"></td> pair, see sample page for its usage.


document.write('<table width="100%"  border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">');
document.write('<tr>');
document.write('<td height="23">&nbsp;</td>');
document.write('<td align="right" class="topNav">');

document.write('</td>');
document.write('<td align="right" valign="top">&nbsp;</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width="150" height="61"><img src="' + URL_IMAGE + 'space.gif" width="8" height="8"><a href="#" onClick="javascript:openLink(URL_OOCL)"><img src="' + URL_IMAGE + 'oocl_logo.gif" width="140" height="61" border="0"></a></td>');
document.write('<td width="777" align="right">&nbsp;</td>');
document.write( '<td width="18"><img src="' +URL_IMAGE+ 'space.gif" width="18" height="1"></td>' );
document.write('</tr>');
document.write('</table>');
// The following is the gray bar
document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0" class="menuBg">');
document.write('<tr>');
document.write('<td></td>');
document.write('</tr>');
document.write('</table>');

-->