function board_write() {
	var thisform = document.write;
	if (thisform.b_name.value == "")
	{
		alert("±Û¾²´Â »ç¶÷ÀÇ ÀÌ¸§À» ÀÔ·ÂÇÏ¼¼¿ä");
		thisform.b_name.focus();
		return false;
	}
	if(thisform.b_title.value == "") {
		alert("ÀÛ¼ºÇÏ½Ã°íÀÚ ÇÏ´Â ±ÛÀÇ Á¦¸ñÀ» ÀÔ·ÂÇÏ¼¼¿ä");
		thisform.b_title.focus();
		return false;
	}
	if (thisform.b_content.value == "")
	{
		alert("ÀÛ¼ºÇÏ½Ã°íÀÚ ÇÏ´Â ±ÛÀÇ ³»¿ëÀ» ÀÔ·ÂÇÏ¼¼¿ä");
		thisform.b_content.focus();
		return false;
	}
	if (thisform.b_tel1.value.length<3)
	{
		alert("¿¬¶ôÃ³¸¦ ÀÔ·ÂÇÏ¼¼¿ä.");
		thisform.b_tel1.focus();
		return false;
	}
	if (thisform.b_tel2.value.length<3)
	{
		alert("¿¬¶ôÃ³¸¦ ÀÔ·ÂÇÏ¼¼¿ä.");
		thisform.b_tel2.focus();
		return false;
	}
	if (thisform.b_tel3.value.length<4)
	{
		alert("¿¬¶ôÃ³¸¦ ÀÔ·ÂÇÏ¼¼¿ä.");
		thisform.b_tel3.focus();
		return false;
	}
	
	//if (thisform.b_pwd.value == "") {
	//	alert("±ÛÀÇ ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇÏ¼¼¿ä.\n\n¼öÁ¤¹× »èÁ¦½Ã ÇÊ¿äÇÕ´Ï´Ù.");
	//	thisform.b_pwd.focus();
	//	return false;
	//}
	return true;
}

function board_del() {
	var thisform = document.del;
	if (thisform.b_pwd.value == "")
	{
		alert("ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇÏ¼¼¿ä");
		thisform.b_pwd.focus();
		return false;	
	}
	return true;
}


function popupwindow(file,w,h) {
         window.open (file,"","width="+w+",height="+h+",top=100px,left=200px,status=no,scrollbars=no,toolbar=no,menubar=no,location=no,fullscreen=no");
}

function popupwindow2(file,w,h) {
         window.open (file,"","width="+w+",height="+h+",top=100px,left=200px,status=no,scrollbars=yes,resizable=yes,toolbar=no,menubar=no,location=no,fullscreen=no");
}

function vote_win(file,w,h) {
         window.open (file,"","width="+w+",height="+h+",top=100px,left=200px,status=no,scrollbars=yes,resizable=yes,toolbar=no,menubar=no,location=no,fullscreen=no");
}
