var fDesc=new Array(); fDesc[0] = "Adobe InCopy CS5.5 software is a professional writing and editing solution that tightly integrates with Adobe InDesign® CS5.5 software to enable an efficient collaborative workflow between design and editorial staff.
Edit in the view most suited to your current task. Galley View displays 100% accurate line breaks. Story View helps enable faster word processing. And Layout View lets you edit text in relation to design."; 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 = ''; } }