function Switch_Language_To(Lang) {$.post("Change_Language.php", { New_Language: Lang }, function(data) { location.reload(); } ); }