var fDesc=new Array(); fDesc[0] = "EWDraw 3D ActiveX Ultimate Edition is a powerful vector graphics ActiveX for 3D and 2D visualization and animation. You can use it for CAD, CAM, GIS and others. The EWDraw is based on Open CASCADE geometric kernel and openGL. 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 = ''; } }