function chglang(lang) { //v2.0
 if(lang == 'tc'){
   window.location = "../tc/index.php";
 }else if(lang == 'sc'){
   window.location = "../sc/index.php";
 }
}

function change(btnimg,ref) {
   //alert(ref);
   document.images[btnimg].src = ref;
}
