var fDesc=new Array(); fDesc[0] = "CopperCube is a 3D game engine that lets you create HTML 5 websites, WebGL apps, Android apps, and programs for Windows and Mac. It provides a simple interface where you can create games and apps without programming. Advanced users can also make use of its scripting and code editing features. This tool is ideal for creating first-person shooters, adventures, walkthroughs, simulators, and e-learning apps."; 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 = ''; } }