function showCredits()
{
	$('creditsBox').toggle();
}

function hideCredits()
{
	$('creditsBox').hide();
}
