<!--
function notice(number)
{
	var no=number
	open("notice_read.php?no="+no, "notice", "location=no,toolbar=no,directories=no,menubar=no,status=no,resizable=no,scrollbars=yes,width=640,height=540")
}

function news(number)
{
	var no=number
	open("newsroom_read.php?no="+no, "news", "location=no,toolbar=no,directories=no,menubar=no,status=no,resizable=no,scrollbars=yes,width=640,height=540")
}

function checkit()
{
	if(document.f.name.value==""){alert('¾ÆÀÌµð¸¦ ÀÔ·ÂÇÏ¼¼¿ä'); document.f.id.focus(); return;}
	if(document.f.passwd.value==""){alert('ÆÐ½º¿öµå¸¦ ÀÔ·ÂÇÏ¼¼¿ä');document.f.pwd.focus();return;}
	document.f.action="groupware/WebMail/login.php?Cmd=login";
	document.f.submit();
}

function Logout(frm)
{
	//frm.loginmode.value="logout";
	frm.action="groupware/WebMail/logout.php";
  	frm.submit();
}

function gomenu(value)
{
	var ref = value;
	location.href= ref; 
}

//reloads the window if Nav4 resized
function reloadPage(init) {  
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.pgW=innerWidth; document.pgH=innerHeight; onresize=reloadPage; }}
  else if (innerWidth!=document.pgW || innerHeight!=document.pgH) location.reload();
}

function notice_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 ( notice_getCookie( "Notice" ) != "done" ) 
{     
			
}

//-->

