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