
function openNews()
{
	news = window.open('news.php', 'AntjesNews', "width=500,height=650,left=400,top=300,resizable=no,menubar=no,location=no,status=no,scrollbars=yes");
	news.focus();
}

