var fDesc=new Array(); fDesc[0] = "FC.Barcelona Mike Toolbar is a powerful browser tool designed for those who are interested about FC Barcelona. It's really a helpful tool because it integrates an entire set of features and components. Also, installing this browser tool, you will customize your browser interface with FC Barcelona logo. Check instantly the latest news and announcements about FC Barcelona and get information about : tickets, statistics, honours and 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 = ''; } }