function copyright(){
myDate = new Date();
myYear = "Copyright &copy; "+myDate.getFullYear()+" KYOWA SANGYO Co.,Ltd. All Rights Reserved.";
document.write(myYear);
}

