var fDesc=new Array(); fDesc[0] = "Adobe Muse CC is a program that lets you create responsive HTML5 websites without writing code. It allows you to add animated transitions and scroll effects, make design elements fade in or out, etc. It also has built in support for Adobe Stock, which provides you access to more than 60 million high-quality images, graphics, videos, and 3D assets, that can be readily applied to your pages."; 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 = ''; } }