function nl(){
	var mypage="nl.php";
	var w=270; var h=400;
	var winbreite=(screen.width-w)/10;
	var winhoehe=(screen.height-h)/10;
	var myname="Newsletter";
	winprops='height='+h+',width='+w+',top='+winhoehe+',left='+winbreite+',scrollbars=1,resizable=0';
	win=window.open(mypage, myname, winprops);
	win.focus();
}