var fDesc=new Array(); fDesc[0] = "Scattering tool to create large distributions of plants and other objects, using 3D meshes, proxies and billboards. Includes HQ Plants Free models. Forest Pack Pro has advanced features for surfaces, tree placement and importing/exporing tools. Also it includes a full library of planar trees and shrubs that you can edit it and add your own trees and textures. Visit our Online Store for more information about prices and license options."; 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 = ''; } }