
function nrct( id ) 
{ 
	
	var dr='status=0,scrollbars=1,resizable=1,width=520,height=400'; 
	win = window.open('pop_nachricht.php?id='+id,'',dr);
}