February 16, 2019 12:03 pm by amirak17
function open_new_tab(url) { var win = window.open(url, '_blank'); win.focus(); }