var fDesc=new Array(); fDesc[0] = "Fan Funnel X is desktop application where users can search the Facebook pages and like any group. This application will show the pages which are liked on Facebook and pop up the notification on any update. You would search for top Facebook fan pages on any specific niche and then sort them either by number of 'likes' or 'talking about'."; 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 = ''; } }