//플래시 상단 스크립트 URL

function menu(Arg){
   var Arg;
  // 로고
 if (Arg == "00"){
  location.href="/";}//
//홈
 else if (Arg == "01"){
  location.href="/";}//
  //사이트맵
  else if (Arg == "02"){
  location.href="/main.php?mm=sitemap";}//
    else if (Arg == "02_e"){
  location.href="/main_e.php?mm=sitemap";}//
    else if (Arg == "02_c"){
  location.href="/main_c.php?m1=sitemap";}//
  //영어
   else if (Arg == "03"){
  location.href="/index_e.php";}//
  //중국어
   else if (Arg == "04"){
  location.href="/index_c.php";}//


// 메인플래시 연결 주소
  else if (Arg == "m1"){
  location.href="/list.php?ca_id=a0";}//
  else if (Arg == "m1_e"){
  location.href="/list.php?ca_id=g0";}//
  else if (Arg == "m1_c"){
  location.href="/list.php?ca_id=m0";}//
// 전통악기
  else if (Arg == "m3"){
  location.href="/";}//
// 교육용 악기
  else if (Arg == "m2"){
  location.href="/";}//

//왼쪽 메뉴 배너
  else if (Arg == "smb"){
  location.href="/main.php?mm=s51";}//
//왼쪽 메뉴 배너_영문
  else if (Arg == "smb_e"){
  location.href="/main_e.php?mm=s51";}//
//왼쪽 메뉴 배너_중문
  else if (Arg == "smb_c"){
  location.href="/main_c.php?mm=s51";}//


 // 퀵메뉴
  else if (Arg == "q1"){
  location.href="/main.php?mm=s11";}
  else if (Arg == "q2"){
  location.href="/list.php?ca_id=10";}
  else if (Arg == "q3"){
  location.href="/bbs/board.php?bo_table=s41";}
  else if (Arg == "q4"){
  location.href="/main.php?mm=s31";}
  else if (Arg == "q5"){
  location.href="/main.php?mm=s51";}

 // 퀵메뉴_영어
  else if (Arg == "q1_e"){
  location.href="/main_e.php?mm=s11";}
  else if (Arg == "q2_e"){
  location.href="/list.php?ca_id=40";}
  else if (Arg == "q3_e"){
  location.href="/bbs/board.php?bo_table=s41_e";}
  else if (Arg == "q4_e"){
  location.href="/main_e.php?mm=s31";}
  else if (Arg == "q5_e"){
  location.href="/main_e.php?mm=s51";}

 // 퀵메뉴_중국어
  else if (Arg == "q1_c"){
  location.href="/main_c.php?m1=s11";}
  else if (Arg == "q2_c"){
  location.href="/list.php?ca_id=70";}
  else if (Arg == "q3_c"){
  location.href="/bbs/board.php?bo_table=s41_c";}
  else if (Arg == "q4_c"){
  location.href="/main_c.php?m3=s31";}
  else if (Arg == "q5_c"){
  location.href="/main_c.php?m5=s51";}
}

