However, I want a different page to appear for each link. I don't want to use the content panel box link for it to drop down. Sort of like a lightbox I suppose. Maybe I should just edit the good ole lightbox script?
Sure. A lot of lightboxes just use a div the full size of the window with some opacity to "dim" the screen. You could just set that opacity value to a full 1.0 to "cover" the screen.
http://www.javascriptkit.com/script/scr ... anel.shtml
However, I want a different page to appear for each link. I don't want to use the content panel box link for it to drop down.
Sort of like a lightbox I suppose. Maybe I should just edit the good ole lightbox script?