|
function popupMyAvatar() { mname
= "%EC%95%84%EB%A6%84%EB%8B%A4%EC%9A%B4%EC%84%B1%EC%84%B1%EC%A3%BC"; rurl =
"http://cafe168.daum.net/reload.html"; url =
"http://mall.avatar.daum.net/cgi-bin/MyAvatar?TYPE=POPUP&MNAME="+mname+"&URL="+rurl;
window.open(url, '', 'toolbar=0,status=0,width=610,height=402,scrollbars=1'); }
//친구 앨범 function popupAlbum() { mname =
"%EC%95%84%EB%A6%84%EB%8B%A4%EC%9A%B4%EC%84%B1%EC%84%B1%EC%A3%BC"; rurl =
"http://cafe168.daum.net/reload.html"; url =
"http://mall.avatar.daum.net/cgi-bin/ViewFriendAlbum?TYPE=POPUP&EUSERID=VODc.T59Y.Q0&MNAME="+mname+"&URL="+rurl;
window.open(url, '', 'toolbar=0,status=0,width=610,height=402,scrollbars=1'); }
//찜목록 function popupZim() { url =
"http://mall.avatar.daum.net/cgi-bin/ViewFriendWishList?TYPE=POPUP&EUSERID=VODc.T59Y.Q0&MNAME=%EC%95%84%EB%A6%84%EB%8B%A4%EC%9A%B4%EC%84%B1%EC%84%B1%EC%A3%BC&URL=http://cafe168.daum.net/reload.html"
window.open(url, '', 'toolbar=0,status=0,width=610,height=402,scrollbars=1'); }
|