This file provides a container in which the lightwindow is loaded. This means that the client's site doesn't have to load up the lightwindow js. BUT, they still have to load up the container that loads the lightframe. This is all just one big hassle - let's just load up the lightframe directly.
The only reason I wanted to do it this way was to avoid cross domain/cross frame scripting problems. But even with the container, I'll still have to do cross-frame scripting since the container can't show/hide itself at will. So, I might as well ditch the container and jsut go for straight lightframe.
outside container before
outside container after
Show lwContainer
Hide lwContainer