function disp(url){
	window.open(url, "news_window", "width=500,height=500,scrollbars=yes");
}
function disp2(url){
	window.open(url, "news_window2", "width=480,height=380,scrollbars=yes");
}
