메뉴버튼 박스의 right 값을 가져오는 API이다.
* right 값은 (x + width) 값과 같다.
function btngetright_on_mouseup() { screen.alert(menubtn.getmenuboxright()); }