// JavaScript Document
// JavaScript Document

function go(url)
{
	if(url=="home")
		location.href="../home/index_tw.html";
		
	if(url=="pic")
		location.href="../pic/index_tw.html";
	
	if(url=="music")
		location.href="../music/index_tw.html";
		
	if(url=="video")
		location.href="../videos/index_tw.html";
		
	if(url=="down")
		location.href="../down/index_tw.html";	
		
	if(url=="tran")
		location.href="../translation/index_tw.html";	
		
	if(url=="about")
		location.href="../about/index_tw.html";

	if(url=="links")
		location.href="../links/index_tw.html";
		
	if(url=="bbs")
		location.href="../bbs/index_tw.php";
}