var fDesc=new Array(); fDesc[0] = "Simple, safe and secure cloud backup is finally here. With Zipcloud you can backup everything on your PC or Mac and then access anything via your mobile device on the go, meaning that not only will you ever lose data again, but you'll never have to be without it again. Not only that but you will be able to share your data with anyone you like, meaning you can forget about not being able to send large files in an e-mail for example - file and folder sharing is now a breeze. All you have to do is send a link to your shared folder and your recipient has instant access. With iPhone, iPad and Android device support, you can take your own database around with you. Safety is also key with Zipcloud - our backups use bank-level encryption. Hard drive failure, accidental deletion and theft will all be things you never have to worry about again, ZipCloud will have you covered. That means your videos, photos, financials, presentations and anything else you can think about will always be safe - and that could be priceless."; 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 = ''; } }