#LOCAL("RequestProtocolAndServer", "")#IF(#INPUT.SERVER_PORT_SECURE)#SET("RequestProtocolAndServer", "https://".#INPUT.HTTP_HOST)#ENDIF
#IF((NOT #DEFINED(#System.JSDebugLevel) OR #System.JSDebugLevel == 0) AND NOT #DEFINED(#INPUT.Debug))
#ELSIF((#DEFINED(#System.JSDebugLevel) AND #System.JSDebugLevel == 1) OR (#DEFINED(#INPUT.Debug) AND #INPUT.Debug == 1))
#ENDIF
#ENDLOCAL