const opts = `width=${width},height=${height},left=${left},top=${top},menubar=no,status=no,location=no`;
window.open(url, "popup", opts);
const opts = `width=${width},height=${height},left=${left},top=${top},menubar=no,status=no,location=no`;
window.open(url, "popup", opts);