function pop_show() {
var winAddr;
winAddr = window.open("a.php", "팝업", "width=600px, height=600px, top=200px, left=200px, scrollbars=yes, status=no");
if (!winAddr) alert("팝업이 차된되었습니다. 팝업을 허용해 주시기 바랍니다.");
else winAddr.focus();
}