var fDesc=new Array(); fDesc[0] = "Everalbum gathers your photos from your phone, PC, and social profiles, and brings them all together in one place.
The app automatically backs up photos from your phone, computer, Facebook, Instagram, Dropbox, and Google so that these photos are secure and available to you anywhere in the world via the Everalbum app and at Everalbum.com. You can edit your photos, re-live them through throwbacks and album videos and share your photos via text, email, and social media."; 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 = ''; } }