function EmailList() {
  var jfile = "join.html"
  var jWindow = window.open(jfile, 'join', 'width=280,height=248,status=no,toolbar=no,menubar=no,resizable=yes,scrollbars=yes,location=no,screenX=100,screenY=50,left=250,top=150');
  if (jWindow.open) {
    jWindow.close;
  }
  jWindow.focus();
}

function EmailList2() {
  var jfile = "../join.html"
  var jWindow = window.open(jfile, 'join', 'width=280,height=248,status=no,toolbar=no,menubar=no,resizable=yes,scrollbars=yes,location=no,screenX=100,screenY=50,left=250,top=150');
  if (jWindow.open) {
    jWindow.close;
  }
  jWindow.focus();
}

function MetalsForexWin() {
  var fxWindow = window.open('resources/tools/metals_forex.html', '', 'width=410,Height=460,status=no,toolbar=no,menubar=no,resizable=no,scrollbars=no,location=no,screenX=5,screenY=5,left=5,top=5');
  if (fxWindow.open) {
    fxWindow.close;
  }
  fxWindow.focus();
}
