var locapath = document.location.href;
var pos = locapath.indexOf("search.gov.hk");
if (pos>=0) {
  locapath = "http://www.cwc.tid.gov.hk/";	  
} else {
  locapath = "/preview/";	  
}

document.writeln("<p class=\"mylink1\"><font face=\"Arial, Helvetica, sans-serif\"> [<a href=\"" + locapath + "eindex.html\">GRAPHICAL ");
document.writeln("  VERSION</a>] [<a href=\"" + locapath + "textonly/cindex.html\">TRADITIONAL CHINESE</a>] ");
document.writeln("  [<a href=\"" + locapath + "textonly/scindex.html\">SIMPLIFIED CHINESE</a>] [<a href=\"" + locapath + "textonly/english/search/search.html\">SEARCH</a>] ");
document.writeln("  [<a href=\"" + locapath + "textonly/english/sitemap/sitemap.html\">SITE MAP</a>] [<a href=\"" + locapath + "textonly/english/contactus/contactus.html\">CONTACT ");
document.writeln("  US</a>] </font></p>");
document.writeln("<hr>");

document.writeln("<style>");
document.writeln("#dmnSpResultPage {");
document.writeln("	margin:0px;");
document.writeln("	padding:0px;");
document.writeln("	text-align: left;");
document.writeln("	left:0px;");
document.writeln("}");
document.writeln("body { text-align: left; margin: 12px; top: 10px; }");
document.writeln(".mylink1 { FONT-SIZE: 12pt; Font-FAMILY: verdana, helvetica, sans-serif; padding:10px; }");
document.writeln("</style>");

