super.startElement("", "tab-layout", "tab-layout", a);
Collection tools = pm.getToolsWithFunctions();
for(Iterator it = tools.iterator(); it.hasNext();) {
AttributesImpl attr = new AttributesImpl();
PortalTool pt = (PortalTool) it.next();
attr.addCDATAAttribute("parameter", "tools/functions/" + pt.getId());
attr.addCDATAAttribute("name", pt.getName());
attr.addCDATAAttribute("http://apache.org/cocoon/i18n/2.1", "attr", "i18n:attr", "name");
if(selected != null) {
if(selected.equals(pt.getId())) {
attr.addCDATAAttribute("selected", "true");