var fDesc=new Array(); fDesc[0] = "The Laubwerk Player is a Plugin for 3ds Max that comes bundled with the Laubwerk Plants Kit. It loads the models and allows for easy selection and manipulation of the models. All Laubwerk Plants in this Kit come in 3 variants, 3 ages and 4 seasons. The included free Laubwerk Player Plugin for Autodesk® 3ds Max®, 3ds Max Design® and MAXON® CINEMA 4D® is used to load, control and modify the Laubwerk Plants based on your needs."; 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 = ''; } }