$(document).ready(function() {
	$('#show-games').click(function(){
		$('#games').toggle(0);
	});
});
