function showSubmenu (submenuId) {
	jQuery('#' + submenuId).show();
}

function hideSubmenu (submenuId) {
	jQuery('#' + submenuId).hide();
}
