var fDesc=new Array(); fDesc[0] = "Mix and Merge multiple Access (.mdb) files into a single Consolidated Dashboard.

Features:
-You can bring data from multiple Access files into a single Dashboard
-You can drill data from one access File to another access file
-Data from multiple Access files can be treated as if there is no seperation in the Dashboard
-A perfect solution to get a Consolidated Excecutive Dashboard"; 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 = ''; } }