%@ LANGUAGE=VBScript %> <% Option Explicit %> <% Response.Expires = 0 %> <% Const LARGE = 1 Dim pg pg=Request.QueryString("pg") if Request("jsfontsize") <> "" then Session("JSFONTSIZE") = Request("jsfontsize") else Session("JSFONTSIZE") = LARGE end if if Session("FONTFACE") <> "" then Session("JSFONT") = Session("FONTFACE") else Session("JSFONT") = "Verdana" end if %>