function openLink(href) {
    //popup = window.open(href, '', args);
    popup = window.open(href);
    popup.focus();
}

