메뉴의 너비를 가져오는 API이다.
function btn_getmenuwidth_on_mouseup() { screen.alert("메뉴화면의 너비 : " + screen.getmenuwidth()); }