var fDesc=new Array(); fDesc[0] = "Adobe Technical Communication Suite 5 is an integrated toolkit that streamlines your technical communication workflow. You can collaborate seamlessly via multi-platform PDF-based reviews and integration with CMSs and cloud storage. It includes Adobe FrameMaker 12, Adobe RoboHelp 11, Adobe Captivate 8, Adobe Presenter 10 and Acrobat XI."; 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 = ''; } }