function make_window(addr,winname,options)  
{   NeuFenster = window.open(addr, winname, options); 
    NeuFenster.focus(); 
}
