function open_news()
{
	w=window.open("news.php","nw","width=400, height=320,toolbar=no,scrollbars=yes,resizable=yes,title=no");w.focus();
}
