|
function popupMyAvatar() {
mname = "%BE%C6%C4%A7+%C0%CC%BD%BD";
rurl = "http://cafe86.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 = "%BE%C6%C4%A7+%C0%CC%BD%BD";
rurl = "http://cafe86.daum.net/reload.html";
url = "http://mall.avatar.daum.net/cgi-bin/ViewFriendAlbum?TYPE=POPUP&EUSERID=HMidfRhw4Kk0&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=HMidfRhw4Kk0&MNAME=%BE%C6%C4%A7+%C0%CC%BD%BD&URL=http://cafe86.daum.net/reload.html"
window.open(url, '', 'toolbar=0,status=0,width=610,height=402,scrollbars=1');
}
|