function popup(url) {
    window.open(url, '_blank', '', 'false');
}

