

function scheck(){
  if (NullCheck(document.ser.sstring,"°Ë»ö¾î¸¦")) return;
	document.ser.submit()
}


function page(p,smenu) {
	f = document.bform;
	f.page.value = p;
	f.smenu.value = smenu;
	f.submit();
}

function apage(p) {
	f = document.bform;
	f.page.value = p;
	f.submit();
}


function dechange(form){
//	  var list=form.selectedIndex;
//      self.location=form.options[list].value;
//      form.selectedIndex = 0;

      var list=form.cdepart.selectedIndex;
	  if (form.cdepart.options[list].value != "" ) {
		form.cdepart.selectedIndex = 0;
		top.location.href = "http://"+location.host+"/"+form.cdepart.options[list].value+"/index.asp";  
	  } else {
		  alert( "´Ù½Ã ¼±ÅÃÇØ ÁÖ¼¼¿ä");
	  }
      form.cdepart.selectedIndex = 0;
}
