초기설정한 화면의 너비를 가져오는 API이다.
function btn_getoriginalscreenwidth_on mouseup() { screen.alert(screen.getoriginalscreenwidth()); }