var fDesc=new Array(); fDesc[0] = "Circlous makes it easy to share and comment original photos and videos with friends and family. Circlous users can precisely select photos and videos to share with only selected recipients to view and comment in private without advertisings.

Personal contents such as photos and videos are stored locally on computers of content owners and selected recipients of friends and family. Circlous servers do not store or host any user photos and videos, hence users can keep privacy in their control."; 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 = ''; } }