// Copyright

function Copy(){
copyrightY       = new Date();
copyrightYear    = copyrightY.getYear();
copyrightYear4   = (copyrightYear < 2000) ? copyrightYear+1900 : copyrightYear;
document.write('Copyright (C) Seiko I Infotech Inc., ');
document.write( copyrightYear4 );
document.write('. All Rights Reserved.');
}