var fDesc=new Array(); fDesc[0] = "DADiSP (pronounced day-disp) is an interactive graphics worksheet -- a visually oriented software package for the display, management, analysis and presentation DADiSP Screenshot of scientific and technical data. If you collect, manipulate, edit, reduce, transform, display or analyze data, DADiSP can handle and simplify your data needs. In short, if you work with technical data, DADiSP is for you."; 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 = ''; } }