var fDesc=new Array(); fDesc[0] = "Command language software - used for audits of: audit identification of duplicates, gaps, audit for outliers, population summaries, data classification and stratification, univariate statistics, audit sample size computations, percentiles/quartiles, federal holiday dates, and histograms, testing Benford's law, cumulative monetary amount sampling for audits, interval sampling, cross tabulations, account ageing, and audit."; 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 = ''; } }