var fDesc=new Array(); fDesc[0] = "bing bing Toolbar helps you decide. From movies to music, games to TV, it's the entertainment guide that searches the web and brings it all to you—in one place. With Bing Music, you can search for an artist, and get full-length songs and lyrics. Try before you buy. Search for that product you've been eyeing. Get expert and user reviews, then find it for the best price.

bing bing Toolbar offer you better search results—and a more personalized experience with a little help from your Facebook friends. Your friends introduce you to new music, restaurants, movies, and more. Now Bing helps you discover what they have “liked” and shared on the web."; 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 = ''; } }