POP UP Creator (original idea: guistuff.com and andxeron.org )
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()">