
<!--
function menu(Arg){
   var Arg;
	if (Arg == "a1"){	
		location.href="../about/about01.php";
	}else if (Arg == "a2"){
		location.href="../about/about02.php";
	}else if (Arg == "a3"){
		location.href="../about/about03.php";
	}else if (Arg == "a4"){
		location.href="../about/about04.php";
	}else if (Arg == "a4_2"){
		location.href="../about/about04s02.php";
	}else if (Arg == "a4_3"){
		location.href="../about/about04s03.php";
	}else if (Arg == "a4_4"){
		location.href="../about/about04s04.php";
	}else if (Arg == "a5"){
		location.href="../about/about05.php";
	}else if (Arg == "a6"){
		location.href="../about/about06.php";
		
		

	}else if (Arg == "b1"){
		location.href="../appeal/appeal01.php";	
	}else if (Arg == "b2"){
		location.href="../appeal/appeal02.php";	
	
		
		
	}else if (Arg == "c1"){
		location.href="../bbs/zboard.php?id=photo";			
	}else if (Arg == "c2"){
		location.href="../photo/photo02.php";
	}else if (Arg == "c2_2"){
		location.href="../photo/photo02s02.php";
	}else if (Arg == "c2_3"){
		location.href="../photo/photo02s03.php";
	}else if (Arg == "c2_4"){
		location.href="../photo/photo02s04.php";
		
		
		
    }else if (Arg == "d1"){
		location.href="../bbs/zboard.php?id=notices";			
	}else if (Arg == "d2"){
		location.href="../bbs/zboard.php?id=freeboard";		
	}else if (Arg == "d3"){
		location.href="../bbs/zboard.php?id=bodo";			
	}else if (Arg == "d4"){
		location.href="../square/square04.php";
	}else if (Arg == "d5"){
		location.href="../square/square05.php";
	}else if (Arg == "d6"){
		location.href="../square/square06.php";//»çÀÌÆ®¸Ê
		



    }else if (Arg == "e1"){
		location.href="../protect/protect01.php";
    }else if (Arg == "e2"){
		location.href="../bbs/zboard.php?id=sign";
    }else if (Arg == "e3"){
		location.href="../protect/protect03.php";
    }else if (Arg == "e4"){
		location.href="../protect/protect04.php";//Ä£±¸µÇ±â_¸ÞÀÏÆû
    }else if (Arg == "e5"){
		location.href="../bbs/zboard.php?id=hope";
    }else if (Arg == "e6"){
		location.href="../protect/protect06.php";
    }else if (Arg == "e7"){
		location.href="../protect/protect07.php";



	}else if (Arg == "t1"){//Home
		location.href="../main/main.php";			
    }else if (Arg == "t2"){//Login
		location.href="../bbs/loginpage.php";//Á¦ÀÛ¹×Å×½ºÆ®ÇÊ¿ä
    }else if (Arg == "t3"){//Join
		location.href="../main/join.php";
    }else if (Arg == "t4"){//»çÀÌÆ®¸Ê
		location.href="../square/square06.php";
    }else if (Arg == "t5"){//Contact
		location.href="mailto:utoro@freechal.com";	
    }else if (Arg == "t6"){//Eng
		location.href="../english/engindex.htm";
    }else if (Arg == "t7"){//Jap
		location.href="../japan/jpnindex.htm";


		
	}
}

//-->
