function chg(){
var url = window.location;
if(url.href.indexOf('_english')!= -1){
window.location = url.href.replace("_english","");
}
else{window.location = url.href.replace(".htm","_english.htm")}
}

