function credits(){
	window.open('credits.html','popup2','width=300,height=200,status=no,scrollbars=no,top=' + (screen.height/2-100) + ',left=' + (screen.width/2-175));
}
