var fDesc=new Array(); fDesc[0] = "With this program you can join, merge, match, query, sample (random, stratified and monetary / PPS), summarize, categorize, stratify, look for duplicate and missing items, generate statistics, perform Benford's Law analysis, combine, split, splice, slice and dice your data. With ActiveData For Excel you can analyze worksheets with up to 1 million rows and works with Microsoft Excel 2000, 2002, XP, 2003, 2007, 2010 and 2010 x64."; 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 = ''; } }