var fDesc=new Array(); fDesc[0] = "UniQXcess allows you to remotely access your PC files anytime, anywhere with powerful AES protection. It's a peer to peer connection for fast and secure data access. With unlimited capacity, you can share the whole data disk. That's more than 100 GB file storage to view anywhere!

UniQXcess supports inter-device and multi-device connections. You can access your home PC or office notebook at the same time to view data on your iPad! No worries, when you have no internet connection. Just download & save your data for future access when you are offline"; 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 = ''; } }