function selectchange(val) {
	
	$.post("http://filedeck.net/locale/lang_selector.php?locale="+val, {tmp: '1'}, function(xml) {       
       location.href=window.location.href.replace("locale", "loc");
     });     
}