<!--
function menu(Arg){
   var Arg;
 if (Arg == "a1"){
  location.href="profile.asp";
 


 }else if (Arg == "b1"){
  location.href="blist.asp?bt=ldhh_gallery";
 }else if (Arg == "b2"){
  location.href="multi.asp";



 }else if (Arg == "c1"){
  location.href="blist.asp?bt=ldhh_notice";
 }else if (Arg == "c2"){
  location.href="blist.asp?bt=ldhh_release";
 }else if (Arg == "c3"){
  location.href="blist.asp?bt=ldhh_schedule";


 }else if (Arg == "d1"){
  location.href="blist.asp?bt=ldhh_letter";
 }else if (Arg == "d2"){
  location.href="blist.asp?bt=ldhh_diary";
 }else if (Arg == "d3"){
  location.href="blist.asp?bt=ldhh_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/model2dah","_blank");


 }
}

//-->
