function showNewsItem(newsID) {
	var url="/EXT_news.php?newsID="+newsID;
	jQuery.facebox('<div style="clear:both;"><iframe src="'+url+'" width="400" height="200" border="0" FRAMEBORDER="0" SCROLLING="no"></iframe></div>');

}
