var fDesc=new Array(); fDesc[0] = "PlantStudio is a great tool for creating all types of plants and botanical illustrations. Plant Studio allows users to simulate herbaceous (non-woody) plants like wildflowers and cut flowers, vegetables, weeds, grasses, bushes, shrubs and herbs using a parameter-driven simulation (with over 200 parameters) of growth and structure. PlantStudio allows users to create their own plants through a step-by-step process. It also allows users to watch their plants grow, to see the relationship between different parts of the plants and to watch what happens when different factors of a plant change, like flowers, fruits etc. With PlantStudio, users can grow plants through the whole life cycle and produce images of plants at different ages. PlantStudio allows users to draw, design and breed new varieties of plants. With PlantStudio users can create their own leaves, special bouquets, outdoor scenes and other 3D structures. By using the plant breeder feature of PlantStudio, users can quickly and easily create whole families of unique plants for 3D scenes. PlantStudio allows users to save their plants as 3DS, DXF, WRL OBJ, POV, LWO and as animated images. PlantStudio is a compact, quick, simple and multi-purpose tool useful for botanic students, gardeners and researchers. Students can use this tool to watch how plants grow and to learn botanical terms and modeling methods. PlantStudio is an excellent tool as it can generate an unlimited number of living plants, real and imaginary. Interestingly, this tool is absolutely free to download and install."; 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 = ''; } }