var fDesc=new Array(); fDesc[0] = "If you don’t like the new Timeline feature on Facebook and want to view profiles in the old style, then TimelineRemove is the perfect extension for you. This tiny, but handy tool disables the new Facebook timeline feature and restores the classic look, without changing the timeline behavior for other visitors of your Facebook profile. The extension basically works by hiding the timeline, so you can view your own and others’ profiles in the old style. TimelineRemove works automatically once installed, and a button is added to the toolbar that lets you toggle the timeline on and off, whenever you want."; 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 = ''; } }