function trailer() {

	var htmlCode;
	
	htmlCode ='';
	htmlCode +='	<table height=126px width=797px align="center" border="0" cellpadding="0" cellspacing="0">';
	htmlCode +='	<tr>';
	htmlCode +='		<td width="225" background="images/BottomBarCNTRa.jpg">';
	htmlCode +='		</td>';

	htmlCode +='		<td width="347" align="center" valign="middle" background="images/BottomBarCNTRb.jpg">';
	htmlCode +='			<br><br>';
	htmlCode +='			<font style="font-size:8pt;color:#000033;line-height:10pt">';
	htmlCode +='				Copyright &copy; 2007. All rights reserved.<br>';
	htmlCode +='				<font style="font-size:8pt;color:#333333;font-weight:bold">';
	htmlCode +='					Mitsui O.S.K Lines (Thailand) Co., Ltd.';
	htmlCode +='				</font>';
	htmlCode +='			</font>';
	htmlCode +='		</td>';

	htmlCode +='		<td width="225" align="center" valign="top" background="images/BottomBarCNTRc.jpg">';
	htmlCode +='			';
	htmlCode +='		</td>';
	htmlCode +='	</tr>';
	htmlCode +='	</table>';

	document.write(htmlCode);

}