//各階層共通外部JavaScript

// Copyright　テキスト
function copyright(){
	document.open();
	document.write('Copyright (C) 2004 CRYSTAL ARTS Inc. All Rights Reserved.');
	document.close();
}
