|
Home
Á¦Ç°¼Ò°³
´ÙÁßÁö´É ÅëÇÕÇÁ·Î±×·¥ ´ÙÁßÁö´É Àº¹° |
|
|
|
|
Àº¹°À̶õ?
Àº¹°Àº 1837³â ÇÁ·Úº§ÀÌ Ã¢¾ÈÇÑ ¼¼°è ÃÖÃÊÀÇ ³îÀÌ ±³±¸¸¦
Çѱ¹ÇÁ·Úº§ÀÌ ¿¬±¸ ¹ßÀü½ÃŲ âÀǼº ±³À° ³îÀÕ°¨ ÇÁ·Î±×·¥
ÀÔ´Ï´Ù.
Àº¹°À» ÅëÇØ ¾î¸°ÀÌ´Â ¿ìÁÖ ¸¸¹°À» °æÇèÇÒ ¼ö ÀÖ°í ¹«ÇÑÇÑ
»ç°í·Î âÀǼºÀÌ ±æ·¯Áý´Ï´Ù. ¶ÇÇÑ ÀÔü, ¸é, ¼±, Á¡ÀÇ
¿¬¼Ó ü°è·Î ÀÌ·ç¾îÁø ±¸¼º°ú ³îÀÌ ÈÄ¿¡ ´Ù½Ã ¿ø·¡ÀÇ
ÇüÅ·Πµ¹¾Æ°¥ ¼ö ÀÖ´Â ¿ø¸®´Â¾î¸°ÀÌÀÇ ÀÚ¹ßÀûÀÎ ¿å±¸¸¦
ÀڱؽÃŵ´Ï´Ù.
¡ØÀº¹°¢çÀº ÇÁ·Úº§ÀÇ µî·Ï »óÇ¥ÀÔ´Ï´Ù.
º¸È£µÇ´Â ±Ç¸®À̹ǷΠÇÁ·Úº§ Çã¶ô¾øÀÌ »ç¿ëÇÒ ¼ö ¾ø½À´Ï´Ù.
|
|
 |
|
1~10 Àº¹° | Àº¹° ¿ø¸®ÀÇ ÀÌÇØ | ±×¸®µåÆÇ | ºÎ¸ðÁöħ¼ 1±Ç |
 |
|
598,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();
//-->
//-->
|