function goF(a){
 if(parent.location.href.substr(parent.location.href.length-7)=='_M.html'){
  if(a.substr(a.length-1)=='/') a+='index.html';
  location=a.substr(0,a.length-5)+'_F.html';
 }else {location.href=a;}
}

function befSubMit(Form) {
 if( Form.q.value == "") {
  alert("ÁúÀÇ¾î¸¦ ÀÔ·ÂÇÏ½Ê½Ã¿ä")
  Form.q.focus();
  return false
 }
 return true
}


var Dhtm2 = (document.getElementById) ? true : false ; // IE5, NS5(6.0) ÀÌ»ó
var Dhtm1 = (document.getElementById || document.all || document.layers) ? true : false ; // IE4, NS4 ÀÌ»ó
var ie4 = (!document.getElementById && document.all) ? true : false ;
var ns4 = (document.layers) ? true : false ;


