This example shows several popup windows that use different options.
Notice that you can control:
Trigger element -- This can be a DIV, an HREF (link), a button or another HTML element.
Alignment -- You can control where the popup appears relative to the triggering element.
Trigger event -- These are standard DOM events such as click, mouseover and mouseup.
Popup elements -- Since popups are standard windows, you can choose to include or exclude the standard minimize,
maximize, close and resize elements. If you choose not to include a close button,
you will need to provide a different way for the user to close the popup.