function ChangeLINK(url) { if (url != "") { var out = window.open(); setTimeout(function () { out.location.href = url; }, 500) } }