    function boardPhotoWriteConfirm(contextPath, cate1) {
		var cate2;
		str = document.fmBW;
		if(str.title.value =="" ) {
			alert("Á¦¸ñÀ» ÀÔ·ÂÇØ ÁÖ¼¼¿ä");
			str.title.focus();
			return;
		}

		document.fmBW.content.value = TextEditor.document.body.innerHTML;
		var content = document.fmBW.content.value; 
		if (CheckStr(content, " ", "")==0 || CheckStr(content, "&nbsp;", "")==0) {  
			alert("³»¿ëÀ» ÀÔ·ÂÇØ ÁÖ¼¼¿ä"); 
			return; 
		} 

		
		var saveImage;
        saveImage = document.fmBW.saveImage.value;
        if(saveImage != "" && saveImage != null) {
            document.fmBW.imgInfo.value = saveImage + document.fmBW.imgInfo.value;
		}
        
        allSelect(str.realFileNameList);
		allSelect(str.savedFileNameList);
		allSelect(str.filePathList);
		allSelect(str.deleteFileList);


		if(fmBW.title_category[0].checked == true) {
			cate2 = fmBW.title_category[0].value;	
		}
		else if(fmBW.title_category[1].checked == true) {
			cate2 = fmBW.title_category[1].value;
		}
		else if(fmBW.title_category[2].checked == true) {
			cate2 = fmBW.title_category[2].value;
		}
		
		document.fmBW.action="/"+contextPath + "/"+cate1+"/"+cate2+"/boardWriteConfirm.nio"
        document.fmBW.submit(); 
	}


	function boardWriteConfirm(contextPath, cate1, cate2) {
		str = document.fmBW;
		if(str.title.value =="" ) {
			alert("Á¦¸ñÀ» ÀÔ·ÂÇØ ÁÖ¼¼¿ä");
			str.title.focus();
			return;
		}

		if(cate2 == "partnerAD") {
			if(str.write_name.value == "" ) {
				alert("ÀÌ¸§À» ÀÔ·ÂÇØÁÖ¼¼¿ä");
				str.write_name.focus();
				return;
			}
			else if(str.write_phone_1.value =="" ) {
				alert("¿¬¶ôÃ³¸¦ ÀÔ·ÂÇØÁÖ¼¼¿ä");
				str.ext_1_1.focus();
				return;
			}
			else if(str.write_phone_2.value =="" ) {
				alert("¿¬¶ôÃ³¸¦ ÀÔ·ÂÇØÁÖ¼¼¿ä");
				str.ext_1_2.focus();
				return;
			}
			else if(str.write_phone_3.value =="" ) {
				alert("¿¬¶ôÃ³¸¦ ÀÔ·ÂÇØÁÖ¼¼¿ä");
				str.ext_1_3.focus();
				return;
			}
			else if(str.write_email.value =="" ) {
				alert("ÀÌ¸ÞÀÏÀ» ÀÔ·ÂÇØÁÖ¼¼¿ä");
				str.write_email.focus();
				return;
			}
		}
		else if(cate2 == "directQA") {
			
			if(str.title_category.value =="" ) {
				alert("±¸ºÐÀ» ¼±ÅÃÇØÁÖ¼¼¿ä");
				return;
			}
		}
		else if(cate2 == "declare") {
			if(str.title_category.value =="" ) {
				alert("±¸ºÐÀ» ¼±ÅÃÇØÁÖ¼¼¿ä");
				return;
			}
		}
		
		if(cate2 == "requireUtilRequest" || cate2 == "secretPc" ||
			cate2 == "requireUtilDoc" || cate2 == "requireUtilFile" ) {
			if(str.title_category.value =="" ) {
				alert("±¸ºÐÀ» ¼±ÅÃÇØÁÖ¼¼¿ä");
				return;
			}
		}

		document.fmBW.content.value = TextEditor.document.body.innerHTML;
		var content = document.fmBW.content.value; 
		if (CheckStr(content, " ", "")==0 || CheckStr(content, "&nbsp;", "")==0) {  
			alert("³»¿ëÀ» ÀÔ·ÂÇØ ÁÖ¼¼¿ä"); 
			return; 
		} 

		
		var saveImage;
        saveImage = document.fmBW.saveImage.value;
        if(saveImage != "" && saveImage != null) {
            document.fmBW.imgInfo.value = saveImage + document.fmBW.imgInfo.value;
        }
        
        allSelect(str.realFileNameList);
		allSelect(str.savedFileNameList);
		allSelect(str.filePathList);
		allSelect(str.deleteFileList);
		
		if(cate2 == "partnerAD") {
			alert("¹®ÀÇÇÏ½Å ³»¿ëÀÌ Á¢¼ö µÇ¾ú½À´Ï´Ù\nÈ®ÀÎ ÈÄ ºü¸¥ ´äº¯ µå¸®°Ú½À´Ï´Ù.");
			document.fmBW.action="/"+contextPath + "/"+cate1+"/"+cate2+"/boardWriteConfirm.nio"
	        document.fmBW.submit(); 
		}
		else if(cate2 == "directQA") {
			alert("¹®ÀÇÇÏ½Å ³»¿ëÀÌ Á¢¼ö µÇ¾ú½À´Ï´Ù\nÈ®ÀÎ ÈÄ ºü¸¥ ´äº¯ µå¸®°Ú½À´Ï´Ù.");
			document.fmBW.action="/"+contextPath + "/"+cate1+"/"+cate2+"/boardWriteConfirm.nio"
	        document.fmBW.submit(); 
		}
		else if(cate2 == "proposal") {
			alert("°í°´´ÔÀÇ ¼ÒÁßÇÑ ÀÇ°ß °¨»çÇÕ´Ï´Ù.\n°ËÅä ÈÄ ¼­ºñ½º¿¡ ¹Ý¿µµÉ ¼ö ÀÖµµ·Ï ÇÏ°Ú½À´Ï´Ù.");
			document.fmBW.action="/"+contextPath + "/"+cate1+"/"+cate2+"/boardWriteConfirm.nio"
	        document.fmBW.submit(); 
		}
		else {
			document.fmBW.action="/"+contextPath + "/"+cate1+"/"+cate2+"/boardWriteConfirm.nio"
	        document.fmBW.submit(); 
		}
	}

	function boardMainWriteConfirm(contextPath, cate1) {
		str = document.fmBW;
		if(str.title.value =="" ) {
			alert("Á¦¸ñÀ» ÀÔ·ÂÇØ ÁÖ¼¼¿ä");
			str.title.focus();
			return;
		}
		
		
		for(i=0; i<fmBW.category_2nd.length; i++) {
			fmBW.category_2nd[i].checked == true
		}
		

		document.fmBW.content.value = TextEditor.document.body.innerHTML;
		var content = document.fmBW.content.value; 
		if (CheckStr(content, " ", "")==0 || CheckStr(content, "&nbsp;", "")==0) {  
			alert("³»¿ëÀ» ÀÔ·ÂÇØ ÁÖ¼¼¿ä"); 
			return; 
		} 

		
		var saveImage;
        saveImage = document.fmBW.saveImage.value;
        if(saveImage != "" && saveImage != null) {
            document.fmBW.imgInfo.value = saveImage + document.fmBW.imgInfo.value;
        }
        
        allSelect(str.realFileNameList);
		allSelect(str.savedFileNameList);
		allSelect(str.filePathList);
		allSelect(str.deleteFileList);
		
		document.fmBW.action="/"+contextPath + "/"+cate1+"/boardWriteConfirm.nio"
        document.fmBW.submit(); 
	}

	function boardWritePollConfirm(contextPath, cate1, cate2) {
		
		str = document.fmBW;

		if( date_calc() == false ) {
			return;
		}

		if(str.title.value =="" ) {
			alert("Á¦¸ñÀ» ÀÔ·ÂÇØ ÁÖ¼¼¿ä");
			str.title.focus();
			return;
		}

		if(str.content.value =="" ) {
			alert("³»¿ëÀ» ÀÔ·ÂÇØ ÁÖ¼¼¿ä");
			str.content.focus();
			return;
		}
		if(str.cnt.value == "0" ) {
			alert("ÀÀ´ä¹®Ç×¼ö¸¦ 2°³ ÀÌ»óÀ¸·Î ¼±ÅÃÇÏ¿© ÁÖ¼¼¿ä");
			return;
		}

		document.fmBW.action="/"+contextPath + "/"+cate1+"/"+cate2+"/boardWriteConfirm.nio"
        document.fmBW.submit(); 
	}

	function boardMainWritePollConfirm(contextPath, cate1) {
		str = document.fmBW;
		if( date_calc() == false ) {
			return;
		}
		if(str.title.value =="" ) {
			alert("Á¦¸ñÀ» ÀÔ·ÂÇØ ÁÖ¼¼¿ä");
			str.title.focus();
			return;
		}

		if(str.content.value =="" ) {
			alert("³»¿ëÀ» ÀÔ·ÂÇØ ÁÖ¼¼¿ä");
			str.content.focus();
			return;
		}
		if(str.cnt.value == "0" ) {
			alert("ÀÀ´ä¹®Ç×¼ö¸¦ 2°³ ÀÌ»óÀ¸·Î ¼±ÅÃÇÏ¿© ÁÖ¼¼¿ä");
			return;
		}
		document.fmBW.action="/"+contextPath + "/"+cate1+"/boardWriteConfirm.nio"
        document.fmBW.submit(); 
	}


	function boardSinmungoConfirm() {

		if(fmBL.title.value == "" ) {
			alert("PC¹æ Áö¿ªÀ» ¼±ÅÃÇØÁÖ¼¼¿ä");
			return;
		}

		if(fmBL.write_name.value == "" ) {
			alert("±Û¾´ÀÌ¸¦ ÀÔ·ÂÇØÁÖ¼¼¿ä");
			fmBL.write_name.focus();
			return;
		}
		if(fmBL.content.value == "" ) {
			alert("³»¿ëÀ» ÀÔ·ÂÇØÁÖ¼¼¿ä");
			fmBL.content.focus();
			return;
		}

		contextPath = fmBL.contextPath.value;
		cate1 = fmBL.category_1st.value;
		cate2 = fmBL.category_2nd.value;

		document.fmBL.action="/"+contextPath + "/"+cate1+"/"+cate2+"/boardWriteConfirm.nio"
        document.fmBL.submit(); 
	}


	function boardModConfirm() {

		if (	fmBMConfirm.title.value == "") {
			alert("Á¦¸ñÀ» ÀÔ·ÂÇØ ÁÖ¼¼¿ä");
			fmBMConfirm.title.focus();
			return;
		}
		
		fmBMConfirm.content_confirm.value = TextEditor.document.body.innerHTML;
		var content_confirm = fmBMConfirm.content_confirm.value; 
		if (CheckStr(content_confirm, " ", "")==0 || CheckStr(content_confirm, "&nbsp;", "")==0) {  
			alert("¼öÁ¤ÇÒ ±Û³»¿ëÀ» ÀÔ·ÂÇØ ÁÖ¼¼¿ä"); 
			fmBMConfirm.content_confirm.focus();
			return; 
		} 

		var saveImage;
        saveImage = document.fmBMConfirm.saveImage.value;
        if(saveImage != "" && saveImage != null) {
            document.fmBMConfirm.imgInfo_mod.value = saveImage + document.fmBMConfirm.imgInfo_mod.value;
        }
        
        allSelect(fmBMConfirm.realFileNameList);
		allSelect(fmBMConfirm.savedFileNameList);
		allSelect(fmBMConfirm.filePathList);
		allSelect(fmBMConfirm.deleteFileList);
		
		contextPath = fmBMConfirm.contextPath.value;
		cate1 = fmBMConfirm.category_1st.value;
		cate2 = fmBMConfirm.category_2nd.value;

		fmBMConfirm.action = "/" + contextPath + "/" + cate1 +"/" + cate2 +"/boardModConfirm.nio";
		fmBMConfirm.submit();
	}
			


	// °Ô½Ã±Û ´ä±Û È®ÀÎ
	function boardReplyConfirm(form) {
		obj = eval(form);
		if (	obj.title.value == "") {
			alert("Á¦¸ñÀ» ÀÔ·ÂÇØ ÁÖ¼¼¿ä");
			obj.title.focus();
			return;
		}
		
	
		obj.content_reply.value = TextEditor.document.body.innerHTML;
		var content_reply = obj.content_reply.value; 
		if (CheckStr(content_reply, " ", "")==0 || CheckStr(content_reply, "&nbsp;", "")==0) {  
			alert("´äº¯ ±Û³»¿ëÀ» ÀÔ·ÂÇØ ÁÖ¼¼¿ä"); 
			obj.content_reply.focus();
			return; 
		} 

		var saveImage;
        saveImage = obj.saveImage.value;
        if(saveImage != "" && saveImage != null) {
            obj.imgInfo_reply.value = saveImage + obj.imgInfo_reply.value;
        }
        
        allSelect(obj.realFileNameList);
		allSelect(obj.savedFileNameList);
		allSelect(obj.filePathList);
		allSelect(obj.deleteFileList);

		contextPath = obj.contextPath.value;
		cate1 = obj.category_1st.value;
		cate2 = obj.category_2nd.value;

		obj.action = "/" + contextPath + "/" + cate1 +"/" + cate2 +"/boardReplyConfirm.nio";
		obj.submit();
	}		

	// °Ô½Ã±Û »èÁ¦
	function boardDel(form) {
		obj = eval(form);
		
		contextPath = obj.contextPath.value;
		cate1 = obj.category_1st.value;
		cate2 = obj.category_2nd.value;

		obj.action = "/" + contextPath + "/" + cate1 +"/" + cate2 +"/boardDel.nio";
		obj.submit();
	}

	// ½Å¹«°í°Ô½Ã±Û »èÁ¦
	function sinmungoDel(str1, form) {
		obj = eval(form);
		
		contextPath = obj.contextPath.value;
		cate1 = obj.category_1st.value;
		cate2 = obj.category_2nd.value;
		obj.idx.value = str1;

		obj.action = "/" + contextPath + "/" + cate1 +"/" + cate2 +"/boardDel.nio";
		obj.submit();
	}

	// ÄÚ¸àÆ®±Û »èÁ¦
	function commentDelete(idx, form) {
		obj = eval(form);
		
		obj.comment_idx_del.value = idx;

		contextPath = obj.contextPath.value;
		cate1 = obj.category_1st.value;
		cate2 = obj.category_2nd.value;

	
		obj.action = "/" + contextPath + "/" + cate1 +"/" + cate2 +"/commentDelete.nio";
		obj.submit();
	}