var fDesc=new Array(); fDesc[0] = "CloudBerry twitter plug in is a tool for Internet Explorer for a fast and enhanced use of Twitter.CloudBerry Twitter plug-in for IE helps you to post excerpts from the websites you visit with a click of a button and attach a short URL to the source page. This is very helpful for people who spend a lot of time with Twitter and I recommend it for all Twitter fans. Unlike other software we need not register this software and it does not pop up any adds. It is also virus free so we can use it without fear."; 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 = ''; } }