<%
if Application("DHTML_menudivtags") <> "" or Application("DHTML_NON_menudivtags")<> "" then
if SHOW_TEXT_CATEGORY_LINKS = true then%>
 |
<%if SHOW_DHTML_MENU=true then
'Response.Write(Application("DHTML_menudivtags"))
else
'Response.Write(Application("DHTML_NON_menudivtags"))
end if%>
 |
<%
else%>
 |
<%if SHOW_DHTML_MENU=true then
'Response.Write(Application("DHTML_menudivtags"))
else
'Response.Write(Application("DHTML_NON_menudivtags"))
end if%>
 |
<%end if
end if
%>