var fDesc=new Array(); fDesc[0] = "NewsBliss is truly the next generation in Media RSS Streamers. It is an online, real-time reader of “RSS” files supplied by your company's Web site, or a mix of internal and external sites. NewsBliss accesses rich content from Web sites and seamlessly displays it directly on your PC and can play videos or podcasts with only one-click!"; 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 = ''; } }