var fDesc=new Array(); fDesc[0] = "News Ticker Application Bar is a software designed for continuous retrieval of news headlines through the Internet. It is simple news ticker that resides at the top or the bottom of your screen and displays news headlines from Yahoo or MSN in a form of a scrolling line. News Ticker Application Bar features custom colors, scrolling speed, news categories and position on the screen. One click at the scrolling headline and your browser will be opened with the full news article."; 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 = ''; } }