function RcmLogin()
{
	alert( "·Î±×ÀÎ ÈÄ¿¡ ÀÌ¿ë ºÎÅ¹ µå¸³´Ï´Ù. " ) ;
}


function openNewHompy(hid, folder_id, mesg_id)
{
	var left_pos = (screen.width - 990) / 2;
	var top_pos = (screen.height - 706) / 2;

	var szUrl = "" ;
	if (hid=="")
	{
		alert('¿Ã¹Ù¸£Áö ¾ÊÀº È¨ÇÇÀÔ´Ï´Ù.');
		return;
	}

	var str = "";
	if (folder_id!="" && mesg_id!="")
	{
		str = "folder_id="+folder_id+"&mesg_id="+mesg_id+"&frontPageTYPE=view";
	}
	else if (folder_id!="")
	{
		str = "folder_id="+folder_id+"&frontPageTYPE=list";
	}

	window.open('http://kr.hompy.yahoo.com/'+hid+'/MYHOMPY/main/hompy.html?'+str,'myhompy'+hid,'height=675, width=990, directories=no, location=no, menubar=no, resizable=yes, scrollbars=yes, status=no, titlebar=no, toolbar=no, left='+left_pos+', top='+top_pos);
}
