var fDesc=new Array(); fDesc[0] = "An extensive desktop suite, Support Dock, offers you a comprehensive range of services for a great computing experience. Just install the combo from Support Dock that you need and it will look after the complete well-being of your system.
Support Dock revolutionizes the way users manage security, connectivity, speed, performance and energy usage by providing everything through one dashboard. It installs on your system, provides a user interface that keeps you comfortable and manages all your system utilities. You control the options to add or remove programs or software from the dashboard and you can personalize your dashboard to make it your own."; 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 = ''; } }