
function toggleSidebar(which) {
	$('#' + which + " ul").toggle('fast');
	$('#' + which + " h3 i").toggle();
}

