var fDesc=new Array(); fDesc[0] = "Unlike other cam sites which feature models with whom you must pay to watch. In a cam community it's about watching, being watched and chatting with people just like yourself. If you have ever cammed on other sites you know you get abuse from unkind people. With JustCamming those people can't post messages!"; 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 = ''; } }