<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% ' *** Restrict Access To Page: Grant or deny access to this page MM_authorizedUsers="Admin,Member" MM_authFailedURL="index.asp" MM_grantAccess=false If Session("MM_Username") <> "" Then If (false Or CStr(Session("MM_UserAuthorization"))="") Or _ (InStr(1,MM_authorizedUsers,Session("MM_UserAuthorization"))>=1) Then MM_grantAccess = true End If End If If Not MM_grantAccess Then MM_qsChar = "?" If (InStr(1,MM_authFailedURL,"?") >= 1) Then MM_qsChar = "&" MM_referrer = Request.ServerVariables("URL") if (Len(Request.QueryString()) > 0) Then MM_referrer = MM_referrer & "?" & Request.QueryString() MM_authFailedURL = MM_authFailedURL & MM_qsChar & "accessdenied=" & Server.URLEncode(MM_referrer) Response.Redirect(MM_authFailedURL) End If %> <% Response.Expires = 0 %> DiCom Software - Customer Support
<%="Welcome, " & Session("svarNName")%>
   
Sections:
Home
Profile
User Committees
Knowledge Base
Forums
Downloads
Support Request
Logout
Downloads

Section Menu: Downloads | DiCom Files | User Contributed Files | Upload Wizard for Users

There are two distinct groups of available downloads. First, files that DiCom releases to support their products. Second, files that are created and made available by the user community through our upload application.

You can download files from both groups. However, you are only able to upload to the User Community Files group.

 

 

 

DiCom Software Corporation - Copyright © 2003, All Rights Reserved
DiCom Software Home Page - Terms of Use and Privacy Statement