var fDesc=new Array(); fDesc[0] = "Diff Doc can help you compare and find the differences between two documents. It can work with various formats including DOC, XLS, PPT, PDF, RTF, TXT, HTML, and XML. Diff Doc can display the file differences in two possible views; 'All In One' or 'Side By Side'. It installs Windows Explorer context menu that makes it easy to start the file-comparison using mouse right-click."; 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 = ''; } }