var fDesc=new Array(); fDesc[0] = "Whether you import data from a spreadsheet, database, or text file, rChart facilitates the rapid creation of aesthetically engaging graphs and charts. With a wealth of predefined charting styles and the ability to create your own, rChart will add impact and appeal to presenting the numbers. Within in seconds you will be able to export your finely crafted charts to Flash format for Web/Browser viewing or for integration within your PowerPoint presentations."; 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 = ''; } }