var fDesc=new Array(); fDesc[0] = "The Ultimate System Cleaning and Error Fixing Utility Suite. jv16 PowerTools is the ultimate Windows optimization and tuneup utility suite. The bottom line is that it keeps your computer running smooth, fast and greatly improves its overall stability. jv16 PowerTools 2011 contains hundreds of different features. In order to keep the user interface clean and uncluttered, only the most common features are shown as toolbar buttons or icons."; 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 = ''; } }