var fDesc=new Array(); fDesc[0] = "Patterner for Windows is a powerful collection of tools to work with 3d surface meshes. It will allow you to design and produce production drawings of 3d surfaces.

Patterner is sold primarily for the design and manufacture of tents and membrane / fabric structures. However, the powerful manipulation and drawing creation tools provided make it useful for anyone building complex 3d forms from sheet materials."; 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 = ''; } }