code to modify links in read index pages only to add "[>#]" to identify link number. Recorded all links on a page in an array and
used URI to handle relative links including "../index" type links (I hope, there were none to test).
Added UI to navigate by link #s I made, went with kludgy dialog box. Had the idea to use > and < for navigation to copy the '[>#]' format I added to index page link lines, which works not bad. Added some help to status bar, other stuff.
What needs to get added is some 'branding' (program name, about dialog) and a help dialog and to reorganize the menu so it's not crazy.
Also could remove some of the status dialogs.