var fDesc=new Array(); fDesc[0] = "Use Report Builder to create attractive, professionally formatted Access reports without spending time and effort learning how to style, arrange, and design Access reports. Use Report Builder to show calculated totals, and include related information from other tables as well. Complex tasks are handled by Report Builder, so you don't have to spend hours reading how to do it yourself. With Report Builder, you create style definitions that you apply to your reports, and can easily update them and regenerate your reports with the new styles."; 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 = ''; } }