var fDesc=new Array(); fDesc[0] = "Booty5 is a combination of WYSIWYG game editor and game engine that targets the HTML5 platform for desktop and mobile devices. You can create games and interactive content, create and organize game levels / maps and app layouts into scenes and actors, create and preview complex Flash style timeline based animations of entire scenes and their game objects, create and edit gradients then assign to game objects, 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 = ''; } }