<!--

function layer_toggle(obj) {
	if (obj.style.display == 'none') obj.style.display = 'block';
	else if (obj.style.display == 'block') obj.style.display = 'none';
}

function AddText(text)
{
//  if( this.opener.name == "Input" )
	{
    document.write.memo.value += text;
	}
}

function pims_login_popup()
{
var str;
 str = top.document.location.href;
 window.open('http://minihp.cyworld.nate.com/pims/main/pims_login_popup.asp?channel=minihp&dest='+ escape(str) + '&direction=' +  '&rkey=', "popup_contacts", "width=300,height=335,scrollbars=no,toolbar=no, resizable=yes,menubar=no");
}

-->

