function memoSend(mbcode,mbid){
    window.open('http://www.hanteo.com/member/my_memo_write.asp?mcode=' + mbcode + '&userid=' + escape(mbid), 'memo', 'status=yes, resizable=0,width=500,height=300,top=0,left=0,scrollbars=auto');
}
