function open_win(url,w,h)
{
	x=screen.width/2-h/2;
	window.open(url,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, copyhistory=no, width="+w+", height="+h+",left="+x+",top="+(200));
}
function checkid(){
	var x = document.getElementById("id");
	if(x.value=="")
	{
		alert("¾ÆÀÌµð¸¦ ÀÔ·ÂÇÏ¼¼¿ä.");
		return false;
	}
	else
	{
		open_win("/member/member01_02_idcheckok.asp?id="+x.value,330,410);
	}
}
function popzip(){
	open_win("/member/member01_02_post.asp",330,410);
}

