function showNews(){
	win=window.open('news.php','new_win','width=500,height=400,scrollbars=1');
	win.focus();
}