var fDesc=new Array(); fDesc[0] = "FMDiff is a stand-alone application (Windows and Mac Universal Binary) that does not depend on other applications, plug-ins, or a Database Design Report (DDR). It reads the original files, that's why it is so fast. Open FMDiff and drag the files to compare onto its window and click Compare. Seconds later your browser shows the difference report and all file information. Files of several hundred megabytes take a few minutes."; 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 = ''; } }