<!--
function menu(Arg){
   var Arg;
 if (Arg == "a1"){
  location.href="profile.asp";
 


 }else if (Arg == "b1"){
  location.href="blist.asp?bt=ldh_gallery";
 }else if (Arg == "b2"){
  location.href="multi.asp";



 }else if (Arg == "c1"){
  location.href="blist.asp?bt=ldh_notice";
 }else if (Arg == "c2"){
  location.href="blist.asp?bt=ldh_release";
 }else if (Arg == "c3"){
  location.href="blist.asp?bt=ldh_schedule";


 }else if (Arg == "d1"){
  location.href="blist.asp?bt=ldh_letter";
 }else if (Arg == "d2"){
  location.href="blist.asp?bt=ldh_diary";
 }else if (Arg == "d3"){
  location.href="blist.asp?bt=ldh_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/dahaemarket","_blank");


 }
}

//-->
