function changeReg(){
	window.location.href=window.document.getElementById('sel_reg').value;
	return false;
}

function _go() {
//    alert(document.getElementById('sel_reg').options[document.getElementById('sel_reg').selectedIndex].value);
    location.href=document.getElementById('sel_reg').options[document.getElementById('sel_reg').selectedIndex].value;
}
