Link to specified frame on a different page?

Hello,

I think this question is similiar to the recent post called “goto and play”, but I am wanting to accomplish two different things:

  1. To open a specified frame in a single-scene .swf file

  2. To link to this frame from a different web page.

Here is the project URL:
<http://www.gatewaytola.org>

The Flash header links at the top of the page – HOTELS, PARKING, etc. – need to take visitors to
<http://www.gatewaytola.org/maphome.html>

… But HOTELS should take them to the Hotels frame of the .swf file that is embedded on the maphome.html page, PARKING should take them to the Parking frame, etc.

I am not sure if this is a pure ActionScript thing, or if I need to employ some JavaScript, or something else.

Thanks for any suggestions you can give!