function open_win_external(elm) {
    window.open(elm.getAttribute("href"), "_blank");
    return true;
}

