var fDesc=new Array(); fDesc[0] = "gmax is a free 3D modeling and animation tool based on Discreet's award-winning 3ds max™. Built for gamers to create their own in-game content for gmax ready games, a gamer can produce everything from trains to characters and vehicles to landscapes and props. Not only do you get to customize your games with gmax, you also learn 3D design within a professional-level tool. gmax - build the worlds you want to see, in the games you love to play!"; 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 = ''; } }