var fDesc=new Array(); fDesc[0] = "Finally available the free IDE that allow You to create Web games!Included a simple project (Second War) that will help to understand quickly this
application. This version is the first one, so are supported only Vertical Shot'em up. Application is easy to install and intuitive to use with its tree menus built in."; 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 = ''; } }