<% if (data.getNumConferences()>0) { %>
| 
          <%
            if (data.isConferenceHidden(conf))
            { // conference is hidden - this command will show it
              tail = "&cmd=SH&flag=0";
              image = "icn_off.gif";
              alt = "Hidden (toggle)";
            } // end if
            else
            { // conference is non-hidden - this command will hide it
              tail = "&cmd=SH&flag=1";
              image = "icn_on.gif";
              alt = "Displayed (toggle)";
            } // end else
          %>
           | 
        
          <% if (i==(data.getNumConferences()-1)) { %> <% } else { %>
            <% tail = "&cmd=SS&oc=" + data.getNextConfID(conf); %>
             | 
        
          <% if (i==0) { %> <% } else { %>
            <% tail = "&cmd=SS&oc=" + data.getPrevConfID(conf); %>
             | 
        
          "> | 
        <%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,2) %> <%= StringUtil.encodeHTML(conf.getName()) %> | 
| 
         | 
      <%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,2) %> This indicates that the conference is displayed in the SIG's conference list. Click the symbol to hide it. | 
| 
         | 
      <%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,2) %> This indicates that the conference is hidden in the SIG's conference list. Click the symbol to display it. | 
| 
         | 
      <%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,2) %> Click this symbol to move the specified conference down in the SIG's conference list. | 
| 
         | 
      <%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,2) %> Click this symbol to move the specified conference up in the SIG's conference list. | 
| 
         | 
      <%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,2) %> Click this symbol to delete the specified conference. You will be prompted to confirm this action. |