Hab bis jetzt nur sowas...klappt aber noch net so...
<script type="text/javascript">
<!--
fenster=new Array()
function newwin(url,s,w,h,t,l) {
i=fenster.length
fenster[i]=window.open(Geburtstage.html,"popup"+i,"scrollbars="+s+",width=800"+w+",height=222"+h+",top="+t+",left="+l)
fenster[i].focus();
}
//-->
</script>
<a href="Geburtstage.html" target="_blank"
onclick="newwin(this.href,0,120,120,50,50); return false;">Link1</a>
</html>