var fDesc=new Array(); fDesc[0] = "Weezo turns your computer into a powerful and secure web server, thus enabling you both to access your PC for personal use (remote desktop, file exchanges, webcam monitoring...), and share your medias (photos, music, videos, files, Web TV...) with whoever you want. A simple web browser is required to access your PC, with an OS-like skinnable interface. Shared resources are bound to password-restricted user groups: you choose who can access what. Security can be enhanced by using an SSL-encrypted connection. All of this can be done instantly as there is no need to previously upload required files on a distant web server, and without any size or format limitation. Privacy is also entirely preserved as no personal data go through our servers. Weezo setup, configuration and use have been designed with simplicity as main concern, and is thus accessible to everyone. Weezo is mostly open source, and relies on open and secure technologies such as Apache, PHP and OpenSSL. This permits add-ons to be easily developed, limitlessly extending your site: host your blog, open a forum, check your 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 = ''; } }