Page is a not externally linkable
rocknbil - 4:00 pm on Apr 10, 2012 (gmt 0)
Do a search for show hide div. There are many ways. One is to set the CSS of the element to display:none, then on click call a function that sets the display of that element to block. Be sure to return false from the function so the link doesn't navigate.