function showActionPanel(panelId) {
	$(panelId).show();
	$(panelId).siblings().hide();
	return false;
}
