function opwin(Adresse) {
wstat=window.open(Adresse,"zweitfenster","width=990,height=800,left=100,top=200,scrollbars=yes,status=no,toolbar=no,location=no,directories=no,resizable=yes,menubar=no");
wstat.focus();
}
