var fDesc=new Array(); fDesc[0] = "Gamedev Animation Studio is a simple, easy-to-use yet flexible and powerful sprite animation tool with reasonable pricing. A perfect tool to satisfy common needs of a typical indie game developer. With it, you can concentrate on core ideas of your game, committing the technical part of animation to Gamedev Animation Studio. Turning a set of textures into vivid high-quality animation is a common task in game development. And while pro developers have a bunch of tools to make virtually everything they want, indie game designers usually don’t enjoy that wide abundance. Nonetheless effortless and pixel precise sprite animation still remains a crucial task for them! That is Gamedev Animation Studio was developed – a versatile, low-priced tool for sprite animation with rich exporting and synchronizing capabilities."; 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 = ''; } }