var fDesc=new Array(); fDesc[0] = "TGraphDisplay3D is a 3D graph display component for Delphi that uses 3D accelerated graphics so it can easily display more then a million values and still maintain real time interaction and decent FPS. It provides functions like positive, mono, stereo or multiple display type of graphs, configurable colors, making a selection, adding markers, animated zoom in and out, automatic amplitude adjusting, customized axis text."; 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 = ''; } }