var fDesc=new Array(); fDesc[0] = "WowApp is a program that allows you to call your friends and chat with them. You will earn revenues every time you engage with the people in your WowApp network. Your activity is rewarded using WowCoins, which can either be cashed out or contributed to a social cause through this application. Also, you can share information, files and video securely without leaving a trace in archives on the servers."; 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 = ''; } }