function cms_write(form){
	// ÇÐ½À¹æ ÀÚ·á¿Ã¸®±â  ±Û¾²±â Æû ÀÔ·Â°ª Ã¼Å© ÇÔ¼ö
	if(form.ca1.value ==""){
		alert("¿¬·ÉÀ» ¼±ÅÃÇÏ¿© ÁÖ¼¼¿ä.");
		form.ca1.focus();
		return false;
  }
  if(form.ctg.value ==""){
		alert("°ú¸ñÀ» ¼±ÅÃÇÏ¿© ÁÖ¼¼¿ä.");
		form.ctg.focus();
		return false;
  }
	if(form.subject.value ==""){
		alert("ÀÚ·áÀÇ Á¦¸ñÀ» ÀÔ·ÂÇÏ¿© ÁÖ¼¼¿ä.");
		form.subject.focus();
		return false;
  }
  
  form.contents.value = SubmitHTML();
  	if(form.contents.value == false) {
		alert("Áú¹®ÀÇ ³»¿ëÀ» ÀÔ·ÂÇÏ¿© ÁÖ¼¼¿ä.");
		gmFrame.focus();
		return false;
  }
   for(i=0;i<form.filelist.length;i++){
     form.filelist[i].selected =true;
  }
  if (form.blogIS.checked)	// ³»ºí·Î±×¿¡ ´ã±â
  {
	  if (form.in_type.value=="")
	  {
		  alert("´ëºÐ·ù¸¦ ¼±ÅÃÇØ ÁÖ¼¼¿ä");
		  form.in_type.focus();
		  return false;
	  }
	  if (form.s_ca_id.value=="")
	  {
		  alert("¼ÒºÐ·ù¸¦ ¼±ÅÃÇØ ÁÖ¼¼¿ä");
		  form.s_ca_id.focus();
		  return false;
	  }
  }
}
function cms_reply_write(form){
   if(form.subject.value ==""){
		alert("ÀÚ·áÀÇ Á¦¸ñÀ» ÀÔ·ÂÇÏ¿© ÁÖ¼¼¿ä.");
		form.subject.focus();
		return false;
   }
   form.contents.value = SubmitHTML();
  	if(form.contents.value == false) {
		alert("´äº¯ÀÇ ³»¿ëÀ» ÀÔ·ÂÇÏ¿© ÁÖ¼¼¿ä.");
		gmFrame.focus();
		return false;
  }
   for(i=0;i<form.filelist.length;i++){
     form.filelist[i].selected =true;
    // alert( form.filelist[i].value);
  }
  
  //return false;
}

function cms_request_write(form){
	// ÇÐ½À¹æ ÀÚ·á¿äÃ»  ±Û¾²±â Æû ÀÔ·Â°ª Ã¼Å© ÇÔ¼ö
	if(form.ca1.value ==""){
		alert("¿¬·ÉÀ» ¼±ÅÃÇÏ¿© ÁÖ¼¼¿ä.");
		form.ca1.focus();
		return false;
  }
 
  if(form.ctg.value ==""){
		alert("°ú¸ñÀ» ¼±ÅÃÇÏ¿© ÁÖ¼¼¿ä.");
		form.ctg.focus();
		return false;
  }
	if(form.subject.value ==""){
		alert("¿äÃ» ÀÚ·áÀÇ Á¦¸ñÀ» ÀÔ·ÂÇÏ¿© ÁÖ¼¼¿ä.");
		form.subject.focus();
		return false;
  }
  
  form.contents.value = SubmitHTML();
  	if(form.contents.value == false) {
		alert("¿äÃ»ÀÚ·áÀÇ ³»¿ëÀ» ÀÔ·ÂÇÏ¿© ÁÖ¼¼¿ä.");
		gmFrame.focus();
		return false;
  }
  if(form.in_week.value ==""){
  alert("´äº¯À» ¹Þ°í½ÍÀº ±â°£À» ¼±ÅÃÇÏ¼¼¿ä.");
  form.in_week.focus();
  return false;
  }
  if(eval(form.in_point.value) > eval(form.chk_point.value) ){
    alert("º¸À¯ÇÏ½Å Æ÷ÀÎÆ®º¸´Ù ÇÃ·¯½º Á¡¼ö°¡ Å¬ ¼ö´Â¾ø½À´Ï´Ù.");
	  form.in_week.focus();
	  return false;
  }
  /*
  for(i=0;i<form.filelist.length;i++){
     form.filelist[i].selected =true;
  }*/
}
function cms_kdelete(no,artsn,cid,userid){
        var no = no;
       if(confirm("Á¤¸» ±ÛÀ» »èÁ¦ ÇÏ½Ã°Ú½À´Ï±î")){
         document.frm.action   ="process.php";
         document.frm.no.value =no;
         document.frm.artsn.value =artsn;
         document.frm.cid.value =cid;
         document.frm.delid.value =userid;
         document.frm.act.value ="cms_del";
         document.frm.submit();
       }else{
         return;
       }
}


function cms_knodelete(no,artsn,cid,userid){
        var no = no;
       if(confirm("Á¤¸» ±ÛÀ» »èÁ¦ ÇÏ½Ã°Ú½À´Ï±î")){
         document.frm.action   ="process.php";
         document.frm.no.value =no;
         document.frm.artsn.value =artsn;
         document.frm.cid.value =cid;
         document.frm.delid.value =userid;
         document.frm.act.value ="cms_q_del";
         document.frm.submit();
       }else{
         return;
       }
}
function recommend_cms_q_del(no,artsn,cid,pno){
      // ¿äÃ»ÀÚ·á º¸±âÁß ´äº¯±Û »èÁ¦
       var no = no;
       if(confirm("Á¤¸» ±ÛÀ» »èÁ¦ ÇÏ½Ã°Ú½À´Ï±î")){
         document.frm.action   ="process.php";
         document.frm.no.value =no;
         document.frm.artsn.value =artsn;
         document.frm.cid.value =cid;
         document.frm.pno.value =pno;
         document.frm.act.value ="cms_reply_del";
         document.frm.submit();
       }else{
         return;
       }
}
function recommend_cms_qa(no,artsn,cid,type){
	   // ÀÚ·á¿äÃ» ´äº¯¿Ï·á  Æò°¡ ¹öÆ° Å¬¸¯½Ã ¾÷µ¥ÀÌÆ® Ã³¸® ÇÏ±â
	   if(confirm("ÃßÃµ °¨»çÇÕ´Ï´Ù")){
         
         document.frm.action   ="process.php";
         document.frm.target   ="tarfrm";
         document.frm.no.value =no;
         document.frm.artsn.value =artsn;
         document.frm.cid.value =cid;
         document.frm.qtype.value =type;
         document.frm.act.value ="cms_q_recommend";
         document.frm.submit();
       }else{
         return;
       }
}
function cms_reply_noti(no,artsn,cid,pno){
      
      var notiv;
      notiv =window.open("/bbs/pop_noti.php?artsn="+artsn+"&cid="+cid+"&no="+no+"&pno="+pno,"opprint","width=430, height=460, resizable=no, scrollbars=no");
      
}

function recommend_cms_q_edit(no,artsn,cid,pno){
      // ¿äÃ»ÀÚ·á º¸±âÁß ´äº¯±Û ¼öÁ¤
        var no = no;
        document.location.href="./report.php?artsn="+artsn+"&cid="+cid+"&act=reply&no="+no+"&pno="+pno+"&mode=edit";
}

function cms_comment_edit(ino,no,artsn,cid,pno){
      
      var ifrms = "document.all.comntfrm"+ino;
      ifrms     = eval(ifrms);
      if(ifrms.style.display =="block"){
      ifrms.style.display = "none";
      }else{
      ifrms.src ="cms_comnt_edit_iframe.php?no="+no+"&artsn="+artsn+"&cid="+cid+"&pno="+pno;
      ifrms.style.display = "block";
     }
     
}
function cms_comment_edit2(ino,no,artsn,cid,pno){
      
      var ifrms = "document.all.comntfrm"+ino;
      ifrms     = eval(ifrms);
      if(ifrms.style.display =="block"){
      ifrms.style.display = "none";
      }else{
      ifrms.src ="cms_comnt2_edit_iframe.php?no="+no+"&artsn="+artsn+"&cid="+cid+"&pno="+pno;
      ifrms.style.display = "block";
    }
     
}
//by ¼­¸íÁø 20071026 
function cms_comment_edit3(ino,no,artsn,cid,pno){
      
      var ifrms = "document.all.comntfrm"+ino;
      ifrms     = eval(ifrms);
      if(ifrms.style.display =="block"){
      ifrms.style.display = "none";
      }else{
      ifrms.src ="cms_comnt3_edit_iframe.php?no="+no+"&artsn="+artsn+"&cid="+cid+"&pno="+pno;
      ifrms.style.display = "block";
    }
     
}
function cms_comment_del(no,artsn,cid,pno){
      var no = no;
      if(confirm("ÇØ´ç µ¡±ÛÀ» Á¤¸» »èÁ¦ ÇÏ½Ã°Ú½À´Ï±î?.")){
         
         document.frm.action   ="process.php";
         document.frm.target   ="tarfrm";
         document.frm.no.value =no;
         document.frm.artsn.value =artsn;
         document.frm.cid.value =cid;
         document.frm.pno.value =pno;
         document.frm.act.value ="cms_req_comment_del";
         document.frm.submit();
       }else{
         return;
       }
}
function cms_comment_del2(no,artsn,cid,pno){
      var no = no;
      if(confirm("ÇØ´ç µ¡±ÛÀ» Á¤¸» »èÁ¦ ÇÏ½Ã°Ú½À´Ï±î?.")){
         
         document.frm.action   ="process.php";
         document.frm.target   ="tarfrm";
         document.frm.no.value =no;
         document.frm.artsn.value =artsn;
         document.frm.cid.value =cid;
         document.frm.pno.value =pno;
         document.frm.act.value ="cms_comment_del";
         document.frm.submit();
       }else{
         return;
       }
}
function cms_comment_del3(no,artsn,cid,pno){
      var no = no;
      if(confirm("ÇØ´ç µ¡±ÛÀ» Á¤¸» »èÁ¦ ÇÏ½Ã°Ú½À´Ï±î?.")){
         
         document.frm.action   ="process.php";
         document.frm.target   ="tarfrm";
         document.frm.no.value =no;
         document.frm.artsn.value =artsn;
         document.frm.cid.value =cid;
         document.frm.pno.value =pno;
         document.frm.act.value ="cms_study_comment_del";
         document.frm.submit();
       }else{
         return;
       }
}
function cms_knoedit(no,artsn,cid,userid){
        var no = no;
        document.location.href="./report.php?artsn="+artsn+"&cid="+cid+"&act=write&no="+no+"&mode=edit";
}
function cms_kreqedit(no,artsn,cid,userid){
        var no = no;
        document.location.href="./report.php?artsn="+artsn+"&cid="+cid+"&act=requestw&no="+no+"&mode=edit";
}
//20071024 by ¼­¸íÁø mstudy »öÄ¥°øºÎ ¼öÁ¤½Ã ÇÔ¼ö Ãß°¡
function cms_mstudy_publicedit(no,artsn,cid,userid){
        var no = no;
        document.location.href="./report.php?artsn="+artsn+"&cid="+cid+"&act=publicw&no="+no+"&mode=edit";
}

function cms_recommend(no,artsn,cid,c){
	// ÃßÃµ ¹öÆ° Å¬¸¯½Ã ¾÷µ¥ÀÌÆ® Ã³¸® ÇÏ±â
	   if(confirm("ÃßÃµ °¨»çÇÕ´Ï´Ù")){
         
         document.frm.action   ="process.php";
         document.frm.target   ="tarfrm";
         document.frm.no.value =no;
         document.frm.artsn.value =artsn;
         document.frm.cid.value =cid;
         document.frm.act.value ="cms_recommend";
         if(c != ""){
	         document.frm.c.value = c;
	        }
         document.frm.submit();
       }else{
         return;
       }
}


function plus_point(mypoint,myid,no,artsn,cid){
       if(eval(mypoint) < 10 ){
       	 alert("º¸À¯ÇÏ½Å Æ÷ÀÎÆ®°¡ ºÎÁ·ÇÕ´Ï´Ù. Ãß°¡ °¡´ÉÆ÷ÀÎÆ®´Â 10Á¡ÀÔ´Ï´Ù.");
       	 return false;
       }
       if(myid =="" ){
       	 alert("·Î±×ÀÎÈÄ °¡´ÉÇÕ´Ï´Ù.");
       	 return false;
       }  
       
       if(confirm("Á¡¼ö¸¦ Ãß°¡ÇÏ½Ã¸é ÀÚ½ÅÀÇ Æ÷ÀÎÆ®·Î Ã¤ÅÃµÈ ÀÚ·á¿¡ 10Á¡ÀÌ Áö±ÞµË´Ï´Ù.")){
         
         document.frm.action   ="process.php";
         document.frm.target   ="tarfrm";
         document.frm.no.value =no;
         document.frm.artsn.value =artsn;
         document.frm.cid.value =cid;
         document.frm.act.value ="cms_q_plus_point";
         document.frm.submit();
       }else{
         return;
       }
       
        
}

function mstudy_choice_open(no,artsn,cid,usid){  // ´äº¯ Ã¤ÅÃ º¯°æ ¿ÀÇÂÃ¢
	      
	      var height_ = 380;
        var width_ = 450;
        var left_ = screen.width;
        var top_ = screen.height;
        
        left_ = left_/2 - (width_/2);
        top_ = top_/2 - (height_/2);
        var src;
        src = window.open('about:blank','ChoiceFrmUp',
                'height='+height_+',width='+width_+',status=yes,scrollbars=1,resizable=no,left='+left_+',top='+top_+'');
        
        document.frm.no.value =no;
        document.frm.artsn.value =artsn;
        document.frm.cid.value =cid;
        document.frm.target = 'ChoiceFrmUp';
        document.frm.action ='./mstudy_choice_open.php';
        document.frm.submit();
}
function mstudy_choice_not_open(no,artsn,cid,usid){  // Ã¤ÅÃ ´äº¯ ¾øÀ½
	      
	      var height_ = 280;
        var width_ = 430;
        var left_ = screen.width;
        var top_ = screen.height;
        
        left_ = left_/2 - (width_/2);
        top_ = top_/2 - (height_/2);
        var src;
        src = window.open('about:blank','ChoiceFrmUp',
                'height='+height_+',width='+width_+',status=yes,scrollbars=0,resizable=no,left='+left_+',top='+top_+'');
        
        document.frm.no.value =no;
        document.frm.artsn.value =artsn;
        document.frm.cid.value =cid;
        document.frm.target = 'ChoiceFrmUp';
        document.frm.action ='./mstudy_choice_not_open.php';
        document.frm.submit();
}
function cms_choice(form){
        
        var check =0;
        for(i=0;i<form.pid.length;i++){
        	  if(form.pid[i].checked == true){
        	  	check++;
        	  }
        }
        if(check ==0){
        	alert("Ã¤ÅÃÇÒ ´äº¯À» ¼±ÅÃÇÏ¼¼¿ä.");
        	return false;
        }
        return false;
}
function mstudy_choice(no,author,parent,artsn,cid,userid){
       var no = no;
       if(confirm("Á¤¸» ["+author+"] ´ÔÀÇ ±ÛÀ» ´äº¯À¸·Î Ã¤ÅÃ ÇÏ½Ã°Ú½À´Ï±î?")){
        
         document.frm.action   ="process.php";
         
         document.frm.no.value =parent;
         document.frm.artsn.value =artsn;
         document.frm.cid.value =cid;
         document.frm.chid.value =no;
         document.frm.delid.value =userid;
         document.frm.act.value ="mstudy_choice";
         document.frm.submit();
       }else{
         return;
       }
}

function choice_not_set(no){
      var no = no;
      if(no =="5"){  // ´äº¯ÃßÃµÀ¸·Î ¿Å°Ü¼­ ÃßÃµ¼ö 10ÀÏ¶§ ÀÚµ¿ ¸¶°¨Ã³¸®
		      if(confirm("ÇØ´ç±ÛÀ» ÀÚ·áÃßÃµÀ¸·Î Ã³¸® ÇÏ½Ã°Ú½À´Ï±î?.")){
		         
		         document.frm.action   ="process.php";
		         document.frm.stype.value = no;
		         document.frm.act.value ="mstudy_choice_not";
		         document.frm.submit();
		       }else{
		         return;
		       }
		   }else if(no =="4"){
		   	  if(confirm("ÇØ´ç±ÛÀ» 1ÁÖÀÏ ¿¬Àå µî·Ï ÇÏ½Ã°Ú½À´Ï±î?.")){
		         
		         document.frm.action   ="process.php";
		         document.frm.stype.value = no;
		         document.frm.act.value ="mstudy_choice_not";
		         document.frm.submit();
		       }else{
		         return;
		       }
		   }else{
		     return;
		   }
}

function recommend_cms_q(no,artsn,cid){
	   //ÇÐ½À¹æ ÀÚ·á¿äÃ» º¸±â ½Ã ÃßÃµ ¹öÆ° Å¬¸¯½Ã ¾÷µ¥ÀÌÆ® Ã³¸® ÇÏ±â
	   if(confirm("ÃßÃµ °¨»çÇÕ´Ï´Ù")){
         
         document.frm.action   ="process.php";
         document.frm.target   ="tarfrm";
         document.frm.no.value =no;
         document.frm.artsn.value =artsn;
         document.frm.cid.value =cid;
         document.frm.act.value ="cms_reply_recommend";
         document.frm.submit();
       }else{
         return;
       }
}

