else if (command.equals(MenuPrinter.STATISTICS_HTTP.getName()))
request.setAttribute(Attributes.CONTENT, new HttpStatisticsPrinter(_mbsc));
else if (command.equals(MenuPrinter.HTTP_LOGS.getName()))
request.setAttribute(Attributes.CONTENT, new FileLogPrinter(_mbsc, MenuPrinter.HTTP_LOGS, HTTP_LOG, false));
else if (command.equals(MenuPrinter.DAR.getName()))
request.setAttribute(Attributes.CONTENT, new DarPrinter(_mbsc));
else if (command.equals("statisticGraph.png"))
{
forward = false;
doGraph(request, response);
}