var fDesc=new Array(); fDesc[0] = "Organic Studio is a procedural vector editor which uses powerful envelopes put around simple shapes to produce complex-looking shapes that are still easy to edit. In addition, Organic Studio provides a unique and powerful along-the-path instancing tool, which takes one or several shapes and places them along the outline of any object in the program, with various user-adjustable settings. Once created, the editor allows shapes to be shaded with solid, linear, radial, or center-out gradient, as well as a powerful bitmap fill, and then exported to another graphics application either through AI or SVG formats, or as a rendered bitmap."; 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 = ''; } }