<!--
	function tcVersion(){
		var thisURL = String(window.location);
		thisURL = thisURL.replace("/en/","/zh/");
		if (thisURL.indexOf("gbcode") >=0 ) {
			thisURL = "h" + "ttp://www.ofta.gov.hk" +  thisURL.substring(thisURL.indexOf("/zh/"), thisURL.length);
		}
		top.location.href = thisURL;
	}
	
	function enVersion(){
		var thisURL = String(window.location);
		thisURL = thisURL.replace("/zh/","/en/");
		top.location.href = thisURL;
	}
	
	function scVersion(){
		var thisURL = String(window.location);
		thisURL = thisURL.replace("/en/","/zh/");
		thisURL = thisURL.replace("http://gbcode.ofta.gov.hk/TuniS/", "");
		thisURL = thisURL.replace("https://gbcode.ofta.gov.hk/TuniS/", "");
		//top.location.href = "http://www.ofta.gov.hk/zh/disclaimer/sc_disclaimer.asp?durl=" + escape("http://gbcode.ofta.gov.hk/TuniS/" + thisURL);
		top.location.href = "http://gbcode.ofta.gov.hk/TuniS/" + thisURL;
	}
	
document.jsSwapLang_Loaded = true;

//-->
