function open_newsdisp(n_path, n_filename)
{
	window.open(n_path+'?filename='+n_filename,'NewsDetail', 'toolbar=no,menubar=no,location=no,status=yes,scrollbars=yes,titlebar=no, resizable=yes, width=560 height=500, left=0, top=0');
}