var fDesc=new Array(); fDesc[0] = "Annotate for Word streamlines editing and commenting processes in several ways. Along with unifying Word's basic commenting features, Annotate for Word adds numerous custom buttons to make commenting faster and more effective. Each version of Annotate comes with pre-written comments, but the software's greatest value lies in the ease with which you can edit your comment database to automate much of the feedback you provide. Comments can be added as either bubbles (in the margin) or in-line text."; 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 = ''; } }