var fDesc=new Array(); fDesc[0] = "Maya LT 2017 is a 3D modeling and animation software built for professional indie game makers. It provides an intuitive interface that makes it easy to learn Maya. Game modeling tools lets you create and edit characters, props, and environments. Maya LT subscription also comes with Stingray, a 3D game engine and real-time rendering tool."; 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 = ''; } }