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

function menu(Arg){
   var Arg;
 if (Arg == "1"){
  location.href="/s1.php";//
 }else if (Arg == "2"){
  location.href="/s2.php";//
 }else if (Arg == "3"){
  location.href="/s3.php";//
 }else if (Arg == "4"){
  location.href="/s4.php";//
 }else if (Arg == "5"){
  location.href="/s5.php";//
 }else if (Arg == "6"){
  location.href="/s6.php";//

  }
}
