
<!--


function msg(){
     alert("ÁØºñÁßÀÔ´Ï´Ù!");
}

function LoginWin(sublink) {          
  basewindow = window.open(sublink,'Remote','width=220,height=120,scrollbars=0,resizable=0')  
}

function ProWin(sublink) {          
  basewindow = window.open(sublink,'Remote','width=640,height=480,scrollbars=0,resizable=0')  
}

function join()
{
	joinwindow = window.open("/members/member_reg.asp",'join','width=640,height=510,scrollbars=0,resizable=0');
}

//--->