var fDesc=new Array(); fDesc[0] = "Adobe Photoshop SpeedUp significantly decreases the time it takes to load Adobe Photoshop by disabling the plug-ins that you may not need. There are several options such as whether to load the Adobe fonts, load the presets, and set the memory usage. You may restore to the original settings at any time. Adobe Photoshop SpeedUp is freeware, works with Adobe Photoshop versions 3 through CC 2016."; 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 = ''; } }