화면의 스크롤 영역을 포함한 너비를 가져오는 API이다.
function btn_getscreenwidth_on mouseup() { screen.alert(screen.getscreenscrollwidth()); }