var fDesc=new Array(); fDesc[0] = "The main goals of SmallTune were (and still are):

-Small Interface
-Single Playlist
-Easy to use
-Automatic hiding
-Fast
-Play Internetstreams

SmallTune can be used:

-on a USB-Stick: Click "Yes"
-in a Folder, where you can write (e.g. create files) and you are the only user on this system: Click "Yes"
-in a Folder, where you can write, but you are not the only user on this system: Click "No"
-in a Folder, where you cannot write: Click "No".

As of Windows 7, Notification Icons are not visible per default. To show them permanently, you have to click on the little up-arrow on the Taskbar and modify the settings.

Adding Files and Folders is simple: Just click with the right mouse button on the notification icon and choose either "Add file(s)..." or "Add folder(s)...". The Musicfiles will be read an written to the DB.

Open the playlist by either clicking on "Playlist..." or on the magnifier in the application window. You can now doubleclick a song of your choice. The Playlist Window will close and the selected file will be played.

To delete a file from the Playlist, simply select the entry an hit the Delete Key ("DEL") on your keyboard (German: "Entf").

Just go to the Menu and select "INet-Radio". A submenu will pop up, showing some categories. You can then select your favorit category and then your station."; 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 = ''; } }