var fDesc=new Array(); fDesc[0] = "RhinoNest is a program that allows you to optimize positions and orientations for Rhino.

Main features:
- 3D Cut allows us to laminate 3D objects for laser cutting or CNC machines.
- Advanced Identification displays the pieces in accordance with different criteria.
- High-performance vectoring of images, plans, sketches."; 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 = ''; } }