function delete_(no,mt) {
  if ( confirm('»èÁ¦ÇÏ°Ú½À´Ï±î?') ){
  	location.href ="/mac1/sucess/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;
		}
	}
	RainEditor('content','E'); 
	if (document.edu_notice.content.value == '') {
		alert('³»¿ëÀ» ÀÔ·ÂÇÏ¿© ÁÖ½Ê½Ã¿À');
		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;
		}
	}
	RainEditor('content','E'); 
	if (document.edu_notice.content.value == '') {
		alert('³»¿ëÀ» ÀÔ·ÂÇÏ¿© ÁÖ½Ê½Ã¿À');
		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();
}

var zoomimg=new Image;

function img_view(url){
	zoomimg.src=url;
	w = zoomimg.width + 10;
	h= zoomimg.height +10;

	var img_url="./imgopen.html?imgop="+url;
	window.open(img_url, 'photo', "'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width="+w+",height="+h);
}
