<!--
function menu(Arg){
   var Arg;
 if (Arg == "a1"){
  location.href="profile.asp";
 


 }else if (Arg == "b1"){
  location.href="blist.asp?bt=yjh_gallery";
 }else if (Arg == "b2"){
  location.href="multi.asp";



 }else if (Arg == "c1"){
  location.href="blist.asp?bt=yjh_notice";
 }else if (Arg == "c2"){
  location.href="blist.asp?bt=yjh_release";
 }else if (Arg == "c3"){
  location.href="blist.asp?bt=yjh_schedule";


 }else if (Arg == "d1"){
  location.href="blist.asp?bt=yjh_letter";
 }else if (Arg == "d2"){
  location.href="blist.asp?bt=yjh_diary";
 }else if (Arg == "d3"){
  location.href="blist.asp?bt=yjh_freeboard";



 }else if (Arg == "right1"){
  location.href="javascript:alert('ÇöÀç Daum cafe¸¸ ¿î¿µÁß¿¡ ÀÖ½À´Ï´Ù.')";
 }else if (Arg == "right2"){
  location.href="javascript:alert('ÇöÀç Daum cafe¸¸ ¿î¿µÁß¿¡ ÀÖ½À´Ï´Ù.')";
 }else if (Arg == "right3"){
  window.open("http://cafe.daum.net/purehoon","_blank");


 }
}

//-->
