var fDesc=new Array(); fDesc[0] = "Create amazing videos and photos with CGI special effects. The Efexio App allows you to add professional-grade CGI special effects or "Effect Shots" to your own videos in a fun and easy way. A variety of Effect Shots are available on the Efexio Store, which is accessible from the Efexio App. Effect Shots are three-dimensional and customizable so you can realistically add them to any video. Once you've transformed your video with an Effect Shot, you can easily share it with friends and family from within the 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 = ''; } }