var fDesc=new Array(); fDesc[0] = "Camcolada is a chat messenger with superior audio/video technologies. Choose to broadcast your video in small, medium, or large size. The recipient will be amazed of the quality of your video. Viewing your video at full screen is almost like TV quality-you're right there, consuming the entire monitor, in crisp vibrant resolution. Of course, you don't have to view video at full screen. Feel free to arrange video windows on your desktop, as you see fit. View as many videos as your computer and Internet connection can handle. Join public or private chat rooms, or create your own. Mix and mingle with others at Camcolada."; 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 = ''; } }