var fDesc=new Array(); fDesc[0] = "JMeeting is a free and easy to use messenger application. JMeeting connects you with people from arround the world. This is an easy place to find the people, cams or rooms that you visit most often. If you have favorites in any of these lists, you can click on the list category to view the items in that list. Watch live member broadcasts, chat and share with the community."; 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 = ''; } }