var fDesc=new Array(); fDesc[0] = "Create stunning 3D. The new Autodesk® 3ds Max® 2010 and 2011 performance plug-ins from AMD are software drivers designed to optimize application performance on ATI FirePro™ professional graphics.
Visual effects artists and graphic designers creating games, film and television content can take advantage of incredible performance gains with 3ds Max® 2010 and 2011 running on ATI FirePro™ professional graphics, compared to comparably-priced consumer cards."; 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 = ''; } }