' Initialization Functions
' Creates the Browser Interface for TaskPads
on error resume next ' prevents constant redefinition errors
const TP_SCRIPT_FOR_MENU = "if not sysevent.clientSession.CurrentLocation is nothing then sysevent.ClientSession.CurrentLocation.REPLACETHIS"
on error goto 0
TPCreateInterface
'Main body of work
sub TPCreateInterface()
''''''Shortened
''''''
end sub