document.writeln('<script language="javascript">');
document.writeln('	//ÅëÇÕ ID ·Î±×ÀÎ');
document.writeln('	function Login(){');
document.writeln('		loginFrm.action = \'http://www.khnp.co.kr/member/060000/jsp/0600\';');
document.writeln('		loginFrm.submit();');
document.writeln('	}');
document.writeln('	//IDÅëÇÕ ½Å±ÔÈ¸¿ø°¡ÀÔ');
document.writeln('	function newReg(){');
document.writeln('		var frm = document.newReg;');
document.writeln('		frm.action=\'http://www.khnp.co.kr/member/060100/jsp/0601\';');
document.writeln('		frm.submit();');
document.writeln('	}');
document.writeln('	//IDÅëÇÕ È¸¿øÁ¤º¸¼öÁ¤');
document.writeln('	function memModify(){');
document.writeln('		goMember.action=\'http://www.khnp.co.kr/mypage/050500/custom/mypageuser/userinfoModify\';');
document.writeln('		goMember.submit();');
document.writeln('	}');
document.writeln('</script>');
document.writeln('<form name="loginFrm" method="post">');
document.writeln('	<input type="hidden" name="referer" value="http://www.khnp.co.kr/tech/index.jsp">');
document.writeln('</form>');
document.writeln('<form name="newReg" method="post" action="">');
document.writeln('	<input type="hidden" name="retrn_url" value="http://www.khnp.co.kr/tech/index.jsp">');
document.writeln('</form>');
document.writeln('<form name="goMember" method="post">');
document.writeln('	<input type="hidden" name="retrn_url" value="http://www.khnp.co.kr/tech/index.jsp">');
document.writeln('</form>');
