% Const EXTCUSTOMLOGPATH = "IIS://localhost/Logging/Custom Logging" Const EXTCUSTOMLOGKEYTYPE = "IISCustomLogModule" Const NOEVENT = "" Const ALLOWOPERATORS = False Const ADMINONLY = True Const LAST = True Const NOTLAST = False Const LINES = True Const NOLINES = False Const INDENTSIZE = 4 Const MIDDLE = "middle" Const TOP = "top" Const BOTTOM = "bottom" dim PANELBGCOLOR PANELBGCOLOR= "#FFFFFF" if not Session("IsIE") then PANELBGCOLOR= "#FFFFFF" end if if Session("stype") = "www" then ExtSvcPath = EXTW3SVCPATH else ExtSvcPath = EXTMSFTPSVCPATH end if dim vAlignText if Session("IsIE") then vAlignText = "ALIGN=" & TOP else vAlignText = "ALIGN=" & MIDDLE end if 'On Error Resume Next function writeTreeItem(fldName,fldMask,onClick,AdminOnly,fldLabel,isLast,drawLines, depth) dim outputStr outputStr = chr(13) & "