%
UserAgent = Request.ServerVariables("HTTP_USER_AGENT")
rootDir = "/"
cssDir = rootDir & ".css/"
imgDir = rootDir & "v_img/"
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 = "ssc1.co"
' strWidth = "400"
' strHeight = "300"
strWidth = "400"
strHeight = "400"
strName = "CultObject"
strName = "CuldEmbed"
objStr = ""
%>