<!--hide
function ChineseT()
{
var  orl=parent.content.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];
parent.content.location.href ='../zh-hant/'+neworl1+'/'+neworl2+'';
parent.leftmenu.location="../zh-hant/leftmenu.html";
parent.topmenu.location="../zh-hant/top.html";
}

function ChineseS()
{
var  orl=parent.content.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];
parent.content.location.href ='../zh-hans/'+neworl1+'/'+neworl2+'';
parent.leftmenu.location="../zh-hans/leftmenu.html";
parent.topmenu.location="../zh-hans/top.html";
}
function English()
{
var  orl=parent.content.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];
parent.content.location.href ='../en/'+neworl1+'/'+neworl2+'';
parent.leftmenu.location="../en/leftmenu.html";
parent.topmenu.location="../en/top.html";
}
//-->
