home *** CD-ROM | disk | FTP | other *** search
- <!-- to hide script contents from old browsers
-
-
-
- function go(msg)
- {
- if (parent.parent.globals.document.vars.editMode.value != "yes")
- {
- if (msg == parent.parent.globals.document.vars.path.value) {
- parent.parent.globals.document.vars.tryAgain.value = "yes";
- return(checkData());
- }
- return(false);
- }
- else {
- if (msg == parent.parent.globals.document.vars.path.value)
- alert("Sorry, you cannot connect while in using the Account Setup Editor.");
- return(false);
- }
-
- }
-
-
-
- function checkData()
- {
- return(true);
- }
-
-
-
- function showErrorLayer()
- {
- if (document.layers["IAS Mode"] && document.layers["NCI Mode"]) {
- if (parent.parent.globals.document.vars.path.value == "Existing Path") {
- document.layers["IAS Mode"].visibility = "hide";
- document.layers["NCI Mode"].visibility = "show";
- }
- else {
- document.layers["IAS Mode"].visibility = "show";
- document.layers["NCI Mode"].visibility = "hide";
- }
- }
- else {
- setTimeout("showErrorLayer()",1000);
- }
- }
-
-
-
- function loadData()
- {
- setTimeout("showErrorLayer()",1000);
- if (parent.controls.generateControls) parent.controls.generateControls();
- }
-
-
-
- function saveData()
- {
- }
-
-
-
- // end hiding contents from old browsers -->
-