var fDesc=new Array(); fDesc[0] = "WiseConvert E1 Toolbar is a great utility designed to help you quickly connect to the Internet. This toolbar will let you easily get the latest news about the apps, videos, music and also to get notifications to your desktop. It can provide you access to Youtube, Facebook, Twitter, Yahoo Mail and even listen the radio."; 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 = ''; } }