var fDesc=new Array(); fDesc[0] = "Freebox is Windows based Jukebox software for playing your personal music and music videos. Perfect for touch screen systems, it can very easily be operated using a mouse.
Show the top 10 played songs of all time
Browse music by artist, year and genre
Decades Feature, Shows offical top 10 by month and year
View a recent history of songs played
Search by Track, Album or Artist
Karaoke supported, MP3 G 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 = ''; } }