function pop_up(h,t,o) {
    fenster = open(h,t,o);
    window['fenster'].focus();
}