function checkedPay()
{
	if(parent.topFrame.document.all.txt_cookie.value != "") PageLink('/member/pay.aspx?id='+ parent.topFrame.document.all.txt_cookie.value);
	else alert("·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ¼¼¿ä");	
}

function checkLoginkLink(num)
{
	if(parent.topFrame.document.all.txt_cookie.value == "")
	{	
		alert("·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ¼¼¿ä");
		PageLink("/member/login.aspx?reurl=/about/sitemap.aspx");
	}
	else
	{
		if(num == "1") location.href = "/member/modify.aspx";
		if(num == "3") 
		{
			if(parent.topFrame.document.all.txt_cookie.value.substring(0, 4) == "non_") alert("ºñÈ¸¿øÀº ÀÌ¿ëÇÏ½Ç ¼ö ¾ø½À´Ï´Ù.");
			else location.href = "/myclip/point.aspx";
		}
		if(num == "4") location.href = "/myclip/ticket_account.aspx";
		if(num == "5") location.href = "/myclip/store_account.aspx";
		if(num == "6") location.href = "/myclip/store_mywish.aspx";
	}
}

function titlekeyDown()
{
 	if(event.keyCode == 13) playSearch();
}
