home *** CD-ROM | disk | FTP | other *** search
- function LoadRetryErrorVars()
- {
- _root.RetryError_main_title = _root.RetryError_main_title;
- _root.RetryError_main_p_default = _root.RetryError_main_p_default;
- _root.RetryBtnText = _root.RetryError_nav_button_retry;
- _root.MoreBtnText = _root.RetryError_nav_button_more;
- HintBoxInstance.SetDisplayText(_root.RetryError_hint_p_default);
- HelpControlInstance.defaultText = _root.RetryError_help_p_default;
- HelpControlInstance.SetDisplayText(_root.RetryError_help_p_default);
- }
- HintBoxInstance.defaultText = _root.RetryError_hint_p_default;
- LoadRetryErrorVars();
-