var fDesc=new Array(); fDesc[0] = "Alchemium is an app that allows you to build native Microsoft Windows desktop applications and games with HTML5, and JavaScript. Take advantage of emerging technologies like Web Sockets, Accelerated WebGL and Web Audio. The tool supports fully accelerated WebGL, accelerated Canvas compositing, and Web Audio."; 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 = ''; } }