



<!--

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("linkup_win.html", "qbRemote", "height=175,width=250,innerHeight=155,innerWidth=230,innerHeight=445,innerWidth=400,screenX=20,left=0,screenY=5,top=5,channelmode=0,dependent=1,directories=0,fullscreen=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0", "qbWindow");
}

// -->

