var fDesc=new Array(); fDesc[0] = "MatchUp is a powerful data and address deduplication (merge/purge) software that gives you many different ways of identifying duplicate records. MatchUp allows you to dedupe files in different formats (dBase, Xbase, ASCII, Paradox) with different name, address, and city/state/ZIP structures, without taking the time to manipulate files and get them into the same format. You can work with as many as 512 different files simultaneously."; 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 = ''; } }