function getCookieES( 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 ( getCookieES('cUserID') == '' || getCookieES('cSequenceID') == '' ) {
	document.write ("<img src='http://img.mk.co.kr/edu/2004/ic_rmenu1.gif' width='18' height='18' alt='' border='0' align='absmiddle'> <a href=\"javascript:document.location='http://member.mk.co.kr/member_login.php?successUrl='+document.location;\"><font color='2B4B61'>·Î±×ÀÎ</font></a> &nbsp"); 
	document.write ("<img src='http://img.mk.co.kr/edu/2004/ic_rmenu2.gif' width='18' height='18' alt='' border='0' align='absmiddle'> <a href=\"javascript:document.location='http://member.mk.co.kr/join/join_intro.php?successUrl='+document.location;\"><font color='2B4B61'>È¸¿ø°¡ÀÔ</font></a> &nbsp"); 
	document.write ("<img src='http://img.mk.co.kr/edu/2004/ic_settle_menu.gif' width='18' height='18' alt='' border='0' align='absmiddle'> <a href='https://mcash.mk.co.kr/report/rep_out_list.php'><font color='2B4B61'>°áÁ¦³»¿ª</font></a> &nbsp"); 
}
else {
	//document.write ("<img src='http://img.mk.co.kr/edu/2004/ic_rmenu1.gif' width='18' height='18' alt='' border='0' align='absmiddle'> <a href=\"javascript:document.location='http://member.mk.co.kr/member_logoff.php?nextUrl='+document.location;\"><font color='2B4B61'>·Î±×¾Æ¿ô</font></a> &nbsp"); 
	document.write ("<img src='http://img.mk.co.kr/edu/2004/ic_rmenu1.gif' width='18' height='18' alt='' border='0' align='absmiddle'> <a href=\"javascript:document.location='http://member.mk.co.kr/member_logoff.php?nextUrl=http://kc.mk.co.kr/v2/main.php';\"><font color='2B4B61'>·Î±×¾Æ¿ô</font></a> &nbsp"); 
	document.write ("<img src='http://img.mk.co.kr/know06/ic_kg_modify.gif' width='18' height='18' alt='' border='0' align='absmiddle'> <a href=\"javascript:document.location='https://member.mk.co.kr//modify/modify_info.php?successUrl='+document.location;\"><font color='2B4B61'>È¸¿øÁ¤º¸¼öÁ¤</font></a> &nbsp"); 
	document.write ("<img src='http://img.mk.co.kr/edu/2004/ic_settle_menu.gif' width='18' height='18' alt='' border='0' align='absmiddle'> <a href='https://mcash.mk.co.kr/report/rep_out_list.php'><font color='2B4B61'>°áÁ¦³»¿ª</font></a> &nbsp"); 
}
