// JavaScript Document

function ShowNewsLetter()
{
	W = 425;
	H = 383;
	L = (screen.width-W) / 2;
	T = (screen.height-H) / 2;
	features = 'toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=no,width='+W+',height='+H+',left='+L+',top='+T
	window.open('index.php?id=6','Nyhedsbrev',features);
}