// ADC Diagnostics

function launch(newURL, newName, newFeatures, orgName) 
{
  var remote = open(newURL, newName, newFeatures);
  if (remote.opener == null)
    remote.opener = window;
  remote.opener.name = orgName;
  return remote;
}

function launchRemote() {
  myRemote = launch("../images/flash/601.html",
                    "myRemote",
                    "height=489.3,width=465.5,alwaysLowered=0,alwaysRaised=0,channelmode=0,dependent=0,directories=0,fullscreen=0,hotkeys=1,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=1,toolbar=0,z-lock=0",
                    "myWindow");
}

function launchRemote2() {
  myRemote = launch("../images/flash/660.html",
                    "myRemote",
                    "height=520.3,width=525.5,alwaysLowered=0,alwaysRaised=0,channelmode=0,dependent=0,directories=0,fullscreen=0,hotkeys=1,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=1,toolbar=0,z-lock=0",
                    "myWindow");
}


function launchRemote3() {
  myRemote = launch("../images/flash/641.html",
                    "myRemote",
                    "height=555.3,width=511.5,alwaysLowered=0,alwaysRaised=0,channelmode=0,dependent=0,directories=0,fullscreen=0,hotkeys=1,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=1,toolbar=0,z-lock=0",
                    "myWindow");
}

function launchRemote4() {
  myRemote = launch("../images/flash/700Diff.html",
                    "myRemote",
                    "height=460.3,width=535.5,alwaysLowered=0,alwaysRaised=0,channelmode=0,dependent=0,directories=0,fullscreen=0,hotkeys=1,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=1,toolbar=0,z-lock=0",
                    "myWindow");
}
