var fDesc=new Array(); fDesc[0] = "TopCAATs includes over 130 tools and features, all designed to make life easier for Auditors and Accountants. Below is a brief overview of each of the tools - you can click on the tool name to see a video demonstration of that tool in action.
In Excel 2007/2010 all the tools appear on the TopCAATs ribbon bar. In Excel 2003 the tools are split between the TopCAATs Toolbar and the TopCAATs menu."; 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 = ''; } }