	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 width='59'><img src=\"/public_html/images/common/login.gif\" width=\"51\" height=\"14\" 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 width='67'><img src=\"/public_html/images/common/join.gif\" width=\"41\" height=\"14\" 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 width='63'><A HREF='/chnet2/member/login_ok.php?method=out' target=\"_top\"><img src=\"/public_html/images/common/logout.gif\" width=\"58\" height=\"14\" border=\"0\"></a></td><td width='84'><img src=\"/public_html/images/common/infor.gif\" width=\"84\" height=\"14\" 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 width='63'><A HREF='/chnet2/member/login_ok.php?method=out' target=\"_top\"><img src=\"/public_html/images/common/logout.gif\" width=\"58\" height=\"14\" border=\"0\"></a></td><td width='59'><a href=/chnet2/admin target=_blank><img src=\"/public_html/images/common/admin.gif\" width=\"51\" height=\"14\" border=\"0\"></a></td>");

	}

}