function admin_show_bar_alerts() 
{
	$('#bar_alerts_pane').slideDown('slow');
}