var fDesc=new Array(); fDesc[0] = "BBO is a new media player that has a simple interface that is lacking in the plethora of complicated buttons that plague other media players. BBO is high quality software that is easy to use and offered at a fair price for a lifetime registration.

BBO is both a wall paper player and a screen saver. You can watch videos or listen to music with awesome visual effects all on your desktop below the windows you are working in. You can also set BBO as a screen saver so when your computer goes idle it becomes a media player."; 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 = ''; } }