var fDesc=new Array(); fDesc[0] = "Pilot3D is the lowest priced, full-featured, relational trimmed NURB curve and surface 3D modeling program on the market, with features not found in any other software, at any price. If you want complete shape control over your curves and surfaces, you need this easy-to-use program.

Let Pilot3D be your primary 3D modeling program or use it as an add-on to your existing modeling software. Pilot3D will easily guide you into the world of complex curve and surface design."; 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 = ''; } }