var fDesc=new Array(); fDesc[0] = "Convert your Website or HTML5 to Android Apps. Apps keep itself always synchronized with latest content from your website. You can use Banner or Interstitial AdMob ads and start earning through your apps instantly! Sending Push notifications help your grow in the market, it keeps your users always engaged with latest content. Unlike other providers, there are no annoying ads in apps that you create, only you configure what to include. Sign your apps using your very own keystore, no dependencies on us, only you represents your app."; 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 = ''; } }