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

function menu(Arg){
   var Arg;
 if (Arg == "0"){  
  location.href="/index.php";
 }else if (Arg == "1"){ 
  location.href="/sub1.php"; //
 }else if (Arg == "2"){ 
  location.href="/sub2.php"; //
 }else if (Arg == "3"){ 
  location.href="/sub3.php"; //
 }else if (Arg == "4"){
  location.href="/npro/bbs/c_list.php?board_id=gallery";//
 }else if (Arg == "5"){
  location.href="/npro/bbs/c_list.php?board_id=notice";//
 }else if (Arg == "6"){
  location.href="/npro/bbs/c_list.php?board_id=bbs";//
 }else if (Arg == "7"){
  location.href="/npro/service/c_write.php?board_id=online";//
 }else if (Arg == "8"){
  location.href="/npro/bbs/c_list.php?board_id=gallery5";//
 }else if (Arg == "9"){
  location.href="/npro/service/c_write.php?board_id=online";//
 }else if (Arg == "10"){
  location.href="/npro/bbs/c_list.php?board_id=notice";//
 }else if (Arg == "11"){
  location.href="/npro/bbs/c_list.php?board_id=data";//
 }else if (Arg == "12"){
  location.href="/main.php?cs=map";//
 }
}
