var fDesc=new Array(); fDesc[0] = "Adobe Flash Professional CC is a program that provides an authoring environment for creating animation and multimedia content. The program enables visual designers to build interactive experiences that present consistently across desktops and mobile devices. You can create HTML content and export high-definition video and audio. It lets you share work directly from within the application and sync your settings across machines."; 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 = ''; } }