<EMBED src=http://cgi.chol.com/~yulli2/ez2000/system/db/스위시4/upload/613/1189468122/620.swf width=400 height=500 type=application/x-shockwave-flash invokeURLs="false" AllowScriptAccess="never" autostart="1">
<EMBED style="BORDER-RIGHT: 1pt ridge; BORDER-TOP: 1pt ridge; FILTER: xray(); BORDER-LEFT: 1pt ridge; WIDTH: 398px; BORDER-BOTTOM: 1pt ridge; HEIGHT: 22px" src=http://cfs2.planet.daum.net/upload_control/pcp_download.php?fhandle=M3pOY2pAZnMyLnBsYW5ldC5kYXVtLm5ldDovMTIzNzM2OTEvMC80Ny5hc3g=&filename=Atti626-2.asx width=398 height=22 type=application/x-mplayer2 loop="true" showcontrols="1" autostart="true" volume="-1" valign="bottom">
01 내 마음의 보석 상자
02 비 오는 거리
03 꿈의 대화 (R&B Soul Ver.)
04 사랑의 썰물
05 유리창엔 비
06 소녀
07 이별 아닌 이별
08 사랑과 우정사이
09 비 오는 날의 수채화
10 눈물나는 날에는
11 혜화동
12 종이학
13 가을 사랑
14 단발머리
15 내 마음의 보석상자 (Music Video Edit)
16 꿈의 대화
var CurrentFontSize = parseInt(getCookie("C2A"));
if ( !CurrentFontSize ) CurrentFontSize = 13;
var CurrentLineHeight = 16;
if(CurrentFontSize == 13) CurrentLineHeight = 16;
else CurrentLineHeight = parseInt(CurrentFontSize*1.6);
if(CurrentFontSize != 13)
{
document.all.viewContent.style.fontSize = CurrentFontSize + "px";
document.all.viewContent.style.lineHeight = CurrentLineHeight + "px";
}
function setCookie(name, value, expiredays) {
document.cookie = name + "=" + escape(value) + "; path=/; domain=moneta.co.kr; ";
}
function SetFontSize(SizeFlag) {
obj = document.all.viewContent;
if (SizeFlag == 'B') {
if (CurrentFontSize < 18) {
CurrentFontSize = CurrentFontSize + 1
CurrentLineHeight = parseInt(CurrentFontSize*1.6)
obj.style.fontSize = CurrentFontSize + "px"
obj.style.lineHeight = CurrentLineHeight + "px"
setCookie('C2A', CurrentFontSize);
}
} else {
if (CurrentFontSize>8) {
CurrentFontSize = CurrentFontSize - 1
CurrentLineHeight = parseInt(CurrentFontSize*1.6)
obj.style.fontSize = CurrentFontSize + "px"
obj.style.lineHeight = CurrentLineHeight + "px"
setCookie('C2A', CurrentFontSize);
}
}
}