var fDesc=new Array(); fDesc[0] = "Altova DiffDog® 2011 is the developer’s dedicated differencing utility. This easy, powerful synchronization tool quickly compares, and merges text or source code files and directories via its straightforward visual interface. Uniquely, it also provides advanced XML-aware differencing and editing capabilities based on those popularized in Altova XMLSpy. Let DiffDog® 2011 track down the differences in your development projects."; 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 = ''; } }