> For #1 below, I switched to using the javascript "window.open" > command instead of navigateToURL() with "_blank" for the target.
Yes, a window opened with javascript can be closed with javascript without warning, but be aware that popup-blockers stop windows being opened using window.open when called from ExternalInterface - users will see a message like 'blocked one popup from this site, click here to see it'.

