var fDesc=new Array(); fDesc[0] = "Adobe Gaming SDK provides an essential collection of frameworks, code samples and learning resources that work together to help developers create and deliver ActionScript games across multiple devices. It features four open source frameworks - Starling, Feathers, Away3D and DragonBones; iOS native AIR extensions; ATF tools; code and project samples to help you learn how to use the tools; documentation of the APIs for the iOS native extensions, and more."; 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 = ''; } }