var fDesc=new Array(); fDesc[0] = "Adobe Exchange Panel is a program that allows you to search, find and install plugins, extensions and other content for Creative Suite products. You can browse through items that are available for your CS6 applications, download and install those items, and update acquired items when new versions are available."; 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 = ''; } }