

function GetBlockUser(usernum)
{
	if(usernum == '1')
	{
		try {
		alert('¿î¿µÀÚÀÇ ¿ä±¸·Î ·Î±×¾Æ¿ô ÇÕ´Ï´Ù.');
		top.location.href = '../LogOutProcess.aspx';
		}catch(e){}
	}
}

