function delete_(no,mt) {
  if ( confirm('»èÁ¦ÇÏ°Ú½À´Ï±î?') ){
  	location.href ="./commu_ok.php?mode=del&num=" + no + "&multi=" + mt
  }
}

function check(){
	if(document.edu_notice.subject.value==""){
		alert("±ÛÁ¦¸ñÀ» ½áÁÖ¼¼¿ä!");
		document.edu_notice.subject.focus();
		return;
	}
	if(document.edu_notice.name.value==""){
		alert("ÀÌ¸§À» ½áÁÖ¼¼¿ä!");
		document.edu_notice.name.focus();
		return;
	}
	if(document.edu_notice.key_code.value !="1"){
		if(document.edu_notice.pass.value==""){
			alert("ºñ¹Ð¹øÈ£¸¦ ³Ö¾îÁÖ¼¼¿ä!");
			document.edu_notice.pass.focus();
			return;
		}
	}
	if(document.edu_notice.content.value==""){
		alert("±Û³»¿ëÀ» ÀÔ·ÂÇÏ¿© ÁÖ¼¼¿ä!");
		document.edu_notice.content.focus();
		return;
	}
	document.edu_notice.submit();
}

function check_edit(){
	if(document.edu_notice.subject.value==""){
		alert("±ÛÁ¦¸ñÀ» ½áÁÖ¼¼¿ä!");
		document.edu_notice.subject.focus();
		return;
	}
	if(document.edu_notice.name.value==""){
		alert("ÀÌ¸§À» ½áÁÖ¼¼¿ä!");
		document.edu_notice.name.focus();
		return;
	}
	if(document.edu_notice.key_code.value !="1"){
		if(document.edu_notice.pass.value==""){
			alert("ºñ¹Ð¹øÈ£¸¦ ³Ö¾îÁÖ¼¼¿ä!");
			document.edu_notice.pass.focus();
			return;
		}
	}
	if(document.edu_notice.content.value==""){
		alert("±Û³»¿ëÀ» ÀÔ·ÂÇÏ¿© ÁÖ¼¼¿ä!");
		document.edu_notice.content.focus();
		return;
	}
	document.edu_notice.submit();
}

function check_del(){
	if(document.edu_notice.pass.value==""){
		alert("ºñ¹Ð¹øÈ£¸¦ ³Ö¾îÁÖ¼¼¿ä!");
		document.edu_notice.pass.focus();
		return;
	}
	document.edu_notice.submit();
}

function chk_ad(){
	 var urlurl;
	 urlurl = "/human/administr/index.html";
         window.open(urlurl,'admin','toolbar=no, menubar=no, scrollbars=no, resizable=no, width=360, height=200,top=200,left=300');
         return;
}
