I have a unique situation (I've searched the forum) in which I'd like to try and fire a popup layer from a link on another page.

Here's a scenario; a link on the Services page goes to the Home page, then automatically opens the popup layer there -- for example: "javascript:xr_cpu(4)" onclick="return(xr_nn());" (these are the on-page anchor href elements that display the layer).

I'm familiar with xHTML and CSS, so hacking it in is fine. This would be something like linking to an on-page anchor, except the layer (div) is initially hidden.

Perhaps this can be done with Names, I don't know.