// JavaScript Document

function openCredits(url){
	window.open(url,"credits","width=300,height=520");
	
	return false;
}

