// °Ë»ö Ã¼Å©
function MainSearch(){
 str=document.main_search.search.value;
 if(str==''){
   alert('°Ë»ö¾î¸¦ ¾²¼¼¿ä');
    document.main_search.search.focus();
   return false;
 }
 document.main_search.submit();
}

// °Ë»ö Ã¼Å©(¸®½ºÆ®)
function ListSearch(){
 str=document.list_search.search.value;
 if(str==''){
   alert('°Ë»ö¾î¸¦ ¾²¼¼¿ä');
    document.list_search.search.focus();
   return false;
 }
 document.list_search.submit();
}

// °Ë»ö Ã¼Å©(¸®½ºÆ®)
function SubSearch(){
 str=document.sub_search.search.value;
 if(str==''){
   alert('°Ë»ö¾î¸¦ ¾²¼¼¿ä');
    document.sub_search.search.focus();
   return false;
 }
 document.sub_search.submit();
}

////±â»çÁ¦º¸
function jebo_check(){
  str=document.free.subject.value;
 if(str==''){
   alert('Á¦¸ñÀ» ¾²¼¼¿ä');
    document.free.subject.focus();
    return;
 } 
 str=document.free.writer.value;
 if(str==''){
   alert('ÀÌ¸§À» ¾²¼¼¿ä');
    document.free.writer.focus();
    return ;
 }
 str=document.free.phone1.value;
 if(str==''){
   alert('¿¬¶ôÃ³¸¦ ¾²¼¼¿ä');
    document.free.phone1.focus();
    return;
 }
  str=document.free.phone2.value;
 if(str==''){
   alert('¿¬¶ôÃ³¸¦ ¾²¼¼¿ä');
    document.free.phone2.focus();
    return;
 }
  str=document.free.phone3.value;
 if(str==''){
   alert('¿¬¶ôÃ³¸¦ ¾²¼¼¿ä');
    document.free.phone3.focus();
    return;
 }
  str=document.free.email.value;
 if(str==''){
   alert('ÀÌ¸ÞÀÏÀ» ¾²¼¼¿ä');
    document.free.email.focus();
    return;
 }
   str=document.free.contents.value;
 if(str==''){
   alert('³»¿ëÀ» ¾²¼¼¿ä');
    document.free.contents.focus();
    return;
 }
 document.free.submit();
}

/// º¸µµÀÚ·áº¸³»±â
function bodo_check(){
	str=document.free.subject.value;
 	if(str==''){
   	alert('Á¦¸ñÀ» ¾²¼¼¿ä');
    document.free.subject.focus();
    return;
	}
 	str=document.free.writer.value;
 	if(str==''){
   	alert('ÀÌ¸§À» ¾²¼¼¿ä');
    document.free.writer.focus();
    return ;
	}
 	str=document.free.tel1.value;
 	if(str==''){
   alert('¿¬¶ôÃ³¸¦ ¾²¼¼¿ä');
    document.free.tel1.focus();
    return;
	}
  str=document.free.tel2.value;
 	if(str==''){
   alert('¿¬¶ôÃ³¸¦ ¾²¼¼¿ä');
    document.free.tel2.focus();
    return;
 	}
  str=document.free.tel3.value;
 	if(str==''){
   alert('¿¬¶ôÃ³¸¦ ¾²¼¼¿ä');
    document.free.tel3.focus();
    return;
 	}
  str=document.free.company.value;
 	if(str==''){
   alert('¾÷Ã¼¸íÀ» ¾²¼¼¿ä');
    document.free.company.focus();
    return;
 	}	
 	str=document.free.email.value;
 	if(str==''){
   alert('ÀÌ¸ÞÀÏÀ» ¾²¼¼¿ä');
    document.free.email.focus();
    return;
 	} 
  str=document.free.contents.value;
 	if(str==''){
   alert('³»¿ëÀ» ¾²¼¼¿ä');
    document.free.contents.focus();
    return;
 	}
 	document.free.submit();
} 

///°Ô½ÃÆÇ
function free_check(){
 str=document.free.sbj.value;
 if(str==''){
   alert('Á¦¸ñÀ» ¾²¼¼¿ä');
    document.free.sbj.focus();
    return
 }
 str=document.free.writer.value;
 if(str==''){
   alert('ÀÌ¸§À» ¾²¼¼¿ä');
    document.free.writer.focus();
    return
 }
 str=document.free.passwd.value;
 if(str==''){
   alert('ºñ¹Ð¹øÈ£¸¦ ¾²¼¼¿ä');
   document.free.passwd.focus();
   return
   }
 str=document.free.descr.value;
 if(str==''){
   alert('³»¿ëÀ» ¾²¼¼¿ä');
   document.free.descr.focus();
   return
   }
 document.free.submit();
}

// ±Û »èÁ¦
function free_del(){
 str=document.free.passwd.value;
 if(str==''){
   alert('ºñ¹Ð¹øÈ£¸¦ ¾²¼¼¿ä');
   document.free.passwd.focus();
   return
   }
 document.free.submit();
}
