//ÇÃ·¡½Ã »ó´Ü ½ºÅ©¸³Æ® URL

function menu(Arg){
   var Arg;
 if (Arg == "0"){
  location.href="/index.php";//ÀÎµ¦½º
 }else if (Arg == "m11"){
  location.href="/s11.php";//about
 }else if (Arg == "m12"){
  location.href="/s12.php";//È¸ÀåÀÎ»ç
 }else if (Arg == "m14"){
  location.href="/s14.php";//ÇÐÈ¸¿¬Çõ
 }else if (Arg == "m15"){
  location.href="/s15.php";//Á¤°ü
 }else if (Arg == "m16"){
  location.href="/s16.php";//¿À½Ã´Â±æ
 }else if (Arg == "m21"){
  location.href="/s21.php";//°¡ÀÔ¾È³»
 }else if (Arg == "m22"){
  location.href="/s22.php"; //ÀÓ¿øÇöÈ²
 }else if (Arg == "m24"){
  location.href="/s24.php";//È¸¿ø¸í´Ü
 }else if (Arg == "m32"){
  location.href="/new/gnu3/?doc=bbs/gnuboard.php&bo_table=announce";//ÇÐ¼úÀÚ·á½Ç
 }else if (Arg == "m33"){
  location.href="/s33.php";//APAD¼Ò°³
 }else if (Arg == "m34"){
  location.href="/new/gnu3/?doc=bbs/gnuboard.php&bo_table=APAD";//APADÀÚ·á½Ç
 }else if (Arg == "m35"){
  location.href="/new/gnu3/?doc=bbs/gnuboard.php&bo_table=sympo";//½ÉÆ÷Áö¾öÀÚ·á½Ç
 }else if (Arg == "m41"){
  location.href="/s41.php";//±ÔÁ¤
 }else if (Arg == "m51"){
  location.href="/s51.php";//³í¹®Á¢¼ö
 }else if (Arg == "m52"){
  location.href="/s52.php";//¿©Çà·¹Á®
 }else if (Arg == "m53"){
  location.href="/new/gnu3/?doc=bbs/gnuboard.php&bo_table=download";//³í¹®ÀÚ·á½Ç
 }else if (Arg == "m54"){
  location.href="/s56.php";//ÆíÁýÀ§¿øÈ¸¾È³»
 }else if (Arg == "m55"){
  location.href="/s55.php";//ÆíÁýÀ§¿øÈ¸±ÔÁ¤
 }else if (Arg == "m61"){
  location.href="/new/gnu3/?doc=bbs/gnuboard.php&bo_table=notice";//°øÁö»çÇ×
 }else if (Arg == "m62"){
  location.href="/new/gnu3/?doc=bbs/gnuboard.php&bo_table=free1";//ÀÚÀ¯°Ô½ÃÆÇ
 }else if (Arg == "m63"){
  location.href="/s63.php";//
 }else if (Arg == "m71"){
  location.href="/new/admin/"; //
 }else if (Arg == "m72"){
  location.href="/map.php";//»çÀÌÆ®¸Ê
 }else if (Arg == "m73"){
  location.href="/eng/index.php";//¿µ¹®
 }


 else if (Arg == "e0"){
  location.href="/eng/index.php";//
 }else if (Arg == "e11"){
  location.href="/eng/s11.php";//
 }else if (Arg == "e12"){
  location.href="/eng/s12.php";//
 }else if (Arg == "e13"){
  location.href="/eng/s13.php";//
 }else if (Arg == "e21"){
  location.href="/eng/s21.php";//
 }else if (Arg == "e22"){
  location.href="/eng/s22.php";//
 }else if (Arg == "e23"){
  location.href="/eng/s23.php";//
 }else if (Arg == "e31"){
  location.href="/new/gnu3/?doc=bbs/gnuboard.php&bo_table=notice_eng";//°øÁö»çÇ×
 }else if (Arg == "e32"){
  location.href="/new/gnu3/?doc=bbs/gnuboard.php&bo_table=qna_eng";//QNA
 }else if (Arg == "e33"){
  location.href="/eng/s33.php";//
 }else if (Arg == "e41"){
  location.href="/eng/map.php";//
 }
}

