I'm designing a website in DWMX which showcases tourist locations using 360
degree QTVR panoramas [url]http://www.lookaroundcornwall.com[/url].

I want to add alternate language versions to the site. One way to do this
would be to duplicate the site for each language and direct the viewer to the
appropriate site given their language selection. This strikes me a a messy and
labour-intensive way of doing it and I'd rather just include a separate layer
for each language version.

To do this, I'd need to have the selected language layer display and hide any
other language layers on the basis of a language selection made once. I've used
show/hide layers and [url]http://www.projectseven.com/index.htm/[/url] autolayers to do
this on individual pages in response to a mouseover event e.g to create a
rollover menu, but this is more involved. I'm no code jockey, but I can see
that I'll need to set some kind of global variable when the language selection
is made and have the relevant layer visibility set when the page loads
according to it's value.

Can anyone give me an idea of how to go about this?

Ken