%
UserAgent = Request.ServerVariables("HTTP_USER_AGENT")
rootDir = "/"
cssDir = rootDir & ".css/"
imgDir = rootDir & "v_img/"
strWidth = "400"
strHeight = "300"
dlStr = "
"
noStr = "
"
%><%
cssFileName(UserAgent)
If(Session("plFm")="mac") Then
currentPlatform = "_mac"
strCodeBase = ""
ElseIf(Session("plFm")="win") Then
currentPlatform = ""
strCodeBase = " codebase='/plugins/windows/ie/Cult3D_IE_5.3.0.228.cab#version=5,3,0,228'"
Else
currentPlatform = ""
strCodeBase = " codebase='/plugins/windows/ie/Cult3D_IE_5.3.0.228.cab#version=5,3,0,228'"
End If
strSRC = "eos_rebel.co"
strName = "CultObject"
strNameNN = "CultEmbed"
objStr = ""
%>