// 菜单。。古老的代码。07年写的，四年了，一直没改
function showMenu(id) {
	for(i=1;i<=5;i++) {
		if(document.getElementById("narutolist"+i)){document.getElementById("narutolist"+i).style.display="none";}
	}
	document.getElementById("narutolist"+id).style.display="";
}
