<!--
function menu(Arg){
   var Arg;
 if (Arg == "a1"){
  location.href="/establish.asp";
 }else if (Arg == "a2"){
  location.href="/activity.asp";
 }else if (Arg == "a3"){
  location.href="/mem_list.asp";
 }else if (Arg == "a4"){
  location.href="/blist.asp?bt=freeboard";
 }else if (Arg == "a4_1"){
  //location.href="/blist.asp?bt=qa";
  location.href="javascript:alert('´Ù¿î·Îµå ¼­ºñ½º¸¦ ÀÏ½Ã ÁßÁöÇÕ´Ï´Ù')";
 }else if (Arg == "a5"){
  location.href="/blist.asp?bt=notice";
 }else if (Arg == "a6"){
  location.href="/blist.asp?bt=qa";

 }else if (Arg == "a7"){
  location.href="/blist.asp?bt=freeboard";
 }else if (Arg == "a8"){
  location.href="/blist.asp?bt=mem_board";



 }else if (Arg == "b1"){
  location.href="/blist.asp?bt=notice";




 }else if (Arg == "c1"){
  location.href="/blist.asp?bt=qa";
 }else if (Arg == "c2"){
  location.href="/blist.asp?bt=freeboard";
 }else if (Arg == "c3"){
  location.href="/blist.asp?bt=mem_board";



 }else if (Arg == "d1"){
  location.href="/enuresis.asp";
 }else if (Arg == "d2"){
  location.href="/blist.asp?bt=press";
 }else if (Arg == "d3"){
  location.href="/dataroom.asp";
 }else if (Arg == "d4"){
  location.href="/faq.asp";


 }else if (Arg == "etc1"){
  location.href="/";
 }else if (Arg == "etc2"){
  location.href="mailto:webmaster@bedwetting.co.kr";
 }else if (Arg == "etc3"){
  location.href="/sitemap.asp";
 }else if (Arg == "etc4"){
  location.href="/eng/";

 }
}

//-->

