var fDesc=new Array(); fDesc[0] = "SRS News Alert Client is a small program that enables you to receive news stories from SRS News Alert Enabled Web Sites. The news client sits in your system tray in windows and regularly checks the Website News Alerts that you have chosen. If a new news story has been published it will then sound an Alert and display the news on to your screen. Once you have read the news just click close at the bottom of the news window and the News Alert client will return to your system tray and continue silently monitoring the websites you have chosen for further news."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }