<%
Dim strPage, strSection
strPage=Request.ServerVariables("SCRIPT_NAME")
filespec="nav.asp"
filespec = Server.MapPath(filespec)
set fs = CreateObject("Scripting.FileSystemObject")
set f = fs.OpenTextFile(filespec)
content = f.ReadAll()
set f = nothing
set fs = nothing
Response.Write(content)
%>
Search the PHII Website
Enter one or more keywords to search for using the Zoom Search Engine.
Note that '*' and '?' wildcards are supported.