var fDesc=new Array(); fDesc[0] = "Autodesk 3ds Max provides powerful, integrated 3D modeling, animation, and rendering tools that enable artists and designers to focus more energy on creative, rather than technical challenges. The product shares core technology, but offers specialized toolsets for game developers, visual effects artists, and motion graphics artists along with other creative professionals working in the media design industry on one hand; and architects, designers, engineers, and visualization specialists on the other."; 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 = ''; } }