home *** CD-ROM | disk | FTP | other *** search
- var fullyLoaded = 0;
- var selectorTab = opener;
- var screenWidth = screen.width;
- var screenHeight = screen.height;
-
- initSelector();
-
- function initSelector()
- {
- selectorTab.HideSelector();
- }
-
- function GetSelectorTab()
- {
- return selectorTab;
- }
-
- function onLoad()
- {
- desktopMgr = titlebar.GetDesktopManager();
- desktopMgr.fixButtons();
- fullyLoaded = 1;
- }
-
- void(0);
-