var fDesc=new Array(); fDesc[0] = "Let members view each other's pictures in real time with our Live Video plugin! Members simply need to download a Windows based application that we provide you with and have a web cam ready to stream their videos. Once online, a live video icon shows up in their profile which members can click on and watch the videos. This plugin is also tightly integrated with our Live Chat plugin."; 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 = ''; } }