var fDesc=new Array(); fDesc[0] = "Compare PowerPoint presentations and easily identify edits, changes and contributions as you collaborate on presentations with colleagues or compare different versions. In one view, you can see both the original and modified presentations, a written summary of the changes, and color-coded thumbnail slides showing which slides have been modified, deleted, or inserted."; 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 = ''; } }