/* オリジナル JavaScript */

	function openCreditWindow(url){

		window.open(url, "credit_window", "width=650,height=550,scrollbars=yes");

	}
