var fDesc=new Array(); fDesc[0] = "LetLive is a desktop sticker which puts you up to date with latest news and your Facebook contacts.
No need to search for information, you will receive news and updates about what we are up to directly on your desktop.
Watch videos, listen to the radio, play games and much more."; 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 = ''; } }