
| directories | no|yes | includes the Personal toolbar (not all browsers support this) | |
| menubar | no|yes | includes the Menubar | |
| location | no|yes | includes the URL bar | |
| mresizable | no|yes | Allows the user to resize the window | |
| scrollbars | no|yes | includes the horizontal and verticle scrollbars (only if necessary) | |
| titlebar | no|yes | prevents the window from having a title bar is the value is no (or 0). Title bars are included by default. | |
| toolbar | no|yes | includes the toolbar | |
| width | number | widow width in pixels | |
| height | number | widow height in pixels | |
| alwaysLowered | no|yes | * | moves the window below all other windows on the screen, even when it is active. |
| alwaysRaised | no|yes | * | moves the window above all other windows on the screen. |
| dependent | no|yes | * | creates a window that is not a child of the present window by choosing a value of "no" or "0". |
| hotkeys | no|yes | * | disables most (not "exit" or "security") hot keys if the window has no menu bar. |
| z-lock | no|yes | * | prevents the window from moving above the other windows on the screen when it is activated. |
| innerHeight | number | * | Specifies the height of the windows viewing area. |
| innerWidth | number | * | Specifies the width of the windows viewing area. |
| outerHeight | number | * | Specifies the height of the entire window. |
| outerWidth | number | * | Specifies the width of the entire window. |
| screenX | number | * | Specifies the distance from the left edge of the sceen to the left edge of the window. |
| screenY | number | * | Specifies the distance from the top of the sceen to the top of the window. |
