var fDesc=new Array(); fDesc[0] = "News on Screen is a free of cost software, to be downloaded in few easy simple steps which helps you to get your favorite news from your favorite news papers on a constant basis.

Now, you don`t have to visit multiple websites and channels in order to get in touch with the news of your choice, this software will do all these work for you.

What you have simply to do is just download the software News on Screen and then enjoy the smooth flow of news forever."; 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 = ''; } }