var fDesc=new Array(); fDesc[0] = "PlaneSpace eliminates the tedious task of managing the individual layers in multi-layer effects. The Creator tools automatically create 3D layers that form cubic, cylindrical and spheroid shapes or complex matrices, while the Distribute tools arrange layers throughout 3D space into the shape of your choice. Get 16 tools that make your life easier, arranging 3D layers quickly and easily without requiring keyframes or complicated math."; 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 = ''; } }