|
Home
Á¦Ç°¼Ò°³
±³À°»óǰ ÇÁ·Úº§ Àбâ ÇÁ·Î±×·¥ |
|
|
|
|
¿ø¸®·Î Àд ÇѱÛ
1´Ü°è: ³¹¸» Àбâ
(³¹¸» °æÇèÇϱâ)
À̾߱⠼ӿ¡¼ ±×¸²°ú ±ÛÀÚ¸¦ º¯º°ÇÏ¸é¼ ³¹¸»À» Àоî¿ä!
2´Ü°è: ÇÑ ±ÛÀÚ Àбâ (¿ø¸® °æÇèÇϱâ)
¸»¼Ò¸®¿Í ±ÛÀÚÀÇ °ü°è¸¦ ±úÄ¡¸é¼ ³¹¸»À» ÇÑ ±ÛÀÚ¾¿ ³ª´©¾î¼ Àоî¿ä!
3´Ü°è: ³¹ÀÚ Àбâ (¿ø¸® ±úÄ¡±â)
±âº» À½ÀýÀ» °æÇèÇÏ°í ±ÛÀÚ¸¦ ÀÚÀ½°ú ¸ðÀ½À¸·Î ³ª´©°í ÇÕÄ¡¸é¼ ÀбâÀÇ ¿ø¸®¸¦ ±úÃÄ¿ä!
4´Ü°è: ¹®Àå Àбâ (¿ø¸® Àû¿ëÇϱâ)
Áö±Ý±îÁö ¹è¿î °ÍÀ» ¹ÙÅÁÀ¸·Î ªÀº ¹®ÀåÀ» Àоî¿ä! |
|
 |
|
±³Àç 29±Ç / ±³±¸ 14Á¾ / ³¹¸» Ä«µå 54Àå / ±ÛÀÚ ¹ö½º 1Á¾ / DVD(ºñµð¿À) 9Àå / ¿Àµð¿À CD 1Àå / ºÎ¸ð Áöħ¼ 1±Ç |
 |
|
450,000¿ø |
|
|
|
');
var bNetscape4plus = (navigator.appName == "Netscape" && navigator.appVersion.substring(0,1) >= "4");
var bExplorer4plus = (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.substring(0,1) >= "4");
function CheckUIElements(){
var yMenuFrom, yMenuTo, yButtonFrom, yButtonTo, yOffset, timeoutNextCheck;
if ( bNetscape4plus ) {
yMenuFrom = document["Layer1"].top;
yMenuTo = top.pageYOffset + 500; // Layer1 Layer ÀÇ Ã³À½ À§Ä¡
}
else if ( bExplorer4plus ) {
yMenuFrom = parseInt (Layer1.style.top, 10);
yMenuTo = document.body.scrollTop + 178; // Layer1 Layer ÀÇ Ã³À½ À§Ä¡
}
timeoutNextCheck = 10;
if ( Math.abs (yButtonFrom - (yMenuTo + 152)) < 6 && yButtonTo < yButtonFrom ) {
setTimeout ("CheckUIElements()", timeoutNextCheck);
return;
}
if ( yButtonFrom != yButtonTo ) {
yOffset = Math.ceil( Math.abs( yButtonTo - yButtonFrom ) / 5 );
if ( yButtonTo < yButtonFrom )
yOffset = -yOffset;
if ( bNetscape4plus )
document["divLinkButton"].top += yOffset;
else if ( bExplorer4plus )
divLinkButton.style.top = parseInt (divLinkButton.style.top, 10) + yOffset;
timeoutNextCheck = 10;
}
if ( yMenuFrom != yMenuTo ) {
yOffset = Math.ceil( Math.abs( yMenuTo - yMenuFrom ) / 5 );
if ( yMenuTo < yMenuFrom )
yOffset = -yOffset;
if ( bNetscape4plus )
document["Layer1"].top += yOffset;
else if ( bExplorer4plus )
Layer1.style.top = parseInt (Layer1.style.top, 10) + yOffset;
timeoutNextCheck = 10;
}
setTimeout ("CheckUIElements()", timeoutNextCheck);
}
function OnLoad()
{
var y;
if ( top.frames.length )
if ( bNetscape4plus ) {
document["Layer1"].top = top.pageYOffset ;
document["Layer1"].visibility = "visible";
}
else if ( bExplorer4plus ) {
Layer1.style.top = document.body.scrollTop ;
Layer1.style.visibility = "visible";
}
CheckUIElements();
return true;
}
OnLoad();
//-->
//-->
|