 <!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

//¸ÞÀÏÆË¾÷
function mailto(nick,address) { 
   window.open('/mail/mail.asp?mail='+nick+'@'+address,'mail','resizable=no,width=500,height=395')
}

//Login Ã¼Å©
function Login_Check(){
   if (document.loginform.UserID.value==""){
       alert("È¸¿ø¾ÆÀÌµð¸¦ ÀÔ·ÂÇØÁÖ¼¼¿ä");
       document.login_form.UserID.focus();
       return false;
   }
   if (document.loginform.Passwd.value==""){
       alert("ÆÐ½º¿öµå¸¦ ÀÔ·ÂÇØÁÖ¼¼¿ä");
       document.loginform.Passwd.focus();
       return false;
   }
   document.loginform.action="/member/login_ok.asp"
   document.loginform.submit();
}
//Login Ã¼Å© ³¡

//»óÅÂÁÙ ¸µÅ©ÁÖ¼Ò¼û±è
var text="http://www.unijn.or.kr";
function status_msg(){
  window.status=text;
  return true; 
  //timerID = setTimeout("status_msg()",0); // ÀÌ ¹®ÀåÀ» »ç¿ëÇÏ¸é ¹®ÀÚ°¡ ±ô¹ÚÀÓ
}
window.onload = status_msg;

if (document.layers)
    document.captureEvents(Event.mouseover || Event.mouseout)
    document.onmouseover = status_msg;
    document.onmouseout = status_msg;

//»óÅÂÁÙ ¸µÅ©ÁÖ¼Ò¼û±è ³¡

//¸µÅ©½Ã Á¡¼± ¾ø¾Ö±â
function autoBlur(){ 
  if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") 
     document.body.focus(); 
} 
document.onfocusin=autoBlur; 
//¸µÅ©½Ã Á¡¼±¾ø¾Ö±â ³¡

//active X È°¼ºÈ­
function activate(id){
  document.getElementById(id).innerHTML = document.getElementById(id).innerHTML;
}
//

//-------------msn ÀÚµ¿ µî·Ï ¼Ò½º-----------
var MISTATUS = new Array() 

MISTATUS['MISTATUS_UNKNOWN'] = new Array(0, ''); 
MISTATUS['MISTATUS_OFFLINE'] = new Array(1, '¿ÀÇÁ¶óÀÎ'); 
MISTATUS['MISTATUS_ONLINE'] = new Array(2, '¿Â¶óÀÎ'); 
MISTATUS['MISTATUS_INVISIBLE'] = new Array(6, '¿ÀÇÁ¶óÀÎÀ¸·Î Ç¥½Ã'); 
MISTATUS['MISTATUS_BUSY'] = new Array(10, '´Ù¸¥ ¿ë¹« Áß'); 
MISTATUS['MISTATUS_BE_RIGHT_BACK'] = new Array(14, '°ð µ¹¾Æ¿À°ÚÀ½'); 
MISTATUS['MISTATUS_IDLE'] = new Array(18, '³ë´Â Áß'); 
MISTATUS['MISTATUS_AWAY'] = new Array(34, 'ÀÚ¸® ºñ¿ò'); 
MISTATUS['MISTATUS_ON_THE_PHONE'] = new Array(50, 'ÅëÈ­ Áß'); 
MISTATUS['MISTATUS_OUT_TO_LUNCH'] = new Array(66, '½Ä»ç Áß'); 
MISTATUS['MISTATUS_LOCAL_FINDING_SERVER'] = new Array(256, '¼­¹ö Ã£´Â Áß'); 
MISTATUS['MISTATUS_LOCAL_SYNCHRONIZING_WITH_SERVER'] = new Array(768, '¼­¹ö µ¿±â Áß'); 
MISTATUS['MISTATUS_LOCAL_CONNECTING_TO_SERVER'] = new Array(512, '¼­¹ö ¿¬°á Áß'); 
MISTATUS['MISTATUS_LOCAL_DISCONNECTING_FROM_SERVER'] = new Array(1024, '¼­¹ö ¿¬°á ²÷´Â Áß'); 

function AddContactUI(email) { 
        if (!BlnConversation()) { 
                objMessengerApp.Signin(0, "", ""); 
        } else { 
                objMessengerApp.AddContact(0, email); 
        } 
} 

function OpenConversationWindow(email) { 
        if (!BlnConversation()) { 
                objMessengerApp.Signin(0, "", ""); 
        } else { 
                objMessengerApp.InstantMessage(email); 
        } 
} 

// ´ëÈ­°¡´É »óÅÂ¸é true ¾Æ´Ï¸é false 
function BlnConversation() { 
        if (objMessengerApp.MyStatus >= MISTATUS['MISTATUS_ONLINE'][0] && objMessengerApp.MyStatus <= MISTATUS['MISTATUS_OUT_TO_LUNCH'][0]) { 
                return true; 
        } else { 
                return false; 
        } 
} 

// ÇöÀç »óÅÂ 
function GetMyStatusName() { 
        for (var i in MISTATUS) { 
                if (objMessengerApp.MyStatus == MISTATUS[i][0]) { 
                        return MISTATUS[i][1]; 
                } 
        } 
        return ''; 
}
//-------msn ÀÚµ¿µî·Ï ¼Ò½º ³¡-----------

//PopupÃ¢ 
/*function getCookie( name ){
        var nameOfCookie = name + "=";
        var x = 0;
        while ( x <= document.cookie.length ){

                var y = (x+nameOfCookie.length);
                if ( document.cookie.substring( x, y ) == nameOfCookie ) {
                        if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 )
                                        endOfCookie = document.cookie.length;
                        return unescape( document.cookie.substring( y, endOfCookie ) );
                }
                x = document.cookie.indexOf( " ", x ) + 1;
                if ( x == 0 )
                        break;
        }
        return "";

}
if ( getCookie( "popup01" ) != "done" )
{ 
noticeWindow = window.open('popup/popup01.htm','popup01','width=326,height=332');
noticeWindow.opener = self; 
}*/
//popupÃ¢ ³¡
 
//-->