function lang(type) {
var locate=document.URL;

if (type=='big5'){
window.location=locate.replace(/en/,"big5");
}

if (type=='gb'){
window.location=locate.replace(/en/,"gb");
}
}