At the end of files pop_config_help.asp and pop_help.asp there is
%>
<!--#INCLUDE FILE="inc_footer_short.asp" -->
Both of these files include inc_header_short.asp, which further includes inc_func_common.asp, which already include inc_footer_short.asp...
Replace both file ends with:
Call WriteFooterShort()
%>
Fixed in v4b04 (alpha 02=>03)...