var fDesc=new Array(); fDesc[0] = "The Autodesk 3ds Max Creativity Extension delivers a host of innovations to help you expand the scope of your film, games, broadcast and television productions, while you quickly and intelligently optimize your models in real time. Add a whole new dimension of realism to your work through the addition of sophisticated – particle effects. You can also incorporate audio and sound effects into your animated scenes."; 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 = ''; } }