<!--
function menu(Arg){
   var Arg;
 if (Arg == "a1"){
  location.href="profile.asp";
 


 }else if (Arg == "b1"){
  location.href="blist.asp?bt=bsh_gallery";
 }else if (Arg == "b2"){
  location.href="multi.asp";



 }else if (Arg == "c1"){
  location.href="blist.asp?bt=bsh_notice";
 }else if (Arg == "c2"){
  location.href="blist.asp?bt=bsh_release";
 }else if (Arg == "c3"){
  location.href="blist.asp?bt=bsh_schedule";


 }else if (Arg == "d1"){
  location.href="blist.asp?bt=bsh_letter";
 }else if (Arg == "d2"){
  location.href="blist.asp?bt=bsh_diary";
 }else if (Arg == "d3"){
  location.href="blist.asp?bt=bsh_freeboard";



 }else if (Arg == "right1"){
  window.open("http://www.cyworld.com/counselofperfection","_blank");
 }else if (Arg == "right2"){
  location.href="javascript:alert('ÁØºñÁßÀÔ´Ï´Ù')";
 }else if (Arg == "right3"){
  window.open("http://cafe.daum.net/10807","_blank");


 }
}

//-->
