// °Ô½ÃÆÇÀÌ¿ë ·¹ÀÌ¾î¸¦ ¿­°í ´Ý±â 
  function bbs_alert(check){
	  if (check == "0"){
		    notice_closeWin();
		    document.all["Layer2"].style.display = "none";
	  }else{
		    document.all["Layer2"].style.display = "inline";
	  }
  }
  
  function notice_closeWin() { 
    notice_setCookie( "bbs_alert", "done" , 1); 
  }
  
  function notice_setCookie( name, value, expiredays ) {
	  var todayDate = new Date();
	  todayDate.setDate( todayDate.getDate() + expiredays );
	  document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";"
  }
  
  
  // °ø°³¹æ¼Û ¿¬°á ÆË¾÷À» ¶ç¿î´Ù.
  function open_POP(){
	  window.open('/album/radio_pop.asp','','width=520,height=525,toolbar=no,status=no,menubar=no,scrollbars=Yes,left=20px,top=10px,resizable=no');
	  return;
	}
