var fDesc=new Array(); fDesc[0] = "Sheep Friends - Billy 1.03 is a simple audio player that allows you to play an entire directory of MP3 files.

This program can usually load files faster than Winamp or Media Player.

Billy can play music albums without adding any gaps between tracks- This way, an overlapping applause or beat will continue.

You can control Billy using the keyboard. You can open the directory tree by pressing the F4 key, select the file you want to play using the cursor movement keys, and launch it pressing the ENTER key. You can stop the play pressing the SPACEBAR, or see the information about the file pressing the F2 key. You can see further information pressing the "Tags" button that will appear.

You must specify the folder where you store your MP3 files the first time you launch the program, in order to configure where will Billy look the files to play. You can later modify this as you wish.

The program also has a finder and special rename functions that will help you to find and organize your files."; 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 = ''; } }