Javascript to open a new window.
if opener is not empty, use opener of current window to
determine proper size of new window.
Property Values Means
toolbar 1, 0 (on, off) (back,forward buttons, etc)
location 1, 0 (current URL field)
directories 1, 0 (directory buttons - ugh)
status 1, 0 (status line at bottom)
menubar 1, 0 (menu bar - file, edit, view etc.)
scrollbars 1, 0 (enables scroll bars when needed)
resizable 1, 0 (resize windows? note spelling!)
width pixels (initial width of window)
height pixels (initial height of window)