var fDesc=new Array(); fDesc[0] = "With 3ds Max Design 2010 Tutorials, you can learn how to create 3D places and characters, objects and subjects of any type. You can arrange them in settings and environments to build the scenes for your movie or game or visualization. You can animate the characters, set them in motion, make them speak, sing and dance, or kick and fight. And then you can shoot movies of the whole virtual thing. Note this is a tutorial for 3ds Max Design."; 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 = ''; } }