<%
	String no = request.getParameter("no");
	String menuId = request.getParameter("menuId");

	if(menuId == null || menuId.equals("")) menuId = "35";
	if(no == null) no = "";
%>
<%@ page contentType="text/html;charset=euc-kr" %>
<jsp:include page="/hanmaum/top.jsp" flush="false"/>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="ko" xml:lang="ko"> 

<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<link rel="stylesheet" href="/hanmaum/Common/hstyle.css" type="text/css">
<title>무제 문서</title>

<script type="text/javascript">
<!--

	function onPassword() {
		var frm = document.frm;
		var passkey = document.all.textfield2.value;
		var no = "<%= no %>";

		if(passkey != "") {

			frm.passkey.value = passkey;
			frm.no.value = no;

			frm.action = "csnot04_ok.jsp";
			frm.target = "_self";
			frm.submit();

		} else {
			alert("비밀번호를 입력해주세요.");
			return;
		}
	}

	function onFocus() {
		document.all.textfield2.focus();
	}

	function onList() {
		location.href = "csnot01.jsp";
	}
//-->
</script>
</head>

<body onload="mouseOnEvent('<%= menuId %>');onFocus();">
<form name="frm" action="">
	<input type="hidden" name="passkey" value="" />
	<input type="hidden" name="no" value="" />

<%@ include file="/hanmaum/Cs/04_subimg.jsp" %>
<table width="940" border="0" cellspacing="0" cellpadding="0">
	<tr>
		<td width="239" valign="top" id="left"><!--좌측메뉴-->
			<%@ include file="/hanmaum/Accou/left_menu.jsp" %><!--좌측메뉴끝--></td>
		<td width="701" align="center" valign="top"><!--컨텐츠 시작-->

			<table width="100%" border="0" cellspacing="0" cellpadding="0">
				<tr>
					<td height="25" align="right" valign="bottom" id="ma1"><img src="/hanmaum/Image/location.gif" width="51" height="13" align="absmiddle"> 홈 &gt; 고객센터 &gt; 공지사항</td>
				</tr>
				<tr>
					<td><img src="/hanmaum/Image/04_centop01.gif" alt="" width="701" height="56" /></td>
				</tr>
				<tr>
					<td height="36">&nbsp;</td>
				</tr>
			</table>

			<table width="680" border="0" cellspacing="0" cellpadding="0">
				<tr>
					<td width="14">
						<img src="/hanmaum/Image/04_cen01.gif" alt="" width="14" height="32" />
					</td>
					<td width="65" align="center" background="/hanmaum/Image/04_cen03.gif" id="not">비밀번호</td>
					<td width="587" background="/hanmaum/Image/04_cen03.gif" align="left">
						<input name="textfield2" type="password" id="ch2" size="40" maxlength="20" onkeypress="if(event.keyCode=='13'){onPassword();}" />
						<font size="3">☞</font> 20자 제한
					</td>
					<td width="14">
						<img src="/hanmaum/Image/04_cen02.gif" alt="" width="14" height="32" />
					</td>
				</tr>
			</table>

			<table width="680" border="0" cellspacing="0" cellpadding="0" class="fqtable">
				<tr>
					<td height="50" align="center" id="con">&nbsp;</td>
				</tr>
				<tr>
					<td height="3" id="gc"></td>
				</tr>
			</table>

			<table width="680" border="0" cellspacing="0" cellpadding="0">
				<tr>
					<td height="30" align="right" valign="bottom">
						<a href="javascript:onPassword();">
							<img src="/hanmaum/Image/04_but07.gif" alt="" width="78" height="25" border="0" />
						</a>
						<a href="javascript:onList();">
							<img src="/hanmaum/Image/04_but05.gif" alt="" width="78" height="25" border="0" />
						</a>
					</td>
				</tr>
			</table><!--컨텐츠 끝-->
		</td>
	</tr>
</table>
</form>
<%@ include file="/hanmaum/bottom.jsp" %>