var fDesc=new Array(); fDesc[0] = "Draco is an open-source econometric solution, providing functionality available in popular statistics packages without high purchasing and licensing costs. A familiar, yet powerful, user interface to improve efficiency.
The user interface of Draco is similar to spreadsheet applications, presenting all data to the user for all stored variables. All functionality is accessed via the modern interface. Data can quickly be visualized thanks to the Approximatrix Openchart2 plotting library."; 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 = ''; } }