<!--
function menu(Arg){
   var Arg;
 if (Arg == "a1"){
  location.href="/greeting.asp ";
 }else if (Arg == "a2"){
  location.href="/organization.asp";
 }else if (Arg == "a3"){
  location.href="/association.asp";
 }else if (Arg == "a4"){
  location.href="/history.asp";
 }else if (Arg == "a5"){
  location.href="/chairman.asp";
 }else if (Arg == "a6"){
  location.href="/member.asp";
 }else if (Arg == "a7"){
  location.href="/location.asp";



 }else if (Arg == "b1"){
  location.href="/blist.asp?bt=contest";


 }else if (Arg == "c1"){
  location.href="/blist.asp?bt=gallery";
 }else if (Arg == "c2"){
  location.href="/blist.asp?bt=gallery01";
 }else if (Arg == "c3"){
  location.href="/blist.asp?bt=gallery02";



 }else if (Arg == "d1"){
  location.href="/blist.asp?bt=freeboard";
 }else if (Arg == "d2"){
  location.href="/blist.asp?bt=dataroom";
 }else if (Arg == "d3"){
  location.href="/blist.asp?bt=intern";


 }else if (Arg == "e1"){
  location.href="/umbrella.asp";
 }else if (Arg == "e2"){
  location.href="/branch.asp";
 }else if (Arg == "e3"){
  location.href="/culture.asp";
 }else if (Arg == "e4"){
  location.href="/kukak.asp";


 }else if (Arg == "f1"){
  location.href="/blist.asp?bt=notice";
 }else if (Arg == "f2"){
  location.href="/blist.asp?bt=news";
 }else if (Arg == "f3"){
  location.href="/blist.asp?bt=culture_news";




 }else if (Arg == "map1"){
  location.href="/umbrella.asp";
 }else if (Arg == "map2"){
  location.href="/umbrella01.asp";
 }else if (Arg == "map3"){
  location.href="/umbrella02.asp";
 }else if (Arg == "map4"){
  location.href="/umbrella06.asp";
 }else if (Arg == "map5"){
  location.href="/umbrella03.asp";
 }else if (Arg == "map6"){
  location.href="/umbrella04.asp";
 }else if (Arg == "map7"){
  location.href="/umbrella05.asp";
 }else if (Arg == "map8"){
  location.href="/umbrella07.asp";
 }else if (Arg == "map9"){
  location.href="/umbrella08.asp";
 }else if (Arg == "map10"){
  location.href="/umbrella09.asp";
 }else if (Arg == "map11"){
  location.href="/umbrella10.asp";
 }
}

//-->

