var fDesc=new Array(); fDesc[0] = "Support Dock includes several power tools, making it simple for you to effectively maintain your PC and perform tasks, fix PC errors, and get quick tech support on a single click. Support Doc allows you to lock your desktop to make your account safe and personal. In addition, you can also access the World Weather Map with the help of this tool."; 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 = ''; } }