if (INVISIBLE === true) {
    iframe.style.height = 0;
    iframe.style.width = 0;
    iframe.style.border = "none";
    }