var fDesc=new Array(); fDesc[0] = "form·Z is a general purpose solid and surface modeler with an extensive set of 2D/3D form manipulating and sculpting capabilities. form·Z RenderZone Plus is the version of form·Z that includes photorealistic rendering based on the LightWorks rendering engine. It offers three levels of rendering: simple, z-buffer, and raytrace. You can start developing the image of a 3D model at the simple level and gradually turn on features and render it at the most photorealistic level."; 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 = ''; } }