var fDesc=new Array(); fDesc[0] = "DataMatch is the complete and affordable data quality, data cleansing, matching and deduplication software in one easy to use software suite. The complete data quality, cleansing, matching and de-duplication software in one easy to use software suite. Clean your mailing lists, databases, excel spreadsheets and more with comprehensive data cleaning modules, then match or deduplicate your data with advanced technology previously available only in high end customized software solutions. Save time integrating legacy systems and cleaning data. Cut months off of new system implementations."; 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 = ''; } }