|
Home
Á¦Ç°¼Ò°³
µ¿È»óǰ1 ÇÁ·Úº§ ¸íÀÛµ¿È |
|
|
|
|
¸íÀÛµ¿È¿¡ ¿¹¼ú°ú ¾ð¾î »ç°í¸¦ ´õÇÏ´Ù!
|
|
|
 |
|
º»Ã¥ 50±Ç, À½¾Ç¡¤¹Ì¼ú À¶ÇÕ ³îÀÌ Å¬·¡½Ä ¸ðÀ½ ¿Àµð¿À CD 4Àå, ¾ð¾î »ç°í ¿¹¼ú ³îÀÌ È°¿ë °¡À̵å 1±Ç
|
 |
|
449,000¿ø |
|
|
¾ð¾î »ç°í ¿¬°è |
|
ÀÌÇØ |
|
|
- ¹é¼³ °øÁÖ - ¾öÁö °øÁÖ - ½Åµ¥·¼¶ó - Àå³°¨ º´Á¤ - ´«ÀÇ ¿©¿Õ - ȲÁ¦¿Í ³ªÀÌÆÃ°ÔÀÏ - Á¤±Û ºÏ - ¾ö¸¶ ã¾Æ »ï¸¸ ¸® - Å©¸®½º¸¶½º ij·² - ¹éÁ¶ÀÇ È£¼ö - ¼Ò°ø³à - ÆÄ¶û»õ |
|
³í¸® |
|
|
- ±Ý¹ß ¸Ó¸®¿Í °õ ¼¼ ¸¶¸® - ¾Æ±âµÅÁö »ï ÇüÁ¦ - À̼٠À̾߱â 3 - ¹Ì¿î ¾Æ±â¿À¸® - ¼º³ÉÆÈÀÌ ¼Ò³à - °ÅÀÎÀÇ Á¤¿ø - ÀÎ¾î °øÁÖ - ¹Ùº¸ ÀÌ¹Ý - Å»¹«µå - ÇdzëŰ¿À - Ç÷£´õ½ºÀÇ °³ - ÄÚÆç¸®¾Æ |
|
ºñÆÇ |
|
|
- À̼٠À̾߱â 1 - À̼٠À̾߱â 2 - °³±¸¸® ¿ÕÀÚ - ºê·¹¸à À½¾Ç´ë - Àåȸ¦ ½ÅÀº °í¾çÀÌ - »¡°£ ¸ðÀÚ - ¹Ì³à¿Í ¾ß¼ö - ½Åµå¹ÙµåÀÇ ¸ðÇè - ÇູÇÑ ¿ÕÀÚ - ¾Ë¸®¹Ù¹Ù¿Í 40ÀÎÀÇ µµµÏ - ¿ÀÁîÀÇ ¸¶¹ý»ç |
|
̢˂ |
|
|
- Ä¿´Ù¶õ ¼ø¹« - ´Á´ë¿Í Àϰö ¸¶¸® ¾Æ±â¿°¼Ò - ÇÇÅÍ¿Í ´Á´ë - ¹ú°Å¹þÀº ÀÓ±Ý´Ô - Àè°ú Äᳪ¹« - ²¿¸¶ ¿äÁ¤°ú ±¸µÔ¹æ ÇҾƹöÁö - ÇîÁ©°ú ±×·¹ÅÚ - ÀáÀÚ´Â ½£ ¼ÓÀÇ °øÁÖ - È£µÎ±î±â ÀÎÇü - ÇÇÅÍ ÆÒ - °É¸®¹ö ¿©Çà±â - ¾Ë¶óµò°ú ¿ä¼ú ·¥ÇÁ - ÀÌ»óÇÑ ³ª¶óÀÇ ¾Ù¸®½º - ¾î¸° ¿ÕÀÚ - ¸¶¼úÇǸ® |
|
À½¾Ç¡¤¹Ì¼ú À¶ÇÕ ³îÀÌ Å¬·¡½Ä ¸ðÀ½ ¿Àµð¿À CD / ¾ð¾î »ç°í ¿¹¼ú ³îÀÌ È°¿ë °¡À̵å |
|
|
- À½¾Ç¡¤¹Ì¼ú À¶ÇÕ ³îÀÌ Å¬·¡½Ä ¸ðÀ½ ¿Àµð¿À CD 4Àå - ¾ð¾î »ç°í ¿¹¼ú ³îÀÌ È°¿ë °¡À̵å 1±Ç |
|
|
|
|
');
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();
//-->
//-->
|