var fDesc=new Array(); fDesc[0] = "EWDraw CAD Component is a vector graphics COM-component for 3D and 2D visualization and animation. The CAD component is realized as a run-time Windows 64/32 bit OCX (ActiveX control). It can be used with applications written in the popular Visual IDE languages such as Visual Basic, Delphi, C++ Builder, Visual C++, C#, VB.NET, QT."; 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 = ''; } }