DHTML Popup Window is an alternative to standard popup windowscreated with window.open() JavaScript function. Features:(1) DHTML popup window can be moved over the screen and closed in the same wayas a window in a Windows application; (2) There are several options to positionDHTML popup window: relative to the browser window, relative to the mouse pointer,relative to an HTML element, or you can keep its current position;(3) DHTML Popup Window is not blocked by popup blocking software.