메뉴버튼 박스의 너비값(width)을 변경하는 API이다.
function btn_setwidth_on_mouseup() { // 메뉴버튼 박스의 width를 500px로 변경 menubtn.setmenuboxwidth(500); }