body {
background-image:url(http://www.byneo.com/icon/gif/back047.gif);
background-attachment: fixed;
background-repeat: repeat;
background-position: bottom right;
}
table { background-color: transparent; }
td { background-color: transparent; }
..




































































































































































































































































































































































































































































































































































































































































































































































































































































a.avatar:link { color:#797979; text-decoration:none; font-size:9pt;}
a.avatar:visited { color:#797979; text-decoration:none; font-size:9pt;}
a.avatar:hover { color:#000000; text-decoration:underline; font-size:9pt;}
<SCRIPT language=javascript>
function popupMyAvatar() {
mname = "%BB%F5%B9%CC%A1%B6%C7%FC%C8%AD%A1%B7";
rurl = "http:///reload.html";
url = "http://avatarmall.daum.net/cgi-bin/MyAvatar?TYPE=POPUP&MNAME="+mname+"&URL="+rurl;
window.open(url, "", "toolbar=0,status=0,width=610,height=420,scrollbars=1");
}
//친구 앨범
function popupAlbum() {
mname = "%BB%F5%B9%CC%A1%B6%C7%FC%C8%AD%A1%B7";
rurl = "http:///reload.html";
url = "http://avatarmall.daum.net/cgi-bin/ViewFriendAlbum?TYPE=POPUP&EUSERID=uPMfH1dAB5w0&MNAME="+mname+"&URL=" +rurl;
window.open(url, "", "toolbar=0,status=0,width=610,height=402,scrollbars=1");
}
//찜목록
function popupZim() {
mname = "%BB%F5%B9%CC%A1%B6%C7%FC%C8%AD%A1%B7";
rurl = "http:///reload.html";
url = "http://avatarmall.daum.net/cgi-bin/ViewFriendWishList?TYPE=POPUP&EUSERID=uPMfH1dAB5w0&MNAME="+mname+"&URL="+rurl;
window.open(url, "", "toolbar=0,status=0,width=610,height=402,scrollbars=1");
}
var onImage, offImage;
var imgSrc;
onImage = new Array();
offImage = new Array();
function MouseOver(index,item) {
imgSrc = eval("document.OnOff" + index);
imgSrc.src = onImage[index].src;
item.style.color = "#000000";
}
function MouseOut(index,item) {
imgSrc = eval("document.OnOff" + index);
imgSrc.src = offImage[index].src;
item.style.color = "#797979";
}
onImage[1] = new Image();
onImage[1].src="http://image.hanmail.net/hanmail/cf_img/bbs_album1.gif";
onImage[2] = new Image();
onImage[2].src="http://image.hanmail.net/hanmail/cf_img/bbs_buy1.gif";
onImage[3] = new Image();
onImage[3].src="http://image.hanmail.net/hanmail/cf_img/bbs_love1.gif";
onImage[4] = new Image();
onImage[4].src="http://image.hanmail.net/hanmail/cf_img/bbs_avatar1.gif";
offImage[1] = new Image();
offImage[1].src="http://image.hanmail.net/hanmail/cf_img/bbs_album.gif";
offImage[2] = new Image();
offImage[2].src="http://image.hanmail.net/hanmail/cf_img/bbs_buy.gif";
offImage[3] = new Image();
offImage[3].src="http://image.hanmail.net/hanmail/cf_img/bbs_love.gif";
offImage[4] = new Image();
offImage[4].src="http://image.hanmail.net/hanmail/cf_img/bbs_avatar.gif";