var fDesc=new Array(); fDesc[0] = "X3watch is an accountability software program helping with online integrity. Whenever you browse the Internet and access a site, which may contain questionable material, the program will record the site name, time, and date the site was visited.

A person of your choice (an accountability partner) will receive an email containing all possible questionable sites you may have visited within the month. This information is meant to encourage open and honest conversation between friends and help us all be more accountable."; 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 = ''; } }