var sw = screen.availWidth ;
var sh = screen.availHeight ;
px=(sw - width)/2 ;
py=(sh - height)/2 ;
var set = 'top=' + py + ',left=' + px ;
set += ',width=' + width + ',height=' + height + ',toolbar=0,resizable=1,status=0,scrollbars=1' ;
px=(sw - width)/2 ;
py=(sh - height)/2 ;
var set = 'top=' + py + ',left=' + px ;
set += ',width=' + width + ',height=' + height + ',toolbar=0,resizable=1,status=0,scrollbars=1' ;
-> 1~1000 사이의 랜던 숫자를 생성
-> 대문자 20자리 랜덤 문자열 생성
'U' : 대문자
'L' : 소문자
'A' : 대소문자
'X' : 숫자 + 대문자
'P' : 출력가능한 문자