function open_popup(link){ 
    popup = window.open(link,'popup','width=398,height=281'); 
}

//open_popup('/static/magdalena/files/popup.html');


