function nView(addr)
{
	x = event.screenX - event.clientX + 255;
	y = event.screenY - event.clientY - 184;
	w = top.document.body.clientWidth - 261;
	h = top.document.body.clientHeight;
	
	window.open(addr, "newsView", "width="+ w +",height="+ h +",left="+ x +",top="+ y +",menubar=yes,toolbar=yes,location=yes,scrollbars=yes,status=yes,resizable=yes").focus();
}
