var fDesc=new Array(); fDesc[0] = "Hiitch is social networking software that allows you to create your own private community for anything that interest you.
Hiitch is about personalizing your community. It offers you an entire open sourced desktop social networking platform that allows you to spin off your own personal community just for your family and friends.
Start your own secure desktop social networking community right from your home or private network for your personal use. You can grow your community through an initial trusted network of family and friends, then open that up to your peers, family's friends, friend's friend and etc."; 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 = ''; } }