function hideNews(x) {
	if (ie4) {e=document.all.NewsBox; e2=document.all.lNews;}
	if (ns6) {e=document.getElementById('NewsBox'); e2=document.getElementById('lNews');}
	if (x==1) {e.style.display="none"; e2.innerHTML="<a href=\"#\" onclick=\"hideNews(0)\"><img src=\"http://www.cispub.com/images/icons/show_news.jpg\" border=\"0\" \/><\/a>"}
	if (x==0) {e.style.display="block"; e2.innerHTML="<a href=\"#\" onclick=\"hideNews(1)\"><img src=\"http://www.cispub.com/images/icons/hide_news.jpg\" border=\"0\" \/><\/a>"}
}
