function NaarProject(nummer)
{
	opener.location.href = "projecten.php#" + nummer;
	opener.focus();
	return true;
}

