% If InStr(Request.ServerVariables("HTTP_USER_AGENT"), "MSIE") = 0 Then ' Assume to be netscape. strMenuSource = "topmenu_ns.htm" lngMenuHeight = 70 Else ' Otherwise, use standard top menu file. strMenuSource = "topmenu.htm" lngMenuHeight = 66 End If %> <% If Trim(Request("page")) <> "" Then strPage = Request("page") Else strPage = "themes/introduction.htm" End If %>