I am using the show and hide layers JS from Dreamweaver. I am using it to have
simulated "tabs" on the HTML page, so I have a div set up for Tab1, one set up
for Tab 2, etc. When the user clicks Tab1 it shows only the content for that
div tag, and when the user clicks Tab2 it shows only the content for that div
tag, etc. My CSS hides all tabs except for tab1 when the page is loaded. All
works fine, but from another page on my web site I need to link to Tab2 and I'm
not sure how to get the link set up so it displays the tab2 content - it always
just shows the first tabs content. Thanks.