Window.restore
This method restores the window it’s called on.
If called on a visible window, it will minimize it.
Example
var tmpw = nJDSK.WindowList.get_window(1234567890); tmpw.restore();
This method restores the window it’s called on.
If called on a visible window, it will minimize it.
var tmpw = nJDSK.WindowList.get_window(1234567890); tmpw.restore();