﻿function changeLang(dist) {
    dist = (dist=="") ? "chinese" : dist;
	loc = location.href.replace("/engtext",'/' + dist);
	location.href = loc;
}

function footer(){
var d = new Date();
  var dArray = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"];	
//	document.write ("<p align='right' class='engText'>Copyright " + d.getFullYear() + ". The Government of the Hong Kong Special Administrative Region. <br>Last update / review: " + dArray[d.getMonth()] + " " + d.getFullYear() + "</p>");
	document.write ("<p align='right' class='engText'>Copyright 2005" + ". The Government of the Hong Kong Special Administrative Region. <br>Last update / review: " + dArray[d.getMonth()] + " " + d.getFullYear() + "</p>");
	document.write ("<p align='right' class='engText'><a href='http://validator.w3.org/check?uri=referer' target='_blank'>Valid HTML 4.01</a> | <a href='http://www.w3.org/WAI/WCAG2AA-Conformance' target='_blank'>Explanation of WCAG 2.0 Level Double-A Conformance</a></p>");

}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


