function ShowNews(){newsDiv.style.display="block";}function ShowRSSNews(){open("Services/Rss.aspx","_blank",'');}function HideNews(){newsDiv.style.display="none";}function newsCookie(){if(nCheck.checked)createCookie("showNews",0,30);else eraseCookie("showNews");}