%@ LANGUAGE = VBScript %>
<% Option Explicit %>
<% if Session("FONTSIZE") = "" then %>
<% else %>
<%
On Error Resume Next
Dim path, currentobj, mbw, maxtext, logonly
path=Session("spath")
Session("path")=path
Session("SpecObj")=""
Session("SpecProps")=""
Set currentobj=GetObject(path)
%>
<%
function writeSlider(prop, stops, width, selnum)
dim slidestr, i
slidestr=""
for i=0 to stops-2
slidestr=slidestr & drawStop(i,prop, selnum)
slidestr=slidestr & "
"
Next
slidestr=slidestr & drawStop(i, prop, selnum)
slidestr=slidestr & "
"
writeSlider=slidestr
end function
function drawStop(curr,prop, selnum)
dim thisname, slidestr,formname
thisname=quote & prop & curr & quote
if Session("IsIE") then
formname = "parent.document.userform."
else
formname = "document.userform."
end if
slidestr=""
if curr=selnum then
drawStop=slidestr & "
"
else
drawStop=slidestr & "
"
end if
end function
%>
<%= sFont("","","",True) %>
<%= L_PERFORMANCE_TEXT %>
|