<%
cola="#DEEEFE"
colb="#BCD5FD"
col=cola
Flet="~"
while not rs.eof
Fl=UCase(mid(Trim(rs(2)),1,1))
nam=FromBase(rs(2))
url=Trim(FromBase(rs(1)))
if Flet <> "~" Then
if Fl <> Flet Then
%>
|
<%
end if
end if
Flet=Fl
%>
<% if (rs("mime") = "") Or IsNull(rs("mime")) Then %>
| |
<% else %>
%>) | |
<% end if %>
<%
if col=cola Then
col=colb
else
col=cola
end if
rs.movenext
wend
set rs=nothing
CloseBase(con)
%>
|