function goMain(branch) {
	document.location.href="/index.jsp?branch="+branch;
}
function goEN(branch) {
	document.location.href="/en/index.jsp?branch="+branch;
}
function goCN(branch) {
	document.location.href="/cn/index.jsp?branch="+branch;
}
function goJP(branch) {
	document.location.href="/jp/index.jsp?branch="+branch;
}
