var tempHtml;

tempHtml = '<table width="100%" cellpadding="0" cellspacing="0" border="0">';

tempHtml += '	<tr>';
tempHtml += '		<td colspan="2"><img src="'+path+'images/common/spacer.gif" width="1" height="10"></td>';
tempHtml += '	</tr>';

tempHtml += '	<tr>';
tempHtml += '		<td class="copyright">All rights reserved, Copyright &copy 2006-2012 <br>Bank Consortium Trust Company Limited</td>';
tempHtml += '		<td align="right" class="copyright" valign="top"><a href="'+path+'page/WMP0620/privacy.htm" class="copyright">Privacy Statement</a> | <a href="'+path+'page/WMP0520/legal.htm" class="copyright">Legal Statement</a> | <a href="'+path+'page/WMP0540/online.htm" class="copyright">Online Security</a></td>';
tempHtml += '	</tr>';


tempHtml += '	<tr>';
tempHtml += '		<td colspan="2"><img src="'+path+'images/common/spacer.gif" width="1" height="10"></td>';
tempHtml += '	</tr>';

tempHtml += '</table>';

tempHtml += '<span id="textLayerId"></span>';

tempHtml += '</div>';
tempHtml += '</center>';


document.write (tempHtml); 

//Change Font-Size from cookie
if(section > 0)	getFontSize();
