%@ Language=VBScript %>
<% Option Explicit %>
<% Dim oConn, oRs1, sSql 'DB Connection Variables %>
<% Set oConn = Server.CreateObject("ADODB.Connection") %>
<% oConn.Open Application("CONNSTR") 'Init DB Connection %>
<% '------------ Init Page Variables ------------ %>
<% Dim Download, sTime %>
<% %>
<% '------------ =================== ------------ %>
<%
dim browserdetect, browser
Set browserdetect = Server.CreateObject("MSWC.BrowserType")
browser=browserdetect.Browser
%>
90%<%else%>600<%end if%>" height="100%" cellpadding="3" cellspacing="0" border="0" align="top" valign="left">
|
|
Service Downloads
Items related to ARC products that may be downloaded consist of Forms, Catalogs, Example Reports, or White Papers.
|
|
|
Static documents are provided in Adobe® PDF file format (*.pdf). These files are viewed in your browser and can be saved to your local machine.
Compressed files (*.zip or *.cab) for software or interactive forms are not viewable, but may be downloaded. (IE Users: Right-clicking the links allows you to target and rename your download)
|
Forms
|
<%
sSQL = "Select * from downloads where download='Form' and Type='Service' and status='Active' order by ordernum"
set oRs1 = Server.CreateObject("ADODB.Recordset")
oRs1.Open sSQL, oConn, 3, 3
%>
| Description |
File Name |
File Size |
Download Time @ 56K |
<% do While not oRs1.EOF %>
| <%=oRs1("Description")%> |
/<%=oRs1("Download")%>/<%=oRs1("FileName")%>"><%=oRs1("FileName")%> |
<%=FormatNumber(oRs1("FileSize")/1024,2)%> KB |
<%
Download = (oRs1("FileSize")/1024)/5.3
if Download >= 60 then
Download = Download/60
sTime = " min."
else
sTime = " sec."
end if
%>
<%=FormatNumber(Download,2)%> <%=sTime%> |
<%oRs1.MoveNext()%>
<%loop%>
|
Catalogs
|
<%
sSQL = "Select * from downloads where download='Catalog' and Type='Service' and status='Active' order by ordernum"
set oRs1 = Server.CreateObject("ADODB.Recordset")
oRs1.Open sSQL, oConn, 3, 3
%>
| Description |
File Name |
File Size |
Download Time @ 56K |
<% do While not oRs1.EOF %>
| <%=oRs1("Description")%> |
/<%=oRs1("Download")%>/<%=oRs1("FileName")%>"><%=oRs1("FileName")%> |
<%=FormatNumber(oRs1("FileSize")/1024,2)%> KB |
<%
Download = (oRs1("FileSize")/1024)/5.3
if Download >= 60 then
Download = Download/60
sTime = " min."
else
sTime = " sec."
end if
%>
<%=FormatNumber(Download,2)%> <%=sTime%> |
<%oRs1.MoveNext()%>
<%loop%>
|
Example Reports
|
<%
sSQL = "Select * from downloads where download='ExampleReport' and Type='Service' and status='Active' order by ordernum"
set oRs1 = Server.CreateObject("ADODB.Recordset")
oRs1.Open sSQL, oConn, 3, 3
%>
| Description |
File Name |
File Size |
Download Time @ 56K |
<% do While not oRs1.EOF %>
| <%=oRs1("Description")%> |
/<%=oRs1("Download")%>/<%=oRs1("FileName")%>"><%=oRs1("FileName")%> |
<%=FormatNumber(oRs1("FileSize")/1024,2)%> KB |
<%
Download = (oRs1("FileSize")/1024)/5.3
if Download >= 60 then
Download = Download/60
sTime = " min."
else
sTime = " sec."
end if
%>
<%=FormatNumber(Download,2)%> <%=sTime%> |
<%oRs1.MoveNext()%>
<%loop%>
|
White Papers
|
<%
sSQL = "Select * from downloads where download='WhitePaper' and Type='Service' and status='Active' order by ordernum"
set oRs1 = Server.CreateObject("ADODB.Recordset")
oRs1.Open sSQL, oConn, 3, 3
%>
| Description |
File Name |
File Size |
Download Time @ 56K |
<% do While not oRs1.EOF %>
| <%=oRs1("Description")%> |
/<%=oRs1("Download")%>/<%=oRs1("FileName")%>"><%=oRs1("FileName")%> |
<%=FormatNumber(oRs1("FileSize")/1024,2)%> KB |
<%
Download = (oRs1("FileSize")/1024)/5.3
if Download >= 60 then
Download = Download/60
sTime = " min."
else
sTime = " sec."
end if
%>
<%=FormatNumber(Download,2)%> <%=sTime%> |
<%oRs1.MoveNext()%>
<%loop%>
|
Adobe® Portable Document Format (PDF) is a universal file format that preserves all the fonts, formatting, graphics, and color of any source document, regardless of the application or platform used to create it. Adobe PDF files are compact and can be shared, viewed, navigated, and printed exactly as intended by anyone with free Adobe Acrobat® Reader® software.
Interactive forms are html documents that provide a way for you to fill out a form using your browser as the document host on your local machine. Once the file is downloaded and uncompressed, you can fill it out offline, save it to the same file name or a new file name, and e-mail it to the appropriate department. The fields in the html form are maintained in the save action and this allows you to fill it out at your leisure. The form can then be sent via e-mail instead of faxing a hand-written, completed form or having to fill it out while on-line.
|