var fDesc=new Array(); fDesc[0] = "Auto Like Facebook Statuses Plus++ is a free Firefox extension that allows you to automatically like Facebook statuses of friends, groups and fan pages. The extension also comes with Facebook chat emoticons bar. It facilitates the communication among friends who have the same interests and like the same things."; 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 = ''; } }