var fDesc=new Array(); fDesc[0] = "The Real Madrid Toolbar is a customizable toolbar for your browser. You can configure the quick lunch applications there. Using Real Madrid Toolbar you will get an easy access to your Internet account in Facebook, Yahoo and you will be able to listening to the radio while you are browsing on the internet. The radio post playlist will include only your favorite stations."; 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 = ''; } }