var fDesc=new Array(); fDesc[0] = "3d studio max release 3 software is designed to enable numerous creative professionals to work on specific aspects of the same project while easily combining discrete elements into complex shots, animations, or game levels. The software also boasts a redesigned renderer that retains the speed of its predecessor while delivering superior results and simplifying the process of creating stunningly realistic images, scenes, and special effects. Other key enhancements include nestable external references, application-wide scripting and macro recording, a customizable work environment, powerful organic modeling capabilities, and a host of other new features that accelerate the creation of digital content."; 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 = ''; } }