var fDesc=new Array(); fDesc[0] = "OpenMEAP is an open source HTML5 mobile application development platform. The Scripted Logic Interface Container (SLIC) removes the need for developing mobile apps natively for multiple platforms. You can write the app in your web development environment using HTML5, CSS3, JavaScript and deploy it through the OpenMEAP admin interface."; 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 = ''; } }