<%
var minWidth=84;
if (dashboardFeatures.tooltip) minWidth+=28;
if (dashboardFeatures.has_share=='yes') minWidth+=28;
if (dashboardFeatures.has_settings=='yes') minWidth+=28;
if (apps) minWidth+=28;
%>
CLOSE
<% if (dashboardFeatures.tooltip) { %>
HELP
<% } %>
COLOR
<% if (dashboardFeatures.has_share=='yes') { %>
SHARE
<% } %>
<% if (dashboardFeatures.has_settings=='yes') { %>
SETTINGS
<% } %>
REFRESH
<% if (apps) { %>
APPS
<% } %>