function winOp(bildname)
{
 window.open(bildname, "Zweitfenster", "width=300,height=130,scrollbars=no");
}
