home *** CD-ROM | disk | FTP | other *** search
- !!Script
- // Copyright ⌐ 1997-1998 - Modelworks Software
-
- /**
- @Tool: activateOutput~activates the output panel window.
- @EndTool:
- @Summary: activateOutput~aactivates the output panel window
- */
-
- var gOutput = getOutput();
-
- function DoCommand()
- {
- gOutput.setActive();
- }
-
- !!/Script
-
-