function switch_on_menu(m1, m2) {
try
{
for (midx=1; midx<=5; midx++) {
oD1 = eval("document.getElementById('menu"+ midx +"')");
if (midx == m1) {
if (oD1) { oD1.className = "on"; }
} else {
if (oD1) { oD1.className = ""; }
}
}
oD2 = eval("document.getElementById('menu"+ m1 +"_b"+ m2 +"')");
if (oD2) { oD2.className = "on"; }
}
catch (e) {}
}
function display_top_jcubei() {
var str_top_jcubei = '';
str_top_jcubei += '
';
document.write(str_top_jcubei);
}
function display_top_jcubei_en() {
var str_top_jcubei_en = '';
str_top_jcubei_en += '';
document.write(str_top_jcubei_en);
}
function display_top_biz() {
var str_top_biz = '';
str_top_biz += '';
document.write(str_top_biz);
}
function display_footer() {
var str_footer = '';
str_footer += '';
document.write(str_footer);
}
function display_footer_en() {
var str_footer_en = '';
str_footer_en += '';
document.write(str_footer_en);
}