function changeRub(page){
		var selectNum=document.getElementById("selectLang").selectedIndex;
		var base=window.location.protocol+"//"+window.location.hostname+window.location.pathname;
		window.location.href=base+"?page="+page+"&lang="+document.getElementById("selectLang").options[selectNum].value;
}


	