home *** CD-ROM | disk | FTP | other *** search
- // Copyright 1999 Macromedia, Inc. All rights reserved.
-
- function launchAttainObj() {
-
- if (!regCheck()) {
- window.close();
- return;
- }
-
- if (!siteExists()) {
- window.close();
- return;
- }
-
- if (!documentSaved()) {
- window.close();
- return;
- }
-
- if (isTemplate() || isDependent()) {
- if (!hasCBTemplateFix())
- dreamweaver.popupCommand("CourseBuilder Template Fix.htm")
- if (!hasCBTemplateFix()) {
- window.close();
- return;
- }
- }
-
- if (needToCopySupportFiles()) {
- copySupportFiles(true, true, true);
- if (needToCopySupportFiles()) {
- window.close();
- return;
- } }
-
- DWAext.GALLERY_PAGE = true;
- dreamweaver.popupCommand("CourseBuilder Interaction.htm");
- }
-
-