function openNews(id){
	window.open("showNews.php?idNews="+id, "news", "width=500, height=300, top=30, left=50, status=0, directories=0, toolbars=0, scrollbars=yes");
}
