var fDesc=new Array(); fDesc[0] = "GrowFX for 3ds Max 2014 is a plugin that allows you to build any plants and trees in 3ds Max 2014. With Meta mesh, it is possible to combine a trunk and branches into a single surface with smooth transitions at the points of contact. Meta mesh can also create tree trunks of any shape. It can also be used to create a single plant or a group of plants."; 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 = ''; } }