﻿if (lang){
document.write('</td>');
document.write('        </tr>');
document.write('      </table>');
document.write('    </td>');
document.write('  </tr>');
document.write('</table>')
if (lang == "en"){
 document.write('<table width="100%" border="0" cellpadding="3" cellspacing="0" bgcolor="#FFFF66">');
 document.write('<tr><td align="center">');
 document.write('<span class="txtSmall">This screen may contain Chinese characters. For the English translation of the above information in full, please approach our Hotline (2382 1310) for assistance.</span>');
 document.write('</td></tr>');
 document.write('</table>');
}
document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0" background="'+local_path+'images/footerbg.gif">');
document.write('<tr><td align="center">')
document.write('<table width="780" border="0" cellpadding="0" cellspacing="0">');
document.write('  <tr> ');
document.write('    <td valign="bottom" class="txtStandard">&copy; Copyright 2006 | <a href="'+ ((self.location.href.indexOf(".aspx")>0)?lang+'/':"") +'notices.htm">'+arr_fdr_string[0]+'</a> | <a href="javascript:show_useofwebsite()" id="id_useofwebsite">'+arr_fdr_string[2]+'</a> |');
document.write('</td>');
document.write('    <td align="right" valign="bottom"><a href="http://www.labour.gov.hk" target="_blank"><img src="'+local_path+'images/labour_logo.gif" width="37" height="40" border="0" alt="'+arr_fdr_string[1]+'"></a></td>');
document.write('    <td width="2"><img src="'+local_path+'images/footerbg.gif" width="5" height="47"></td>');
document.write('  </tr>');
document.write('</table>');
document.write('</td></tr>');
document.write('</table>'); 
}