var fDesc=new Array(); fDesc[0] = "V-Play Engine is a cross-platform 2D game development IDE. Based on the Qt framework, it provides native performance and appearance on all platforms including iOS and Android. You only need a single IDE to deploy to all supported platforms, including iOS and Android, from a single code base. You also get a variety of plugins to monetize, analyze, and engage users."; 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 = ''; } }