<!--
	function tcVersion(){
		var thisURL = String(window.location);
		thisURL = thisURL.replace("/en/","/chinese/");
		top.location.href = thisURL;
	}

	function scVersion(){
		var thisURL = String(window.location);
		thisURL = thisURL.replace("/en/","/sc/");
        top.location.href = thisURL;
	}
	
document.jsSwapLang_Loaded = true;

//-->