메뉴버튼 박스의 bottom 값을 가져오는 API이다.
* bottom 값은 (y + height) 값과 같다.
function btngetbottom_on_mouseup() { screen.alert(menubtn.getmenuboxbottom()); }