<!--
function open() {
var a = Breite des neuen Fensters;
var b = Höhe des neuen Fensters;
var win = window.open('SEITE', 'TITEL', 'toolbar=no, location=no, dircectories=no, status=no, menubar=no, scrollbars=no, resizable=yes, copyhistory=no, width=1, height=1');
win.moveTo((screen.height-a)/2,(screen.width-b)/2)
win.resizeTo(a,b)
}
-->
<p><a href="javascript:open()">enter</a>