function toggle_block(bid) {
	$(function() {
		$("#block_" + bid).toggle();
		$("#switch_" + bid + " > span").toggle();
	});
}
