아코디언의 아이템 수를 리턴한다.
function btnTest_on_mouseup() { var data = accordion_vert.getitemcount(); screen.alert(data); }