패널의 content 영역의 y 좌표를 반환한다.
function btn_on_mouseup(objInst) { var top = panel.getpaneltop(); screen.alert(top); }