	function checkIt(){
		f=document.tmpform;
		if(!f.id.value){
			alert("¾ÆÀÌµð¸¦ ÀÔ·ÂÇÏ¼¼¿ä.");
			f.id.focus();
			return false;
		}
		if(!f.passwd.value){
			alert("ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇÏ¼¼¿ä.");
			f.passwd.focus();
			return false;
		}
		return true;
	}

function getCookie(name)
{
	var cookie_name = name + '=';
	var i = 0;
	while(i <= document.cookie.length)
	{
		var k = (i + cookie_name.length);
		if(document.cookie.substring(i,k) == cookie_name){
			if((cookie_end = document.cookie.indexOf(';',k)) == -1)
				cookie_end = document.cookie.length;
				return unescape(document.cookie.substring(k,cookie_end));
		}
		i = document.cookie.indexOf(' ',i) + 1;
		if(i == 0) break;
	}
	return null;
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


if(getCookie('_userid') == null){
	document.writeln("<td><img src=\"/images/common/login_top.gif\" width=\"44\" height=\"26\" border=\"0\" onClick=\"MM_openBrWindow('/chnet2/member/login.php?mode=pop','','scrollbars=yes,width=580,height=550,left=200');return false\" style=\"cursor:hand;\"></td><td><img src=\"/images/common/ga_top.gif\" width=\"54\" height=\"26\" border=\"0\" onClick=\"MM_openBrWindow('/chnet2/member/join_2.htm?target=pop&url=reloadSelf','','width=580,height=550,left=200,scrollbars=yes');return false\" style=\"cursor:hand;\"></a></td>");
}else{
	if(getCookie('level')!='1'){
	document.writeln("<td><A HREF='/chnet2/member/login_ok.php?method=out' target=\"_top\"><img src=\"/images/common/logout_top.gif\" width=\"53\" height=\"26\" border=\"0\"></a></td><td><img src=\"/images/common/jeongbo_top.gif\" width=\"53\" height=\"26\" border=\"0\" onClick=\"MM_openBrWindow('/chnet2/member/edit.php?target=pop&url=reloadSelf','','width=580,height=600,left=200,scrollbars=yes');return false\" style=\"cursor:hand;\"></a></td>");
	}else{
	document.writeln("<td><A HREF='/chnet2/member/login_ok.php?method=out' target=\"_top\"><img src=\"/images/common/logout_top.gif\" width=\"53\" height=\"26\" border=\"0\"></a></td><td><a href=/chnet2/admin target=_blank><img src=\"/images/common/admin_top.gif\" width=\"45\" height=\"26\" border=\"0\"></a></td>");
	}
}