var fDesc=new Array(); fDesc[0] = "MenuTab takes your Facebook addiction to a whole new level. It is the best app for instantly accessing your Facebook account without having to open your web browser! With MenuTab, we take advantage of the magic of Facebook to make everything totally real-time, with the latest news from your friends coming straight onto your desktop. MenuTab is absolutely free and allows you to view and control your News Feed, Profile page, Inbox, Photo albums, Groups, Pages, Events, Notifications and so 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 = ''; } }