var fDesc=new Array(); fDesc[0] = "DeltaGraph 6 for Windows is a powerful charting application that you can use to create charts from a wide variety of data sources. With more than eighty base charts to choose from and customizable chart options, DeltaGraph provides you with virtually endless ways of presenting your data.DeltaGraph 6 also offers a variety of features, including seamless integration with Microsoft Office applications. The Chart Wizard, which walks you through the process of creating charts. The Document Manager, which provides Explorer-type control over the different elements in your document and the Data window, which lets you view your data and charts simultaneously."; 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 = ''; } }