I'm afraid I can't help you very much because I'm unfamiliar with this script. The following may be helpful though.
You should be able to go to the home page when the first link of the breadcrumbs is clicked on by replacing
Code:
this.homecrumbtext='Home Dir'
in the js-file width something like
Code:
this.homecrumbtext='<span style="cursor: pointer" onclick="location.href=\'page1.html\';">Home Dir</span>'
(if your home page is called 'page1.html'; if not replace 'page1.html' width your home page name). Of course you can replace Home Dir with whatever text you want.
To make sure that the menu returns to its initial state (when the first link of the breadcrumbs is clicked on), set enable to false for persist, at least on the home page.
Bookmarks