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.write("<table width=\"95%\" border=\"0\" height=\"87\" cellpadding=\"0\" cellspacing=\"0\" background=\"/eng/images/bkgdtexture.gif\">");
document.write("<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.write("<tr align=\"left\" valign=\"top\"><td height=\"65\" class=\"sidebar\" background=\"/eng/images/bkgdtexture.gif\"><kanhanbypass><a href=\"http://www.doj.gov.hk\"><img src=\"/eng/images/logo.gif\" height=\"65\" border=0 alt=\"Department of Justice\"></a></kanhanbypass></td>");
document.write("<td height=\"54\" width=\"4.75%\" rowspan=\"2\" valign=\"bottom\" background=\"/chi/images/bkgdtexture.gif\">"); 

document.write("<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.write("<td height=\"60\" rowspan=\"2\" valign=\"bottom\" background=\"/eng/images/bkgdtexture.gif\" width=\"125\"><a href=\"http://www.brandhk.gov.hk/brandhk/eindex.htm\" target=\"_top\"><img name=\"BrandHK\" src=\"/eng/images/brandhkawc.gif\" border=\"0\" alt=\"Brand Hong Kong - Asia's world city\"></A>"); 

if (document.all) {
	// IE or NS6
	if(navigator.appName.indexOf("Internet Explorer")) {
	document.write("<input class=\"search\" type=\"text\" name=\"query\" size=\"15\">");
	} else {
	//NS6
	document.write("<input class=\"search\" type=\"text\" name=\"query\" size=\"9\">");
	}
} else {
	document.write("<input class=\"search\" type=\"text\" name=\"query\" size=\"9\">");
}
document.write("</td>");

document.write("<td height=\"60\" background=\"/eng/images/bkgdtexture.gif\">&nbsp;</td>");
document.write("<td height=\"60\" background=\"/eng/images/bkgdtexture.gif\" colspan=\"2\"><a href=\"http://www.brandhk.gov.hk/brandhk/eindex.htm\" target=\"_top\"><img name=\"BrandHK\" src=\"/eng/images/brandhk.gif\" border=\"0\" alt=\"Brand Hong Kong - Asia's world city\"></a></td>");
document.write("</tr><tr>"); 
document.write("<td height=\"19\" background=\"/eng/images/bkgdtexture.gif\" align=\"left\"><table cellpadding=0 cellspacing=0 border=0><tr>");
document.write("<td><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\" height=\"20\" border=\"0\" alt=\"GovHK\"></a></td>");
document.write("<td><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\" height=\"20\" border=\"0\" alt=\"Traditional Chinese\"></a></td>");
document.write("<td><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\" height=\"20\" border=\"0\" alt=\"Simplified Chinese\"></a></td>");
document.write("<td><img name=\"mainbar5\" src=\"/eng/images/mainbar5.gif\" height=\"20\" border=\"0\"></td>");

document.write("</tr></table></td>");


document.write("<td><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\"></a></td>");
document.write("<td><a href=\"/eng/sitemap/index.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.write("<td><a href=\"/eng/contactus/index.htm\" onMouseOut=\"MM_swapImgRestore()\"  onMouseOver=\"MM_swapImage('mainbar10','','/eng/images/mainbar10_f2.gif',1);\"><img name=\"mainbar10\" src=\"/eng/images/mainbar10.gif\" height=\"20\" border=\"0\" alt=\"Contact Us\"></a></td>");



document.write("</tr><tr align=\"left\" valign=\"top\" bgcolor=\"#CC3333\">");

document.write("<td height=\"2\" colspan=\"6\" bgcolor=\"#BB3333\"></td>");
document.write("</tr></form></table>");
