<!--
function movefocus() {
document.linkman.word.focus();
return;
}
//-->
<!--
function fetch(word)
{
var root;
opener.location.href = word;
}
//-->
<!--
var winObject = null; 
function openWindow(doc, name, property)
{ 
winObject = window.open(doc, name, property);
} 
//--> 
<!--
function change(form) {
if(form.Selection.selectedIndex != 0) 
parent.location =
form.Selection.options[form.Selection.selectedIndex].value
}
//--> 
<!--
function FormCheck()
{
if (document.linkman.word.value == "")
{
alert("¾È³çÇÏ¼¼¿ä? ½ÃÀÛÆäÀÌÁö( StartPage.co.kr )¸¦ \nÀÌ¿ëÇØ ÁÖ¼Å¼­ ´ë´ÜÈ÷ °í¸¿½À´Ï´Ù (²Ù~¹÷^^)  \n\n\n  »çÀü°Ë»ö°ú ¹× À¥¹ø¿ªÀ» ÀÌ¿ëÇÏ´Â ¹æ¹ýÀÔ´Ï´Ù. \n\n 1. °Ë»öÇÏ½Ç »çÀüÀ» ¸ÕÀú ¼±ÅÃÇØ ÁÖ¼¼¿ä \n\n 2. °Ë»ö¾î¸¦ ÀÔ·ÂÇÏ½Å ÈÄ ¿£ÅÍ ¶Ç´Â °Ë»ö¹öÆ° Å¬¸¯! \n\n\n * À¥¹ø¿ªÀÇ °æ¿ì ¾Æ·¡¿Í °°ÀÌ ÇØ´ç ÁÖ¼Ò¸¦ ÀÔ·ÂÇÕ´Ï´Ù. \n\n °Ë»öÃ¢¿¡ www.yahoo.co.jpÀÇ Çü½ÄÀ¸·Î ÀÔ·Â! \n\n\n ½ÃÀÛÆäÀÌÁö¿Í ÇÔ²² ÀÎÅÍ³ÝÀ» Æí¸®ÇÏ°Ô~ ^_^ \n\n [ ½ÃÀÛÆäÀÌÁö: www.StartPage.co.kr ]");
document.linkman.word.focus();
return false;
}
}
//-->
