var fDesc=new Array(); fDesc[0] = "ZPoC is a community for people to meet new friends, talk about what God has done for them and lift each other up in times of of need.

ZPoC is a great way to discuss new or old music, and share God's message with them through song.

ZPoC is the cleanest chat software on the internet, it is closley monitored by loving and very helpful Room Leaders. There is no other place like it!"; 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 = ''; } }