function bildpop(verweis,x,y,status,text) {
var verweis2 = 'templates/bildpop.php?bild=' + verweis;
if (text) {verweis2 = verweis2 + '&text=' + text;}
popup = window.open(verweis2, "Zweitfenster", "width="+ x + ",height="+ y + ",status="+ status + ",resizable=no,scrollbars=no"); 
popup.focus(); 
}

