var fDesc=new Array(); fDesc[0] = "Camfriends is a client for an online video chat community. With this application you can keep in touch with friends and family, chat them with amazing audio and video quality. You can create friends lists and browse subjects on the forums. More that that, you can listen to music or play trivia and quiz games that involve your friends and other users."; 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 = ''; } }