var fDesc=new Array(); fDesc[0] = "ComponentOne DemoWorks™ Professional delivers a complete production experience while DemoWorks Community Edition is suited for basic needs. The table below compares the two and provides links to download the free Community edition or purchase the Professional edition for a low price. Remember, DemoWorks Professional is also available as a bundle with Doc-To-Help."; 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 = ''; } }