You need to remove the links to policy.asp from the following files:
login.asp
inc_header.asp
In admin home add this on the RHS somewhere, I've got it up top:if strAutoLogon <> "1" and mlev = 4 then
if strProhibitNewMembers <> "1" then
Response.Write " <LI><span class=""spnMessageText""><a href=""policy.asp"">Add New Member</a></span></LI>" & vbNewLine
end if
end if