POP UP Creator (original idea: guistuff.com  and andxeron.org )

Windows Variable:
Name of the variable of window. If then you won't use it you can leave it blank
URL of window:
URL of the window you want to open including:http://
Window Name:
You have to put the name of the POP Up window
Width:
Set the width in pixels
Height:
Set height  in pixels
From above:
Distance in pixels
From the left:
Distance in pixels
Size:
Allow window resizing?
Scrollbar:
Allow scrollbars in window?
Menu Bar:
Allow menu Bar in window?
Tool Bar:
Allow toolbar in window?
Status Bar:
Allow status bar in window?
Address Bar:
Allow address bar in window?

The  function launch ()  will open the new window. See examples below.

Examples: <a href="javascript:launch()">Open window</a>

                 <a href="javascript:window.open('etc','WindowName','etc')">Open window</a>

                 <body OnLoad="javascript:launch()">