var fDesc=new Array(); fDesc[0] = "YUNIO is a secure cloud storage with AES and SSL encryption. Automatically upload your albums to keep your memories safe and available, to free up space and to share with friends and family. Seamlessly sync any folder with your mobile phone, tablet and computer. No more manually copying or relying on a USB."; 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 = ''; } }