  function MenuOn(x){          obj = document.getElementById("sub"+x).style.visibility="visible";}function MenuOff(x){          obj = document.getElementById("sub"+x).style.visibility="hidden"; }var myDate = new Date();document.write ('Copyright(c) ' + myDate.getFullYear() + ' hachioji.F.C rights reserved.');function popup(url) {	window.open(url,'pop','scrollbars=yes,resizable=no,width=650,height=450');}
