var fDesc=new Array(); fDesc[0] = "The Jukebox is a program, which changes a "normal" Windows 95/98/ME/NT/2000/XP computer to an adequate Jukebox, which provides independently or interactively on a party for music.

The Jukebox is in such a way conceived the fact that she selects also alone songs according to the coincidence principle from the list and thus ensures a continuous music play.

Here various MP3 files are used, which the administrator can add when starting (or also automated) Jukebox archives. These files are then indicated in a list, from which the actual user of the party took his favorites into a playlist."; 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 = ''; } }