function replaceCharacters(conversionString,inChar,outChar){

  var convertedString = conversionString.split(inChar);

  convertedString = convertedString.join(outChar);

  return convertedString;

}



function chglanguage(current_lang) { 

  dest=''+this.document.location;

  if (current_lang=='sc' ){ 

    dest=replaceCharacters(dest,'/eng/','/'+current_lang+'/');

    current_lang ='chi';
	        
  }

  dest=replaceCharacters(dest,'/eng/','/'+current_lang+'/');

  this.document.location=dest;

}



document.writeln('<table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">');
document.writeln('<tbody>');
document.writeln('<tr>');
document.writeln('<td valign="top" background="/eng/images/bkgdtexture.gif"><a href="wto.htm"><img title="WTO and the Legal Profession" src="images/wtologo.gif" border="0" alt="WTO and the Legal Profession"></a></td>');
document.writeln('<td align="right" valign="top" background="/eng/images/bkgdtexture.gif"><a href="http://www.brandhk.gov.hk/brandhk/eindex.htm" target="_blank"><img align="right" title="Brand Hong Kong - Asia\'s world city" src="/eng/images/brandhk.gif" border="0" alt="Brand Hong Kong - Asia\'s world city" width="190" height="60"></a></td>');
document.writeln('</tr>');
document.writeln('</tbody>');
document.writeln('</table>');
document.writeln('<!-- End: Branding -->');

document.writeln('<table style="width: 100%; height: 20px;" border="0" cellspacing="0" cellpadding="0">');
document.writeln('<tbody>');
document.writeln('<tr valign="bottom">');
document.writeln('<form name="form1" method="get" action="http://search.gov.hk/search.html" target="_top"><input type="hidden" name="ui_lang" value="en"><input type="hidden" name="ui_charset" value="iso-8859-1"><input type="hidden" name="tpl_id" value="doj"><input type="hidden" name="gp0" value="doj_home"><input type="hidden" name="gp1" value="doj_home"><input type="hidden" name="web" value="this">');
document.writeln('<td width="171" background="/eng/images/bkgdtexture.gif"><a href="http://www.gov.hk/en/residents/" target="_blank" onMouseOut="MM_swapImgRestore()"  onMouseOver="MM_swapImage(\'mainbar1\',\'\',\'/eng/images/mainbar1_f2.gif\',1);"><img name="mainbar1" src="/eng/images/mainbar1.gif" width="171" height="20" border="0" alt="GovHK"></a></td>');
document.writeln('<td width="50" background="/eng/images/bkgdtexture.gif"><a href="javascript:chglanguage(\'chi\');" onMouseOut="MM_swapImgRestore()"  onMouseOver="MM_swapImage(\'mainbar3\',\'\',\'/eng/images/mainbar3_f2.gif\',1);"><img name="mainbar3" src="/eng/images/mainbar3.gif" width="50" height="20" border="0" alt="Traditional Chinese"></a></td>');
document.writeln('<td width="50" background="/eng/images/bkgdtexture.gif"><a href="javascript:chglanguage(\'sc\');" onMouseOut="MM_swapImgRestore()"  onMouseOver="MM_swapImage(\'mainbar4\',\'\',\'/eng/images/mainbar4_f2.gif\',1);"><img name="mainbar4" src="/eng/images/mainbar4.gif" width="50" height="20" border="0" alt="Simplified Chinese"></a></td>');
document.writeln('<td width="30" background="/eng/images/bkgdtexture.gif"><img src="/eng/images/mainbar5.gif" border="0" alt="" width="30" height="20"></td>');
document.writeln('<td background="/eng/images/bkgdtexture.gif" ><img src="/images/spacer.gif" border="0" alt="" width="1" height="0"></td>');

document.writeln('<td width="54" background="/eng/images/bkgdtexture.gif"><a onMouseOver="MM_swapImage(\'mainbar6\',\'\',\'/eng/images/mainbar6_f2.gif\',1)" onMouseOut="MM_swapImgRestore()" href="javascript:document.forms[0].submit()"  target="_top"><img name="mainbar6" src="/eng/images/mainbar6.gif" alt="Search" border="0"></a></td>');
document.writeln('<td width="91" background="/eng/images/bkgdtexture.gif"><input name="query" size="8" class="search" id="query" style="vertical-align: bottom"></td>');
document.writeln('<td width="22" background="/eng/images/bkgdtexture.gif"><a onMouseOver="MM_swapImage(\'mainbar8\',\'\',\'/eng/images/mainbar8_f2.gif\',1)" onMouseOut="MM_swapImgRestore()" href="javascript:document.forms[0].submit()" target="_top"><img name="mainbar8" src="/eng/images/mainbar8.gif" alt="Search" border="0 width="54" height="20"></a></td></td>');
document.writeln('<td width="65" background="/eng/images/bkgdtexture.gif"><a href="wto-sitemap.htm" onMouseOut="MM_swapImgRestore()"  onMouseOver="MM_swapImage(\'mainbar9\',\'\',\'/eng/images/mainbar9_f2.gif\',1);"><img name="mainbar9" src="/eng/images/mainbar9.gif" height="20" border="0" alt="Site Map"></a></td>');
document.writeln('<td width="36" background="/eng/images/bkgdtexture.gif"><a href="mailto:lpd@doj.gov.hk" onMouseOut="MM_swapImgRestore()"  onMouseOver="MM_swapImage(\'mainbar10\',\'\',\'/eng/images/mainbar10_f2.gif\',1);"><img name="mainbar10" src="/eng/images/mainbar10.gif" width=36 height="20" border="0" alt="Contact Us"></a></td>');
document.writeln('</form>');
document.writeln('</tr>');
document.writeln('</tbody>');
document.writeln('</table>');

document.writeln('<!-- Red line -->');
document.writeln('<div style="line-height: 2px; background-color: #bb3333; width: 100%; height: 2px; font-size: 2px;"><img src="/images/spacer.gif" alt="" width="1" height="1"></div>');
