var fDesc=new Array(); fDesc[0] = "Music LOvers Bar Toolbar, stay connected and get so much more. This useful toolbar has plenty of good features for your browser such as: Powerful Search, Search the Web and get a wide choice of useful search engines, Notifications to Your Desktop, Receive our most important news and announcements instantly and much more. Easy access to major social networks and e-Mail – Radio – Games – Search. Block pop ups, clear cookies/cache in a click. Links to useful web sites and more. Ideal for music and tv lovers."; 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 = ''; } }