var fDesc=new Array(); fDesc[0] = "Don's Complete Security Toolbar is an amazing tool that can help you stay connected to the Internet.In this way you'll get the most important informations,news about the weather or different domains,you can acces different sites like Yahoo,Facebook.You can also listen the radio. You can also get notifications to your desktop instantly."; 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 = ''; } }