var fDesc=new Array(); fDesc[0] = "RSS To Speech can be used to listen to your news RSS feeds. This gadget downloads RSS feeds from any Web sites and then reads them using Text-to-Speech and shows the feeds on a good-looking black screen. It is a useful gadget and you can listen news when you want."; 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 = ''; } }