function changeOver_jp01(){
	var text = "<ul class=\"list_media\"><li class=\"sub_tv\"><a target=\"_top\" href=\"/media/index.php\" onMouseOver=\"changeOver_footer_jp01()\" onMouseOut=\"changeOut_footer_jp01()\">TV</a></li><li class=\"sub_radio\"><a target=\"_top\" href=\"/media/radio.php\" onMouseOver=\"changeOver_footer_jp01()\" onMouseOut=\"changeOut_footer_jp01()\">RADIO</a></li><li class=\"sub_magazine\"><a target=\"_top\" href=\"/media/magazine.php\" onMouseOver=\"changeOver_footer_jp01()\" onMouseOut=\"changeOut_footer_jp01()\">MAGAZINE</a></li><li class=\"sub_web\"><a target=\"_top\" href=\"/media/web.php\" onMouseOver=\"changeOver_footer_jp01()\" onMouseOut=\"changeOut_footer_jp01()\">WEB</a></li></ul>";
	document.getElementById("sub").innerHTML = text;
}

function changeOver_jp02(){
	var text = "<ul class=\"list_live\"><li class=\"sub_tour\"><a target=\"_top\" href=\"/live/index.php\" onMouseOver=\"changeOver_footer_jp02()\" onMouseOut=\"changeOut_footer_jp02()\">TOUR</a></li><li class=\"sub_events\"><a target=\"_top\" href=\"/live/events.php\" onMouseOver=\"changeOver_footer_jp02()\" onMouseOut=\"changeOut_footer_jp02()\">EVENTS</a></li><li class=\"sub_dinosaur\"><a target=\"_top\" href=\"/live/dino.php\" onMouseOver=\"changeOver_footer_jp02()\" onMouseOut=\"changeOut_footer_jp02()\">DINOSAUR</a></li></ul>";
	document.getElementById("sub").innerHTML = text;
}


function changeOver_jp03(){
	var text = "<ul class=\"list_members\"><li class=\"sub_blog\"><a target=\"_top\" href=\"/members/blog/\" onMouseOver=\"changeOver_footer_jp03()\" onMouseOut=\"changeOut_footer_jp03()\">BLOG</a></li><li class=\"sub_equipments\"><a target=\"_top\" href=\"/members/equipments/\" onMouseOver=\"changeOver_footer_jp03()\" onMouseOut=\"changeOut_footer_jp03()\">EQUIPMENTS</a></li><li class=\"sub_profile\"><a target=\"_top\" href=\"/members/\" onMouseOver=\"changeOver_footer_jp03()\" onMouseOut=\"changeOut_footer_jp03()\">PROFILE</a></li></ul>";
	document.getElementById("sub").innerHTML = text;
}



function changeOver_jp04(){
	var text = "<ul class=\"list_disco_bio\"><li class=\"sub_disco\"><a target=\"_top\" href=\"/disco_bio/album.php\" onMouseOver=\"changeOver_footer_jp04()\" onMouseOut=\"changeOut_footer_jp04()\">DISC</a></li><li class=\"sub_bio\"><a target=\"_top\" href=\"/disco_bio/bio.php\" onMouseOver=\"changeOver_footer_jp04()\" onMouseOut=\"changeOut_footer_jp04()\">BIOGRAPHY</a></li></ul>";
	document.getElementById("sub").innerHTML = text;
}


function changeOver_jp05(){
	var text = "<ul class=\"list_web\"><li class=\"sub_contact\"><a target=\"_top\" href=\"/web/contact.php\" onMouseOver=\"changeOver_footer_jp05()\" onMouseOut=\"changeOut_footer_jp05()\">CONTACT</a></li></li><li class=\"sub_other\"><a target=\"_top\" href=\"/web/other.php\" onMouseOver=\"changeOver_footer_jp05()\" onMouseOut=\"changeOut_footer_jp05()\">OTHER</a></li><li class=\"sub_shop\"><a target=\"_top\" href=\"/web/shop.php\" onMouseOver=\"changeOver_footer_jp05()\" onMouseOut=\"changeOut_footer_jp05()\">SHOP</a><li class=\"sub_mail\"><a target=\"_top\" href=\"/web/mail/\" onMouseOver=\"changeOver_footer_jp05()\" onMouseOut=\"changeOut_footer_jp05()\">MAIL SERVICE</a></li></ul>";
	document.getElementById("sub").innerHTML = text;
}


