 function CHANGE_LANG_SAVE(lng) { global_lang = lng; $.get("/site_req_data/lngset.php?lng="+lng); loadAjaxPage(window.location.hash); } 
