var fDesc=new Array(); fDesc[0] = "The ColdFusion 9 Report Builder enables developers to design structured, repeating-region reports for ColdFusion 9 applications. In order to use this tool you need: processor: Intel® Pentium® 4, Operating System: Windows Server® 2003 Web, Standard, or Enterprise Edition with Service Pack 1, R2 and Service Pack 2; Windows Server® 2008; Windows XP Professional or Home Edition; or Windows Vista®, Memory: 128 MB RAM (256 MB recommended) and Hard Disk Space: 100 MB"; 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 = ''; } }