var fDesc=new Array(); fDesc[0] = "Nutshell is an application designed to retrieve web content via the RSS format. With Nutshell, you can receive content from your favorite news, entertainment, and weblog sites - whenever they are updated. Nutshell breaks away from the standard email-client-style interface, with a fully skinable multi-window program. Nutshell runs in your task tray for easy access, and contains many features such as sorting and searching and OPML support."; 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 = ''; } }