function LangChange(val){
    Login("login.php?method=LangChange&val="+val);
    document.location.href='index.php';
}

