<!--hide
function ChineseT()
{
var  orl=window.location.href;
var first_split = orl.split("//"); 
var without_resource = first_split[1]; 
var second_split = without_resource.split("/"); 
var neworl1= second_split[2];
//var neworl2= second_split[3];  three level required
//window.content.location.href ='../ch-tw/'+neworl1+'/'+neworl2+'';
window.location.href ='../ch-tw/'+neworl1+'';
//parent.leftmenu.location="../zh-hant/leftmenu.html";
//parent.topmenu.location="../zh-hant/top.html";
}

function ChineseS()
{
var  orl=window.location.href;
var first_split = orl.split("//"); 
var without_resource = first_split[1]; 
var second_split = without_resource.split("/"); 
var neworl1= second_split[2];
window.location.href ='../ch-main/'+neworl1+'';
//parent.leftmenu.location="../zh-hans/leftmenu.html";
//parent.topmenu.location="../zh-hans/top.html";
}
function English()
{
var  orl=window.location.href;
var first_split = orl.split("//"); 
var without_resource = first_split[1]; 
var second_split = without_resource.split("/"); 
var neworl1= second_split[2];
//window.location.href ='../en-us/'+neworl1+'';
window.location.href ='../en-us/index.html';
//parent.leftmenu.location="../en/leftmenu.html";
//parent.topmenu.location="../en/top.html";
}
//-->
