<% Option Explicit %> <% Response.Buffer = true%> <% dim displayPage displayPage = Request.QueryString("displayPage") if displayPage = "" then displayPage = "default" end if SELECT CASE displayPage CASE "default" displayPage = "home.asp" 'displayPage = "tonylawV4/interfaceHTML/blank.htm" CASE "tlBase" displayPage = "tlBase/main.asp" END SELECT %> ::Tony Law Design Studio::