
$(document).ready(function(){
	$("#credits").colorbox({width:"450px", inline:true, href:"#credits-window"});
});

