OK, well I cannot easily test this here because I would have to download all of your pages (remember what I said about not being able to use off site content). But, the two scripts seem compatible so, it should work. Add the Iframe SSI script II into the head as it tells you to and set the:
Code:
var iframeids=["external"]
Then, in the Drop-down Document Viewer script, find this line:
Code:
document.getElementById("external").src=selectedurl
Replace it with this one:
Code:
loadintoIframe('external', selectedurl)
Bookmarks