var fDesc=new Array(); fDesc[0] = "Conduit Toolbar is a fun and easy-to-use browser tool. It will help your search for information, with the help of its powerful search engine (software,images, news, apps or dictionary). You can also add shortcuts to Facebook and small gadgets. You can listen to radio, while you surf through your favorite websites, directly from your browser."; 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 = ''; } }