var fDesc=new Array(); fDesc[0] = "In Adobe® InCopy®, you can create stand-alone documents, or you can work with documents that are linked to Adobe® InDesign®. When you work with linked documents, you can have more than one InCopy story in an InDesign file, depending on your workflow system. Writers, editors, and designers can work simultaneously on the same InDesign document, without overwriting each other’s work. It can create a more productive environment for designing and writing a unique content."; 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 = ''; } }