var fDesc=new Array(); fDesc[0] = "KoolMoves makes it easy to create animations and interactive content for web sites. It can create HTML5, AVI/MP4, and animated GIF files. You can also export your design into Android mobile apps using AIR SDK, and Android and iOS mobile apps using PhoneGap. Importing of 3D models can be done using 3DS, OBJ, ASE, and M2D formats."; 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 = ''; } }