Is it possible to trigger navigation to a specific frame in a swf from an html href using javascript or anything else?

Here's what I'm trying to do: I've created a swf which acts as an animated opening to the site, but it's not an intro, the end state of the swf is the interface for the home page of the site. Of course, when the user hits the "back button" they are forced to view the complete animation again (which is not very long, but can still be annoying). I figure I have to live with this aspect -- maybe not?

The real question I have is this: when a user clicks the "Home" button anywhere else on the site I currently have a second swf which duplicates the resting state of the "intro" movie while maintaining its interaction. Is there a way to have this same functionality without having to have a second swf?

You can view the file here: http://www.tippmanngroup.com/Rick/

Any input would be greatly appreciated.

Rick