var fDesc=new Array(); fDesc[0] = "You can upload your PC files to your phone, then connect to another PC and download them or just email the files and if the files are larger then 3mg we will store them in an encrypted ZIP file for up to 5 days on our cloud server.

Each PC is required to have Yivosoft Easy Sync running if you wish to sync the files without email."; 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 = ''; } }