var fDesc=new Array(); fDesc[0] = "ExamXML is a powerful and easy to use a visual XML differencing tool for Windows 98/Me/2000/XP/2003/Vista/7.

It was specially developed for comparing, editing and merging XML files in an intelligent manner and comparing folder hierarchies containing thousands of files.

This product is available in two different versions: ExamXML and ExamXML Pro

It provides best-in-class features that distinguish ExamXML from other XML differencing tools. Unique to ExamXML is its ability to ignore elements that match custom condition. In addition to the usual textual comparison, ExamXML adds ability to compare numbers in numeric format and dates in date / time formats."; 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 = ''; } }